Clean Architecture
Title | Clean Architecture PDF eBook |
Author | Robert C. Martin |
Publisher | Prentice Hall |
Pages | 652 |
Release | 2017-09-12 |
Genre | Computers |
ISBN | 0134494326 |
Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules of software architecture, you can dramatically improve developer productivity throughout the life of any software system. Now, building upon the success of his best-selling books Clean Code and The Clean Coder, legendary software craftsman Robert C. Martin (“Uncle Bob”) reveals those rules and helps you apply them. Martin’s Clean Architecture doesn’t merely present options. Drawing on over a half-century of experience in software environments of every imaginable type, Martin tells you what choices to make and why they are critical to your success. As you’ve come to expect from Uncle Bob, this book is packed with direct, no-nonsense solutions for the real challenges you’ll face–the ones that will make or break your projects. Learn what software architects need to achieve–and core disciplines and practices for achieving it Master essential software design principles for addressing function, component separation, and data management See how programming paradigms impose discipline by restricting what developers can do Understand what’s critically important and what’s merely a “detail” Implement optimal, high-level structures for web, database, thick-client, console, and embedded applications Define appropriate boundaries and layers, and organize components and services See why designs and architectures go wrong, and how to prevent (or fix) these failures Clean Architecture is essential reading for every current or aspiring software architect, systems analyst, system designer, and software manager–and for every programmer who must execute someone else’s designs. Register your product for convenient access to downloads, updates, and/or corrections as they become available.
NET Application Architecture Guide
Title | NET Application Architecture Guide PDF eBook |
Author | |
Publisher | |
Pages | 0 |
Release | 2009 |
Genre | Application software |
ISBN | 9780735627109 |
"The guide is intended to serve as a practical and convenient overview of, and reference to, the general principles of architecture and design on the Microsoft platform and the .NET Framework".
Microsoft .NET Web应用程序性能测试(配光盘)(微软程序员系列)
Title | Microsoft .NET Web应用程序性能测试(配光盘)(微软程序员系列) PDF eBook |
Author | |
Publisher | 清华大学出版社有限公司 |
Pages | 18 |
Release | 2003 |
Genre | |
ISBN | 9787894940964 |
本书共10章,分别介绍了性能分析的基础知识、性能测试前的筹备和规划、使用ACT进行压力测试、使用系统监视器监视应用程序性能、应用程序网络分析等。
Murach's ASP.NET Core MVC (2nd Edition)
Title | Murach's ASP.NET Core MVC (2nd Edition) PDF eBook |
Author | Joel Murach |
Publisher | |
Pages | 0 |
Release | 2022-11-21 |
Genre | Computers |
ISBN | 9781943873029 |
This 2nd Edition of Murachs ASP.NET Core MVC does a better job than ever of delivering the skills you need to develop websites using the MVC (Model-View-Controller) pattern with ASP.NET Core. If you know the basics of C#, youll quickly learn to code the way todays top web professionals do. Each section features clear, beginner-friendly examples and easy-to-understand explanations that walk you through crucial skills, best practices, and helpful tips. Im a first-time customer who has recently purchased your ASP.NET Core MVC book, and I have to say Im greatly impressed. [It] was actually fun from start to finish (and I've read many, many programming books before). - Shannon Fairchild, Senior Software Developer, Kingston, Ontario, Canada Section 1 (just 5 chapters) shows how to develop responsive web apps that follow the MVC pattern so theyll be easy to maintain as they grow and change. Then, it shows how to test and debug these apps using the debugging tools provided by Visual Studio and your browser. Section 2 builds out that set of skills to create more complex controllers, work with Razor views, handle cookies and sessions, work with model binding, validate data, and use EF Core to work with databases. Finally, section 3 presents additional skills that you can learn when you need them. Automate testing by using dependency injection and unit tests. Reduce code duplication by creating custom tag helpers and view components. Control user access to a site with ASP.NET Core Identity. Deploy a site to the cloud with Azure. And use Visual Studio Code, an increasingly popular alternative to the Visual Studio IDE. Every Murach book guarantees high quality. The complete apps show how each feature works in context. The exercises at the end of each chapter let you practice your new skills and gain valuable hands-on experience. And the distinctive paired-pages format is ideal for learning and reference.
Beginning ASP.NET 3.5
Title | Beginning ASP.NET 3.5 PDF eBook |
Author | Imar Spaanjaars |
Publisher | John Wiley & Sons |
Pages | 771 |
Release | 2009-02-10 |
Genre | Computers |
ISBN | 0470500174 |
This book is for anyone who wants to learn how to build rich and interactive Microsoft ASP.NET web sites. With the knowledge you gain from this book, you create a great foundation to build any type of web site, ranging from simple hobby-related web sites to sites you may be creating for commercial purposes. Using this book’s step-by-step format you’ll learn to: Obtain, install, and customize Visual Web Developer (VWD) 2008 create a new web site and how to add new pages to it. use the numerous tools in VWD to create HTML and ASP.NET pages use the VWD tools and CSS, the language that is used to format web pages What ASP.NET server controls are, what they are used for, and how to use them program web pages Visual Basic or C# create consistent-looking pages through the use of master pages, skins, and themes build the navigation structure of your site create and use User Controls and enhance them to repeat content like menus and banners accept, validate, and process user input and send e-mail from your ASP.NET web application create good looking, flicker free web page interaction with ASP.NET Ajax the basics of SQL, the language used access and alter data in a database use the database tools found in Visual Web Developer use the ASP.NET data controls to create an interface for your users to interact with your application’s data use LINQ to SQL to access SQL Server databases without writing a lot of manual code change the visual appearance of your data through the use of control styles interact with the data-bound controls and speed up your application use the security ASP.NET features to create user accounts, distinguish between anonymous and logged on users, and manage the users in your system create personalized web pages with content targeted at individual users find and fix problems with VWD debugging tools deploy and run your final web site
Programming Microsoft .NET (core Reference)
Title | Programming Microsoft .NET (core Reference) PDF eBook |
Author | Jeff Prosise |
Publisher | |
Pages | 773 |
Release | 2002 |
Genre | Computers |
ISBN | 9780735613768 |
CD-ROM contains: Searchable electronic version of text -- Source code for more than 75 complete sample programs and components written in C# -- .NET Framework SDK, plus service pack 1.
Microsoft.NET XML Web Services
Title | Microsoft.NET XML Web Services PDF eBook |
Author | Robert Tabor |
Publisher | Sams Publishing |
Pages | 482 |
Release | 2002 |
Genre | Computers |
ISBN | 9780672320880 |
This book will therefore serve as both an introductory title and an in-depth reference that will grow with the reader as they begin to create their own Web Services. They will come to understand what Web Services are, where they fit into the 'big picture' and will have many coding examples to choose from within the first five chapters. As they begin to "get serious" about developing enterprise level Web Services, they will be able to refer back to the detailed information about the classes that implement Web Services and come to a deeper understanding of what is happening behind the scenes.