1100 Best ASP.NET Books of All Time
We've ranked the best asp.net books using expert recommendations, sales data, and millions of reader ratings. At Shortform, we know books. Our book guides are the best in the world. Learn why.
1
2C# in Depth
C# in Depth, Second Edition is a thoroughly revised, up-to-date book that covers the new features of C# 4 as well as Code Contracts. In it, you'll see the subtleties of C# programming in action, learning how to work with high-value features that you'll be glad to have in your toolkit. The book helps readers avoid hidden pitfalls of C# programming by understanding "behind the scenes" issues.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
3ASP.NET Core 3 and Angular 9: Full stack web development with .NET Core 3.1 and Angular 9, 3rd Edition
4C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development: Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code, 4th Edition
5CLR via C# (4th Edition) (Developer Reference)
Dig deep and master the intricacies of the common language runtime, C#, and .NET development. Led by programming expert Jeffrey Richter, a longtime consultant to the Microsoft .NET team - you’ll gain pragmatic insights for building robust, reliable, and responsive apps and components.
6Agile Principles, Patterns, and Practices in C#
This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples that are also available for download from the authors' Web site.
Readers will come away from this book understanding
Agile principles, and the fourteen practices of Extreme Programming Spiking, splitting, velocity, and planning iterations and releases Test-driven development, test-first design, and acceptance testing Refactoring with unit testing Pair programming Agile design and design smells The five types of UML diagrams and how to use them effectively Object-oriented package design and design patterns How to put all of it together for a real-world project Whether you are a C# programmer or a Visual Basic or Java programmer learning C#, a software development manager, or a business analyst, Agile Principles, Patterns, and Practices in C# is the first book you should read to understand agile software and how it applies to programming in the .NET Framework.
Learn Windows PowerShell in a Month of Lunches
Learn Windows PowerShell in a Month of Lunches, Third Edition is an innovative tutorial designed for busy IT professionals. This updated edition covers PowerShell features that run on Windows 7, Windows Server 2008 R2 and later, PowerShell v3 and later, and includes v5 features like PowerShellGet.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
PowerShell is both a scripting language and an administrative shell that lets you control and automate nearly every aspect of Windows. It accepts and executes commands interactively and you can write scripts to manage most Windows servers like Exchange, IIS, and SharePoint, as well as online services like Azure and Office 365.
About the Book
Learn Windows PowerShell in a Month of Lunches, Third Edition is an innovative tutorial designed for busy IT professionals. Just set aside one hour a day - lunchtime would be perfect - for a month, and you'll be automating Windows tasks faster than you ever thought possible. This updated edition covers PowerShell features that run on Windows 7, Windows Server 2008 R2 and later, PowerShell v3 and later, and includes v5 features like PowerShellGet.
What's Inside
Learn PowerShell from the beginning, no experience required!
Covers PowerShell v3 and up, Windows 7, and Windows Server 2008 R2 and later
Each lesson takes you an hour or less
About the Reader
Experience with Windows administration is helpful. No programming or scripting experience needed.
About the Author
Veteran PowerShell MVPs Don Jones and Jeffery Hicks bring years as successful trainers to this concise, easy-to-follow book.
Table of Contents
Before you begin
Meet PowerShell
Using the help system
Running commands
Working with providers
The pipeline: connecting commands
Adding commands
Objects: data by another name
The pipeline, deeper
Formatting - and why it's done on the right
Filtering and comparisons
A practical interlude
Remote control: one-to-one, and one-to-many
Using Windows Management Instrumentation and CIM
Multitasking with background jobs
Working with many objects, one at a time
Security alert!
Variables: a place to store your stuff
Input and output
Sessions: remote control with less work
You call this scripting?
Improving your parameterized script
Advanced remoting configuration
Using regular expressions to parse text files
Additional random tips, tricks, and techniques
Using someone else's script
Never the end
PowerShell cheat sheet
8Pro ASP.NET MVC 3 Framework
9Murach's ASP.Net 4.6 Web Programming with C# 2015
Section 1 is a quick-start course in creating your first ASP.NET Web Forms applications using Visual Studio, with coverage of what HTML5/CSS3 and Bootstrap are doing on the client side...a course that works both for beginners and for experienced web developers who are new to ASP.NET Section 2 gives you the skills you need for every web application...like how to use the server controls, validate user entries, manage state, use master pages, make ASP.NET work with Bootstrap for responsive layouts, and use friendly URLs Section 3 presents the skills you need for developing database-driven web applications at a professional level...including how to use SQL data sources, object data sources, and model binding and the Entity Framework with ASP.NET data controls like GridView, DetailsView, FormView, and ListView Section 4 covers skills that enhance your professionalism...like how to develop secure web pages, authenticate users with ASP.NET Identity, send email, control the use of the Back button, and deploy finished applications Section 5 takes you to the next level by showing you how to use ASP.NET Ajax, how to develop WCF and Web API services, and how ASP.NET MVC programming differs from Web Forms programming To make it easier for you to master ASP.NET, you get complete web applications...including the web forms, the aspx code, and the C# code...that show you how each feature works in context. (You can download these for free from the Murach website.) You get chapter exercises that let you practice your new skills. And you get Murach's distinctive "paired-pages" format that developers like because it saves both training and reference time.
Pro ASP.NET Core 3: Develop Cloud-Ready Web Applications Using MVC 3, Blazor, and Razor Pages
ASP.NET Core 3 is the latest evolution of Microsoft's ASP.NET web platform and provides a "host-agnostic" framework and a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility.
Best-selling author Adam Freeman has thoroughly revised this market-leading book and explains how to get the most from ASP.NET Core 3. He starts with the nuts-and-bolts topics, teaching you about middleware components, built-in services, request model binding, and more. As you gain knowledge and confidence, he introduces increasingly more complex topics and advanced features, including endpoint routing and dependency injection. He goes in depth to give you the knowledge you need.
This book follows the same format and style as the popular previous editions but brings everything up-to-date for the new ASP.NET Core 3 release and broadens the focus to include all of the ASP.NET Core platform. You will appreciate the fully worked case study of a functioning ASP.NET Core application that you can use as a template for your own projects.
What You Will Learn
Explore the entire ASP.NET Core platform
Apply the new ASP.NET Core 3 features in your developer environment See how to create RESTful web services, web applications, and client-side applications Build on your existing knowledge to get up and running with new programming models quickly and effectively
Who This Book Is For
Web developers with a basic knowledge of web development and C# who want to incorporate the latest improvements and functionality in ASP.NET Core 3 into their own projects
11Pro ASP.NET MVC 4
ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.
In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourself--and put your best-learned theory into practice.
The book's authors, Steve Sanderson and Adam Freeman, have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.
12Dependency Injection in .NET
Dependency Injection in .NET, winner of the 2013 Jolt Awards for Productivity, presents core DI patterns in plain C#, so you'll fully understand how DI works, covers integration with standard Microsoft technologies like ASP.NET MVC, and teaches you to use DI frameworks like Structure Map, Castle Windsor, and Unity.
About the TechnologyDependency Injection is a great way to reduce tight coupling between software components. Instead of hard-coding dependencies, such as specifying a database driver, you inject a list of services that a component may need. The services are then connected by a third party. This technique enables you to better manage future changes and other complexity in your software.
About this BookDependency Injection in .NET introduces DI and provides a practical guide for applying it in .NET applications. The book presents the core patterns in plain C#, so you'll fully understand how DI works. Then you'll learn to integrate DI with standard Microsoft technologies like ASP.NET MVC, and to use DI frameworks like StructureMap, Castle Windsor, and Unity. By the end of the book, you'll be comfortable applying this powerful technique in your everyday .NET development.
This book is written for C# developers. No previous experience with DI or DI frameworks is required.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Winner of 2013 Jolt Awards: The Best Books—one of five notable books every serious programmer should read.
What's Inside
Many C#-based examples A catalog of DI patterns and anti-patterns Using both Microsoft and open source DI frameworks
Tabel of Contents
PART 1 PUTTING DEPENDENCY INJECTION ON THE MAP A Dependency Injection tasting menu A comprehensive example DI Containers PART 2 DI CATALOG DI patterns DI anti-patterns DI refactorings PART 3 DIY DI Object Composition Object Lifetime Interception PART 4 DI CONTAINERS Castle Windsor StructureMap Spring.NET Autofac Unity MEF
13Pro ASP.NET Core MVC 2
The ASP.NET Core MVC Framework is the latest evolution of Microsoft’s ASP.NET web platform, built on a completely new foundation. It represents a fundamental change to how Microsoft constructs and deploys web frameworks and is free of the legacy of earlier technologies such as Web Forms. ASP.NET Core MVC provides a "host agnostic" framework and a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility.
Best-selling author Adam Freeman has thoroughly revised this market-leading book and explains how to get the most from ASP.NET Core MVC. He starts with the nuts-and-bolts and shows you everything through to advanced features, going in-depth to give you the knowledge you need. The book includes a fully worked case study of a functioning web application that readers can use as a template for their own projects.
14Murach's ASP.NET Core MVC
Learn PowerShell Scripting in a Month of Lunches
Packed with hands-on labs to reinforce what you're learning, Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking. Just set aside one hour a day—lunchtime would be perfect—for each self-contained lesson. You'll move quickly through core scripting concepts and start working on four real-world, practical tools. Each chapter adds more functionality, including custom formatting, error handling, parameterized input, input validation, help files and documentation, and more.
About this Book
You don't have to be a software developer to build PowerShell tools. With this book, a PowerShell user is a step away from becoming a proficient toolmaker. Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking in just one hour a day. It's packed with hands-on labs to reinforce what you're learning. It's an easy-to-follow guide that covers core scripting concepts using four practical examples. Each chapter builds on the previous one as you add custom formatting, error handling, input validation, help files, and more.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside
Build your own administrative tools Learn by doing with hands-on labs Make scripts that feel like native PowerShell cmdlets
This book does not assume you are a programmer. Experience using PowerShell as a command-line interface is helpful but not required.
About the Authors
Don Jones is a PowerShell MVP, speaker, and trainer. Jeffery Hicks is a PowerShell MVP and an independent consultant, trainer, and author. Don and Jeff coauthored Learn Windows PowerShell 3 in a Month of Lunches, Second Edition (Manning 2012) and PowerShell in Depth (Manning 2013).
Table of Contents
PART 1 INTRODUCTION TO TOOLMAKING
Before you begin PowerShell scripting overview PowerShell's scripting language Simple scripts and functions Scope PART 2 BUILDING AN INVENTORY TOOL Tool design guidelines Advanced functions, part 1 Advanced functions, part 2 Writing help Error handling Debugging techniques Creating custom format views Script and manifest modules Adding database access Interlude: creating a new tool 157 PART 3 ADVANCED TOOLMAKING TECHNIQUES Making tools that make changes
Creating a custom type extension
Creating PowerShell workflows
Troubleshooting pipeline input
Using object hierarchies for complex output Globalizing a function Crossing the line: utilizing the .NET Framework PART 4 CREATING TOOLS FOR DELEGATED ADMINISTRATION Creating a GUI tool, part 1: the GUI Creating a GUI tool, part 2: the code Creating a GUI tool, part 3: the output Creating proxy functions Setting up constrained removing endpoints Never the end
16Professional ASP.NET Design Patterns
17Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries
18ASP.NET Core in Action
ASP.NET Core in Action is for C# developers without any web development experience who want to get started and productive using ASP.NET Core to build web applications.
19Pro ASP.NET MVC 2 Framework
The ASP.NET MVC 2 Frameworkintroduces a radical high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5.
In this book, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourselfand put your best-learned theory into practice. What you'll learn Gain a solid architectural background to ASP.NET MVC 2, including MVC and REST concepts. Explore the entire ASP.NET MVC Framework and take a detailed look at the official MVC development toolkit. See how it works with test-driven development in action. Capitalize on your existing knowledge quickly and easily through translation and comparison of features in classic ASP.NET to those in ASP.NET MVC. Learn about the latest security and deployment issues, including IIS 7.0. Who this book is for
This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the ASP.NET MVC 2 Framework. Table of Contents What's the Big Idea? Your First ASP.NET MVC Application Prerequisites SportsStore: A Real Application SportsStore: Navigation and Shopping Cart SportsStore: Administration and Final Enhancements Overview of ASP.NET MVC Projects URLs and Routing Controllers and Actions Controller Extensibility Views Models and Data Entry User Interface Techniques Ajax and Client Scripting Security and Vulnerability Deployment ASP.NET Platform Features Upgrading and Combining ASP.NET Technologies "
20Essential Angular for ASP.NET Core MVC 3: A Practical Guide to Successfully Using Both in Your Projects
Best-selling author Adam Freeman brings together these two key technologies and explains how to use ASP.NET Core MVC 3 to provide back-end services for Angular applications. This fast-paced and practical guide starts from the nuts and bolts and gives you the knowledge you need to combine Angular and ASP.NET Core MVC 3 in your projects.
Each topic is covered clearly and concisely and is packed with the essential details you need to learn to be truly effective.
What You Will Learn
Gain a solid understanding of how ASP.NET Core MVC 3 and Angular can work together Utilize both Visual Studio and Visual Studio Code to develop Angular/ASP.NET Core MVC projects Create ASP.NET Core RESTful web services to support Angular applications Expose data from Entity Framework Core to Angular applications Use ASP.NET Core Identity to provide security services to Angular applications Understand how Angular and Blazor applications can work together Who This Book Is For
This book is for developers with knowledge of ASP.NET Core MVC who are introducing Angular into their projects.
21C# 6.0 and the .Net 4.6 Framework
A Refined ADO.NET Entity Framework Programming Model
Numerous IDE and MVVM Enhancements for WPF Desktop Development
Numerous updates to the ASP.NET Web APIs
This comes on top of award winning coverage of core C# features, both old and new, that have made the previous editions of this book so popular. Readers will gain a solid foundation of object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies).
The mission of this book is to provide you with a comprehensive foundation in the C# programming language and the core aspects of the .NET platform plus overviews of technologies built on top of C# and .NET (ADO.NET and Entity Framework, Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF), ASP.NET (WebForms, MVC, WebAPI).). Once you digest the information presented in these chapters, you'll be in a perfect position to apply this knowledge to your specific programming assignments, and you'll be well equipped to explore the .NET universe on your own terms.
What You Will Learn:
Be the first to understand the .NET 4.6 platform and C# 6.
Discover the ins and outs of the leading .NET technology.
Learn from an award-winning author who has been teaching the .NET world since version 1.0.
Find complete coverage of XAML, .NET 4.6 and Visual Studio 2015 together with discussion of the new Windows Runtime.
22Learn F#
Learn F# is a practical guide for experienced C# and .NET developers that teaches the F# language, tools, techniques, and practices that can be applied in common scenarios. You'll start with F# language basics and best development practices. You'll also learn the core set of FP techniques in F#, and why to use them. Then you'll discover how to write idiomatic F# code on the .NET framework in Visual Studio, and what tools to use to give you the best experience within VS. The second part of the book shows you how to apply F# in larger, real world scenarios, things like interop to C# /VB projects, SQL database access, web programming, and unit testing. By the end of the book, you'll be able to use F# in your day-to-day development, and know how and where to deepen your knowledge.
23Professional ASP.NET 2.0 Special Edition
24Pro ASP.NET MVC Framework
The ASP.NET MVC Framework is the evolution of Microsoft's ASP.NET web platform. It introduced a radical high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5.
An integral benefit of this book is that the core Model-View-Controller architectural concepts are not simply explained or discussed in isolation, but demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# 3.0 language features and unit-testing best practices. By gaining this invaluable, practical experience, you can discover MVCs strengths and weaknesses for yourself--and put your best learned theory into practice.
25Beginning ASP.NET 4: In C# and VB
Do you have a strong preference for Visual Basic over C# or the other way around? Or do you think both languages are equally cool? Or maybe you haven't made up your mind yet and want to learn both languages? Either way, you'll like this book because all code examples are presented in both languages!
Even if you have some experience with prior versions of ASP.NET, you may gain a lot from this book. Although many concepts from previous versions are brought forward into ASP.NET 4, you'll discover there's a lot of new stuff to be found in this book, including an introduction to the ADO.NET Entity Framework, the inclusion of jQuery, ASP.NET AJAX, the many changes to the ASP.NET 4 Framework, and much more.
This book teaches you how to create a feature-rich, data-driven, and interactive web site called Planet Wrox. Although this is quite a mouthful, you'll find that with Visual Web Developer 2010, developing such a web site isn't as hard as it seems. You'll see the entire process of building a web site, from installing Visual Web Developer 2010 in Chapter 1 all the way up to putting your web application on a live server in Chapter 19. The book is divided into 19 chapters, each dealing with a specific subject.
Chapter 1, "Getting Started with ASP.NET 4" shows you how to obtain and install Visual Web Developer 2010. You'll get instructions for downloading and installing the free edition of Visual Web Developer 2010, called the Express edition. You are also introduced to HTML, the language behind every web page. The chapter closes with an overview of the customization options that Visual Web Developer gives you.
Chapter 2, "Building an ASP.NET Web Site" shows you how to create a new web site and how to add new elements like pages to it. Besides learning how to create a well-structured site, you also see how to use the numerous tools in Visual Web Developer to create HTML and ASP.NET pages.
Chapter 3, "Designing Your Web Pages." Visual Web Developer comes with a host of tools that allow you to create well-designed and attractive web pages. In this chapter, you see how to make good use of these tools. Additionally, you learn about CSS, the language that is used to format web pages.
Chapter 4, "Working with ASP.NET Server Controls." ASP.NET Server Controls are one of the most important concepts in ASP.NET. They allow you to create complex and feature-rich web sites with very little code. This chapter introduces you to the large number of server controls that are available, explains what they are used for, and shows you how to use them.
Chapter 5, "Programming Your ASP.NET Web Pages." Although the built-in CSS tools and the ASP.NET Server Controls can get you a long way in creating web pages, you are likely to use a programming language to enhance your pages. This chapter serves as an introduction to programming with a strong focus on programming web pages. Best of all: all the examples you see in this chapter (and the rest of the book) are in both Visual Basic and C#, so you can choose the language you like best.
Chapter 6, "Creating Consistent Looking Web Sites." ASP.NET helps you create consistent-looking pages through the use of master pages, which allow you to define the global look and feel of a page. Skins and themes help you to centralize the looks of controls and other visual elements in your site. You also see how to create a base page that helps to centralize programming code that you need on all pages in your site.
Chapter 7, "Navigation." To help your visitors find their way around your site, ASP.NET comes with a number of navigation controls. These controls are used to build the navigation structure of your site. They can be connected to your site's central site map that defines the pages in your web site. You also learn how to programmatically send users from one page to another.
Chapter 8, "User Controls." User controls are reusable page fragments that can be used in multiple web pages. As such, they are great for repeating content such as menus, banners, and so on. In this chapter, you learn how to create and use user controls and enhance them with some programmatic intelligence.
Chapter 9, "Validating User Input." A large part of interactivity in your site is defined by the input of your users. This chapter shows you how to accept, validate, and process user input using ASP.NET Server Controls. Additionally, you see how to send e-mail from your ASP.NET web application and how to read from text files.
Chapter 10, "ASP.NET AJAX." Microsoft ASP.NET AJAX allows you to create good-looking, flicker-free web pages that close the gap between traditional desktop applications and web applications. In this chapter you learn how to use the built-in Ajax features to enhance the presence of your web pages, resulting in a smoother interaction with the web site.
Chapter 11, "jQuery." jQuery is a popular, open source and cross-browser JavaScript library designed to make it easier to interact with web pages in the client's browser. In this chapter you learn the basics of jQuery and see how to add rich visual effects and animations to your web pages.
Chapter 12, "Introducing Databases." Understanding how to use a database is critical to building web sites, as most modern web sites require the use of a database. You'll learn the basics of SQL, the query language that allows you to access and alter data in a database. In addition, you are introduced to the database tools found in Visual Web Developer that help you create and manage your SQL Server databases.
Chapter 13, "Displaying and Updating Data." Building on the knowledge you gained in the previous chapter, this chapter shows you how to use the ASP.NET data-bound and data source controls to create a rich interface that enables your users to interact with the data in the database that these controls target.
Chapter 14, "LINQ and the ADO.NET Entity Framework." LINQ is Microsoft's solution for accessing objects, databases, XML, and more. The ADO.NET Entity Framework (EF) is Microsoft's new technology for database access. This chapter shows you what LINQ is all about, how to use the visual EF designer built into Visual Studio, and how to write LINQ to EF queries to get data in and out of your SQL Server database.
Chapter 15, "Working with Data--Advanced Topics." While earlier chapters focused mostly on the technical foundations of working with data, this chapter looks at the same topic from a front-end perspective. You see how to change the visual appearance of your data through the use of control styles. You also see how to interact with the data-bound controls and how to speed up your application by keeping a local copy of frequently accessed data.
Chapter 16, "Security in Your ASP.NET 4 Web Site." Although presented quite late in the book, security is a first-class, important topic. This chapter shows you how to make use of the built-in ASP.NET features related to security. You learn about a number of application services that facilitate security. You also learn how to let users sign up for an account on your web site, how to distinguish between anonymous and logged-on users, and how to manage the users in your system.
Chapter 17, "Personalizing Web Sites." Building on the security features introduced in Chapter 16, this chapter shows you how to create personalized web pages with content targeted at individual users. You see how to configure and use ASP.NET Profile that enables you to store personalized data for known and anonymous visitors.
Chapter 18, "Exception Handling, Debugging, and Tracing." In order to understand, improve, and fix the code you write for your ASP.NET web pages you need good debugging tools. Visual Web Developer ships with great debugging support that enables you to diagnose the state of your application at run time, helping you find and fix problems before your users do.
Chapter 19, "Deploying Your Web Site." By the end of the book, you should have a web site that is ready to be shown to the world. But how exactly do you do that? What are the things you need to know and understand to put your web site out in the wild? This chapter gives the answers and provides you with a good look at configuring different production systems in order to run your final web site.
26Microsoft Visual C# 2013 Step by Step
Expand your expertise—and teach yourself the fundamentals of Microsoft Visual C# 2013. If you have previous programming experience but are new to Visual C# 2013, this tutorial delivers the step-by-step guidance and coding exercises you need to master core topics and techniques.
Discover how to:
Create and debug C# applications in Visual Studio 2013
Work with variables, identifiers, statements, operators, and methods
Create interfaces and define abstract classes
Write robust code that can catch and handle exceptions
Display and edit data using data binding with Microsoft ADO.NET Entity Framework
Respond to user input and touchscreen gestures
Handle events arising from multiple sources
Develop your first Windows 8.1 apps
Windows Powershell in Action, Third Edition
"Windows PowerShell in Action, Third Edition" is a completely revised edition of the bestselling book on PowerShell. It keeps the same crystal-clear introduction to PowerShell as the last edition and adds extensive coverage of v3, v4, and v5 features such as PowerShell Workflows, Desired State Configuration, PowerShell classes and the PowerShell APIs, new error handling and debugging features. It includes full chapters on these topics and also covers new language elements and operators, PowerShell remoting, CIM, events, working with data such as XML and flat files, The Second Edition's coverage of batch scripting and string processing, COM, WMI, and .NET have all been significantly revised and expanded. The book includes many popular usage scenarios and is rich in interesting examples that will spark the reader's imagination.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
28Programming ASP.NET Core
29Developing More-Secure Microsoft® ASP.NET 2.0 Applications
Discover how to:
Harden a Web server, operating system, communication protocol, and ASP.NET Validate input data with white listing, regular expressions, sandboxing, and other techniques Understand design and security implications of various cryptography approaches Integrate with Microsoft Windows security features such as impersonation, delegation and protocol transition Implement Web farm, single sign-on, and mixed-mode authentication Use provider-based features for user and role management and authentication Trace attacks with error-handling, logging, and instrumentation Lock down your application with partial trust PLUS—Get code samples on the Web
30Professional ASP.NET MVC 5
MVC 5 is the newest update to the popular Microsoft technology that enables you to build dynamic, data-driven websites. Like previous versions, this guide shows you step-by-step techniques on using MVC to best advantage, with plenty of practical tutorials to illustrate the concepts. It covers controllers, views, and models; forms and HTML helpers; data annotation and validation; membership, authorization, and security.
MVC 5, the latest version of MVC, adds sophisticated features such as single page applications, mobile optimization, and adaptive rendering A team of top Microsoft MVP experts, along with visionaries in the field, provide practical advice on basic and advanced MVC topics Covers controllers, views, models, forms, data annotations, authorization and security, Ajax, routing, ASP.NET web API, dependency injection, unit testing, real-world application, and much more Professional ASP.NET MVC 5 is the comprehensive resource you need to make the best use of the updated Model-View-Controller technology.
31Beginning ASP.NET Security
You'll start with a thorough look at ASP.NET 3.5 basics and see happens when you don't implement security, including some amazing examples. The book then delves into the development of a Web application, walking you through the vulnerable points at every phase. Learn to factor security in from the ground up, discover a wealth of tips and industry best practices, and explore code libraries and more resources provided by Microsoft and others.
Shows you step by step how to implement the very latest security techniques Reveals the secrets of secret-keeping--encryption, hashing, and not leaking information to begin with Delves into authentication, authorizing, and securing sessions Explains how to secure Web servers and Web services, including WCF and ASMX Walks you through threat modeling, so you can anticipate problems Offers best practices, techniques, and industry trends you can put to use right away Defend and secure your ASP.NET 3.5 framework Web sites with this must-have guide.
32Microsoft .NET: Architecting Applications for the Enterprise
Get pragmatic architectural guidance on how to:
Build testability, maintainability, and security into your system early in the design Expose business logic through a service-oriented interface Choose the best pattern for organizing business logic and behavior Review and apply the patterns for separating the UI and presentation logic Delve deep into the patterns and practices for the data access layer Tackle the impedance mismatch between objects and data Minimize development effort and avoid over-engineering—and deliver more robust results
Get code samples on the Web.
33Ultra-Fast ASP.NET: Building Ultra-Fast and Ultra-Scalable Websites Using ASP.NET and SQL Server
34Pro ASP.Net Web API Security: Robust Security for ASP.Net MVC Applications
No prior experience of .NET-security is needed to read this book. All security related concepts will be introduced from first-principles and developed to the point where you can use them confidently in a professional environment. A goodworking knowledge and experience of C# and the .NET framework are the onlypre-requisites to benefit from this book.
35Professional C# 7 and .Net Core 2.0
Professional C# 7 and .NET Core 2.0 provides experienced programmers with the information they need to work effectively with the world's leading programming language. The latest C# update added many new features that help you get more done in less time, and this book is your ideal guide for getting up to speed quickly. C# 7 focuses on data consumption, code simplification, and performance, with new support for local functions, tuple types, record types, pattern matching, non-nullable reference types, immutable types, and better support for variables. Improvements to Visual Studio will bring significant changes to the way C# developers interact with the space, bringing .NET to non-Microsoft platforms and incorporating tools from other platforms like Docker, Gulp, and NPM. Guided by a leading .NET expert and steeped in real-world practicality, this guide is designed to get you up to date and back to work.
With Microsoft speeding up its release cadence while offering more significant improvement with each update, it has never been more important to get a handle on new tools and features quickly. This book is designed to do just that, and more--everything you need to know about C# is right here, in the single-volume resource on every developer's shelf.
Tour the many new and enhanced features packed into C# 7 and .NET Core 2.0 Learn how the latest Visual Studio update makes developers' jobs easier Streamline your workflow with a new focus on code simplification and performance enhancement Delve into improvements made for localization, networking, diagnostics, deployments, and more Whether you're entirely new to C# or just transitioning to C# 7, having a solid grasp of the latest features allows you to exploit the language's full functionality to create robust, high -quality apps. Professional C# 7 and .NET Core 2.0 is the one-stop guide to everything you need to know.
36Pro ASP.NET 4.0 in C# 2010
This edition is updated with everything you need to master up to version 4 of ASP.NET, including coverage of ASP.NET MVC, ASP.NET AJAX 4, ASP.NET Dynamic Data, and Silverlight 3.
Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from these groundbreaking technologies. They cover ASP.NET 4 as a whole, illustrating both the newer features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 4 applications in the best possible style.
37Modern Authentication with Azure Active Directory for Web Applications
Active Directory has been transformed to reflect the cloud revolution, modern protocols, and today's newest SaaS paradigms. This is an authoritative, deep-dive guide to building Active Directory authentication solutions for these new environments. Author Vittorio Bertocci drove these technologies from initial concept to general availability, playing key roles in everything from technical design to documentation. In this book, he delivers comprehensive guidance for building complete solutions. For each app type, Bertocci presents high-level scenarios and quick implementation steps, illuminates key concepts in greater depth, and helps you refine your solution to improve performance and reliability. He helps you make sense of highly abstract architectural diagrams and nitty-gritty protocol and implementation details. This is the book for people motivated to become experts.
Active Directory Program Manager Vittorio Bertocci shows you how to:
Address authentication challenges in the cloud or on-premises Systematically protect apps with Azure AD and AD Federation Services Power sign-in flows with OpenID Connect, Azure AD, and AD libraries Make the most of OpenID Connect's middleware and supporting classes Work with the Azure AD representation of apps and their relationships Provide fine-grained app access control via roles, groups, and permissions Consume and expose Web APIs protected by Azure AD Understand new authentication protocols without reading complex spec documents
38Programming Entity Framework
From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this highly acclaimed first edition covers it all.Understand the core concepts you need to make the best use of the Entity Framework (EF) in your applicationsLearn to query your data, using either LINQ to Entities or Entity SQLCreate Windows Forms, WPF, and ASP.NET applicationsBuild ASMX web services and WCF servicesUse Object Services to work directly with your entity objectsDelve into model customization, relationship management, change tracking, data concurrency, and more
One important note: while many of the lessons from this book will continue to be valuable as you move to .NET 4, the thoroughly revised second edition of "Programming Entity Framework" (August 2010) specifically targets Visual Studio 2010 and .NET 4 -- where there have been many advancements and additions to the framework.
39Pro ASP.Net Core MVC
Now in its 6th edition, the best selling book on MVC is now updated for ASP.NET Core MVC. It contains detailed explanations of the new Core MVC functionality which enables developers to produce leaner, cloud optimized and mobile-ready applications for the .NET platform. This book puts ASP.NET Core MVC into context and dives deep into the tools and techniques required to build modern, cloud optimized extensible web applications. All the new MVC features are described in detail and the author explains how best to apply them to both new and existing projects.
The ASP.NET Core MVC Framework is the latest evolution of Microsoft's ASP.NET web platform, built on a completely new foundation. It represents a fundamental change to how Microsoft constructs and deploys web frameworks and is free of the legacy of earlier technologies such as Web Forms. ASP.NET Core MVC provides a "host agnostic" framework and a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility.
Best-selling author Adam Freeman has thoroughly revised this market-leading book and explains how to get the most from ASP.NET Core MVC. He starts with the nuts-and-bolts and shows you everything through to advanced features, going in-depth to give you the knowledge you need.
This book follows the same format and style as the popular previous editions but brings everything up to date for the new ASP.NET Core MVC release. It presents a fully worked case study of a functioning ASP.NET MVC application that readers can use as a template for their own projects.
What You Will Learn:
Gain a solid architectural understanding of ASP.NET Core MVC
Explore the entire ASP.NET MVC Framework as a cohesive whole
See how MVC and test-driven development work in action
Learn what's new in ASP.NET Core MVC and how best to apply these new features to your own work
See how to create RESTful web services and Single Page Applications
Build on your existing knowledge of previous MVC releases to get up and running with the new programming model quickly and effectively
Who This Book Is For:
This book is for web developers with a basic knowledge of ASP.NET and C# who want to incorporate the latest improvements and functionality in the new ASP.NET Core MVC Framework.
ASP.Net Cookbook
The ASP.NET Cookbook provides a wealth of plug-and-play solutions to problems commonly encountered when developing ASP.NET web applications and services in the popular problem-solution-discussion Cookbook format. The coding solutions in ASP.NET Cookbook appeal to a wide range of developers, from the inexperienced to the expert. For every problem addressed in the book, there's a worked-out solution or recipe a short, focused piece of code that web developers can insert directly into their applications. Developers can save hours by using just a single one of over 100 recipes included in this invaluable cookbook.
But the ASP.NET Cookbook provides far more than just a wide range of cut-and-paste code solutions. Each recipe is followed by a discussion including tips, tricks, and possible pitfalls--so developers can learn to adapt the problem-solving techniques to a myriad of similar situations. Each recipe provides an immediate solution to a pressing problem, while simultaneously allowing developers who prefer to a hands-on learning style with the experience they need to master ASP.NET. This ultimate ASP.NET code sourcebook will quickly earn the dog-eared corners and coffee rings that mark a web developer's most valued resource.
41Beginning ASP.NET 4.5: In C# and VB
"Beginning ASP.NET 4.5 in C# and VB" uses Spaanjaars's distinct writing style to put you at ease with learning ASP.NET 4.5.
42Professional ASP.Net 3.5: In C# and VB
When the code differs substantially, this book provides examples in both VB and C#. Coverage includes:
ASP.NET folders and files, compiling code, and cross-page posting Using the available server controls Master pages, themes, and skins how to present data with ASP.NET controls Working with LINQ, ADO.NET, and XML hosting and working with your ASP.NET applications in IIS 7 Using and extending the extensible provider model the site navigation system storing user information with the personalization system membership and role management system for adding authentication and authorization to applications using web.config encapsulating pages into smaller and more manageable objects with Web Parts working with HTML and CSS design Using the theXMLHttpRequest object to build AJAX-enabled applications the ASP.NET AJAX Control Toolkit simplify AJAX web development authentication, authorization, and HTTP access types and impersonations state management and performance of requests and responses advanced caching capabilities including SQL cache invalidation error handling and debugging techniques working with file types and streams building and using server controls manipulating HTTP requests with HttpModule and HttpHandler. Building and consuming XML Web services and SOAP Internationalization, configuration, instrumentation, performance, application tracing, health monitoring, administration, Management, packaging, deploying
43Programming Microsoft ASP.NET MVC
44Designing Evolvable Web APIs with ASP.NET
With technical guidance from members of the ASP.NET Web API team and its early adopters, this book also takes you into more advanced topics, including how to use content negotiation, leverage hypermedia, secure and test your API, and much much more.
45Pro ASP.NET 4.5 in C#
By the time you have read this book you will have learned all the skills you need to use ASP.NET 4.5 with confidence.
46Build Your Own ASP.Net 3.5 Website Using C# & VB
ASP.NET 3.5 is a great leap forward since its first incarnation. In addition to a massively improved performance, it also provides much more to aid developers' productivity, including better AJAX integration and new ListView and DataPager controls. The third edition of this book reflects all these changes, as well as Visual Studio 2008.
Readers liked the original books for their comprehensive coverage, liberal code samples, and the practicality of developing an entire intranet application using freely available tools and software.
47Pro ASP.NET 3.5 in C# 2008
ASP.NET 3.5 is Microsoft's revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for highquality, practical advice on learning and deploying Microsoft's dynamic web solution.
Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this groundbreaking technology. They cover ASP.NET 3.5 as a whole, illustrating both the brandnew features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 3.5 applications in the best possible style.
48Beginning ASP.NET 4.5.1: In C# and VB
In this comprehensive guide to getting started with ASP.NET 4.5.1, best-selling author Imar Spaanjaars provides a firm foundation for coders new to ASP.NET and key insights for those not yet familiar with the important updates in the 4.5.1 release. Readers learn how to build full-featured ASP.NET websites using Visual Studio Express 2013 for Web, Microsoft's free development tool for ASP.NET web applications. Beginning ASP.NET 4.5.1 guides you through the process of creating a fully functional, database-driven website, from creation of the most basic site structure all the way down to the successful deployment of the website to a production environment.
Beginning ASP.NET 4.5.1: in C# and VB:
Explains how to get started with ASP.NET 4.5.1, including an introduction to Microsoft's Visual Studio Express 2013 for Web Features helpful examples for designing websites with CSS and HTML and how to overcome common formatting problems Shares techniques for managing server controls in ASP.NET, including standard controls, HTML controls, and data controls Provides real-world tips for creating consistent page layouts throughout your websites Covers practical functionality issues like validating user input, sending e-mail from your website, and processing data at the server Details what the ASP.NET state engine is and why it is important Shows how to access and modify data in a SQL Server database Includes coverage of jQuery, LINQ, and the Entity Framework Explores measures to take for optimal security
49ASP.NET 2.0 Website Programming: Problem - Design - Solution
The end-result is a website which features a layout with user-selectable themes, a membership system, a content management system for publishing and syndicating articles and photos, polls, mailing lists, forums, an e-commerce store with support for real-time credit card processing, homepage personalization, and localization. The book leads the reader through development of a site with:
Account registration, personalization and theming News and events, organized into categories Opinion polls Newsletter Forums E-commerce store with shopping cart and order management Localization Administration of a site will be covered including:
Full online back-end administrative section, to manage practically all data from an intuitive user interface Site deployment In building these site features, you'll learn these new ASP.NET 2.0 features:
Master pages Theming Personalization & Web parts Membership & Profile modules Personalization The new server-side UI controls such as GridView, DetailsView, FormView, Wizard, MultiView, the new xxxDataSource and navigation controls, among others. The new compilation mode and deployment modes The new framework for instrumenting the site, as well as handling & logging exceptions The new ADO.NET 2.0 features (e.g. caching with database dependency) The new classes for easy distributed transactions Management This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes:
Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1) ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 ) Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985) Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507) ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663) CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition
50Learn Visual Basic: A Step-By-Step Programming Tutorial
51Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional
*Each chapter--not just the latter ones--builds a new feature of the functional e-commerce website; keeps reader excited
*Final website is fully operational and ready for immediate use to sell goods and take money.
52Murach's ASP.Net 4.5 Web Programming with VB 2012
53Murach's ASP.NET 4.5 Web Programming with C# 2012
54Building a Web 2.0 Portal with ASP.NET
Written by Omar AL Zabir, co-founder and CTO of Pageflakes, Building a Web 2.0 Portal with ASP.NET 3.5 demonstrates how to develop portals similar to My Yahoo!, iGoogle, and Pageflakes using ASP.NET 3.5, ASP.NET AJAX, Windows Workflow Foundation, LINQ and .NET 3.5. Through the course of the book, AL Zabir builds an open source Ajax-enabled portal prototype (available online at www.dropthings.com), and walks you though the design and architectural challenges, advanced Ajax concepts, performance optimization techniques, and server-side scalability problems involved.
You learn how to:
Implement a highly decoupled architecture following the popular n-tier, widget-based application model Provide drag-and-drop functionality, and use ASP.NET 3.5 to build the server-side part of the web layer Use LINQ to build the data access layer, and Windows Workflow Foundation to build the business layer as a collection of workflows Build client-side widgets using JavaScript for faster performance and better caching Get maximum performance out of the ASP.NET AJAX Framework for faster, more dynamic, and scalable sites Build a custom web service call handler to overcome shortcomings in ASP.NET AJAX 1.0 for asynchronous, transactional, cache-friendly web services Overcome JavaScript performance problems, and help the user interface load faster and be more responsive Solve scalability and security problems as your site grows from hundreds to millions of users Deploy and run a high-volume production site while solving software, hardware, hosting, and Internet infrastructure problems
Building a Web 2.0 Portal with ASP.NET 3.5 also presents real-world ASP.NET challenges that the author has solved in building educational and enterprise portals, plus thirteen production disasters common to web applications serving millions of users. If you're ready to build state-of-the art, high-volume web applications, this book has exactly what you need.
55ASP.NET MVC with Entity Framework and CSS
Whether you are a novice developer or an experienced .NET developer wishing to learn more about MVC and Entity Framework, author Lee Naylor will teach you how to develop a detailed database-driven example website using Microsoft ASP.NET and Entity Framework Code First with fully explained code examples.
What You Will Learn:
-Get up and running quickly with ASP.NET MVC and Entity Framework to build a complex website to display and manage several related entities- Integrate identity code into a project- Understand advanced topics, including asynchronous database access and managing data conflicts-Work with Microsoft Azure, including remote debugging and database access- Develop your CSS skills, including animations and media queries for use with tablet or mobile/cell phone devices
Who This Book Is For:
Novice developers new to the subject through to more experienced ASP.NET web forms developers looking to migrate from web forms to MVC and Entity Framework. The book assumes some programming knowledge such as object-oriented programming concepts and a basic knowledge of C#.
56Modern Web Development: Understanding Domains, Technologies, and User Experience
This book presents a pragmatic, problem-driven, user-focused approach to planning, designing, and building dynamic web solutions. You'll learn how to gain maximum value from Domain-Driven Design (DDD), define optimal supporting architecture, and succeed with modern UX-first design approaches. The author guides you through choosing and implementing specific technologies and addresses key user-experience topics, including mobile-friendly and responsive design. You'll learn how to gain more value from existing Microsoft technologies such as ASP.NET MVC and SignalR by using them alongside other technologies such as Bootstrap, AJAX, JSON, and JQuery. By using these techniques and understanding the new ASP.NET Core 1.0, you can quickly build advanced web solutions that solve today's problems and deliver an outstanding user experience.
Microsoft MVP Dino Esposito shows you how to:
Plan websites and web apps to mirror real-world social and business processes Use DDD to dissect and master the complexity of business domains Use UX-Driven Design to reduce costs and give customers what they want Realistically compare server-side and client-side web paradigms Get started with the new ASP.NET Core 1.0 Simplify modern visual webpage construction with Bootstrap Master practical, efficient techniques for running ASP.NET MVC projects Consider new options for implementing persistence and working with data models Understand Responsive Web Design's pros, cons, and tradeoffs Build truly mobile-friendly, mobile-optimized websites
About This Book
For experienced developers and solution architects who want to plan and develop web solutions more effectively Assumes basic familiarity with the Microsoft web development stack
57Professional ASP.Net MVC 1.0
In some places, we assume that you're somewhat familiar with ASP.NET WebForms, at least peripherally. There are a lot of ASP.NET WebForms developers out there who are interested in ASP.NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP.NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP.NET MVC may not be the web technology that you're looking for.
58ASP.NET MVC 4 in Action
ASP.NET MVC 4 in Action is a fast-paced tutorial designed to introduce ASP.NET MVC to .NET developers and show how to apply it effectively. All examples in this revised edition are based on ASP.NET MVC 4, so you'll get full coverage of features such as the Razor view engine, Web Matrix helpers, and improved extensibility. You'll see how your ASP.NET applications can benefit from changes in the .NET Framework.
About the Technology
ASP.NET MVC provides the architecture needed to separate an application's logic and its UI. Because each component's role is well defined, MVC applications are easy to test, maintain, and extend. The latest version, ASP.NET MVC 4, takes advantage of .NET 4 and includes powerful features like the Razor view engine, Web Matrix helpers, and enhanced extensibility.
About the Book
ASP.NET MVC 4 in Action is a hands-on guide that shows you howto apply ASP.NET MVC effectively. After a high-speed ramp up,this thoroughly revised new edition explores each key topic witha self-contained example so you can jump right to the parts youneed. Based on thousands of hours of real-world experience, theauthors show you valuable high-end techniques you won't findanywhere else. Written for developers, the book arms you withthe next-level skills and practical guidance to create compellingweb applications.
You need some knowledge of ASP.NET and C#, but no priorASP.NET MVC experience is assumed.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside
Complete coverage of ASP.NET MVC 4
The new Web API
Full-system testing
About the Authors
Jeffrey Palermo, Jimmy Bogard, Eric Hexter, Matthew Hinze, andJeremy Skinner are all ASP.NET MVPs, ASP insiders, and early adoptersof ASP.NET MVC.
=======================================
Table of Contents
PART 1 HIGH-SPEED FUNDAMENTALS
Introduction to ASP.NET MVC
Hello MVC world
View fundamentals
Action-packed controllers
PART 2 WORKING WITH ASP.NET MVC
View models
Validation
Ajax in ASP.NET MVC
Security
Controlling URLs with routing
Model binders and value providers
Mapping with AutoMapper
Lightweight controllers
Organization with areas
Third-party components
Data access with NHibernate
PART 3 MASTERING ASP.NET MVC
Extending the controller
Advanced view techniques
Dependency injection and extensibility
Portable areas
Full system testing
Hosting ASP.NET MVC applications
Deployment techniques
Upgrading to ASP.NET MVC 4
ASP.NET Web API
59Programming ASP.Net AJAX
Loaded with code and examples that demonstrate key aspects of the framework, this book is ideal not only for ASP.NET developers who want to take their applications a step further with Ajax, but for any web developers interested in ASP.NET AJAX, no matter what technology they use currently. That includes JavaScript programmers who would like to avoid the headaches of writing cross-browser code.
Programming ASP.NET AJAX offers you:
A high-level overview of the ASP.NET AJAX framework Functional code that you can cut and paste for use in your own applications The essentials of JavaScript and Ajax to help you understand individual technologies used by the framework An organization that reflects the framework's packages, including Extensions, Control Toolkit, the Futures CTP, and the AJAX Library Sidebars throughout the book that identify and propose solutions to potential security breaches Ways to use the standards-based AJAX Library with other platforms, such as PHP A complete chapter on the UpdatePanel control for making individual parts of a web page independently updateable -- one of the framework's most important elements Released previously as Programming Atlas to cover the beta version of the Microsoft framework, this edition is fully up-to-date and expanded for the official 1.0 release of ASP.NET AJAX. Written by Christian Wenz -- Microsoft MVP for ASP/ASP.NET and AJAX Control Toolkit Contributor -- Programming ASP.NET AJAX contains many hard-to-find details, along with a few unofficial ways to accomplish things.
Mastering Windows PowerShell Scripting: Automate and manage your environment using PowerShell Core 6.0, 3rd Edition
61Entity Framework Core in Action
Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you'll discover time-saving patterns and best practices for security, performance tuning, and unit testing.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
There's a mismatch in the way OO programs and relational databases represent data. Entity Framework is an object-relational mapper (ORM) that bridges this gap, making it radically easier to query and write to databases from a .NET application. EF creates a data model that matches the structure of your OO code so you can query and write to your database using standard LINQ commands. It will even automatically generate the model from your database schema.
About the Book
Using crystal-clear explanations, real-world examples, and around 100 diagrams, Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. You'l start with a clear breakdown of Entity Framework, long with the mental model behind ORM. Then you'll discover time-saving patterns and best practices for security, performance tuning, and even unit testing. As you go, you'll address common data access challenges and learn how to handle them with Entity Framework.
What's Inside
Querying a relational database with LINQ
Using EF Core in business logic
Integrating EF with existing C# applications
Applying domain-driven design to EF Core
Getting the best performance out of EF Core
Covers EF Core 2.0 and 2.1
About the Reader
For .NET developers with some awareness of how relational databases work.
About the Author
Jon P Smith is a full-stack developer with special focus on .NET Core and Azure.
Table of Contents
Part 1 - Getting started
Introduction to Entity FrameworkCore
Querying the database
Changing the database content
Using EF Core in business logic
Using EF Core in ASP.NET Core web applications
Part 2 - Entity Framework in depth
Configuring nonrelational properties
Configuring relationships
Configuring advanced features and handling concurrency conflicts
Going deeper into the DbContext
Part 3 - Using Entity Framework Core in real-world applications
Useful software patterns for EF Core applications
Handling database migrations
EF Core performance tuning
A worked example of performance tuning
Different database types and EF Core services
Unit testing EF Core applications
Appendix A - A brief introduction to LINQ
Appendix B - Early information on EF Core version 2.1
62Professional C# 6 and .Net Core 1.0
Professional C# 6 and .NET Core 1.0 provides complete coverage of the latest updates, features, and capabilities, giving you everything you need for C#. Get expert instruction on the latest changes to Visual Studio 2015, Windows Runtime, ADO.NET, ASP.NET, Windows Store Apps, Windows Workflow Foundation, and more, with clear explanations, no-nonsense pacing, and valuable expert insight. This incredibly useful guide serves as both tutorial and desk reference, providing a professional-level review of C# architecture and its application in a number of areas. You'll gain a solid background in managed code and .NET constructs within the context of the 2015 release, so you can get acclimated quickly and get back to work.
The new updates can actively streamline your workflow, with major changes including reimagined C# refactoring support, a new .NET Web app stack, and the .NET compiler platform that makes C# and Visual Basic compilers available as APIs. This book walks you through the changes with a comprehensive C# review.
Explore the new Visual Studio templates for ASP.NET Core 1.0, Web Forms, and MVC Learn about the networking switch to HttpClient and ASP.NET Web API's replacement of WCF Data Services Work with the latest updates to the event log, Windows Runtime 2.0, and Windows 8.1 deployment and localization Dig deep into the new .NET 5.0 GC behaviors and the Migrations addition to ADO.NET Microsoft has stepped up both the cadence and magnitude of their software releases. Professional C# 6 and .NET Core 1.0 shows you everything you need to know about working with C# in a real-world context.
63Hacking the Code: ASP.Net Web Application Security
The book is accompanied with a FREE COMPANION CD containing both commented and uncommented versions of the source code examples presented throughout the book. In addition to the book source code, the CD also contains a copy of the author-developed Hacker Code Library v1.0. The Hacker Code Library includes multiple attack classes and functions that can be utilized to quickly create security programs and scripts. These classes and functions simplify exploit and vulnerability tool development to an extent never before possible with publicly available software.
Learn to quickly create security tools that ease the burden of software testing and network administration
Find out about key security issues regarding vulnerabilities, exploits, programming flaws, and secure code development
Discover the differences in numerous types of web-based attacks so that developers can create proper quality assurance testing procedures and tools
Learn to automate quality assurance, management, and development tasks and procedures for testing systems and applications
Learn to write complex Snort rules based solely upon traffic generated by network tools and exploits
64ASP.NET Core Application Development: Building an Application in Four Sprints
65Practical ASP.NET Web API
Later in the book more sophisticated themes will be introduced that will set your applications apart from the crowd. You'll learn how you can validate the request messages on arrival, how you can create loosely coupled controllers, extend the pipeline processing to compartmentalize your code for security and unit testing before being put onto a live hosting server.
66Programming C# 8.0: Build Cloud, Web, and Desktop Applications
Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET Core and the latest C# 8.0 additions, including asynchronous streams, nullable references, pattern matching, default interface implementation, ranges and new indexing syntax, and changes in the .NET tool chain.
Discover how C# supports fundamental coding features, such as classes, other custom types, collections, and error handling
Learn how to write high-performance memory-efficient code with .NET Core's Span and Memory types
Query and process diverse data sources, such as in-memory object models, databases, data streams, and XML documents with LINQ
Use .NET's multithreading features to exploit your computer's parallel processing capabilities
Learn how asynchronous language features can help improve application responsiveness and scalability
Windows Presentation Foundation Development Cookbook: 100 recipes to build rich desktop client applications on Windows
68Pro ASP.NET Web Forms Techniques
?
This book provides what other books often skimp on: Homer concentrates on site requirement analysis, and design. Then he supports this by discussing site planning and mapping. This well-organized book prevents you from developing your site in a haphazard, unpredictable mannerwhich makes site development and maintenance so much more difficult Even the most simplistic starting plan can reduce development and maintenance time, and help you dodge the frustrations resulting from the ?no plan? approach.
69Professional ASP.NET MVC 3
Book content includes:
Getting started with MVC 3, including a rundown of the new project dialog, directory structure and an introduction to NuGet (PowerShell inside Visual Studio 2010)
Controllers and Actions
View and ViewModelsModels and Databases, including using NuGet to install Entity Framework Code First
Forms and HTML Helpers
Validation and Data Annotations
Membership, Authorization and Security
Ajax
Routing, including routing to Http Handlers
NuGet, including using it from the Dialog 'and Package Console, creating a package, custom PowerShell actions and running from both a local repository and the Web
Dependency Injection
Unit testing
Extending ASP.NET MVC with filters and Extensibility points
What's new in MVC 3
70ASP.NET MVC 5 with Bootstrap and Knockout.Js: Building Dynamic, Responsive Web Applications
Author Jamie Munro introduces these and other related technologies by having you work with sophisticated web forms. At the end of the book, experienced and aspiring web developers alike will learn how to build a complete shopping cart that demonstrates how these technologies interact with each other in a sleek, dynamic, and responsive web application.
Build well-organized, easy-to-maintain web applications by letting ASP.NET MVC 5, Bootstrap, and Knockout.js do the heavy lifting
Use ASP.NET MVC 5 to build server-side web applications, interact with a database, and dynamically render HTML
Create responsive views with Bootstrap that render on a variety of modern devices; you may never code with CSS again
Add Knockout.js to enhance responsive web design with snappy client-side interactions driven by your server-side web application
71Bootstrapping MVC: Using Bootstrap and the Mvc Framework to Build Web Applications
72ASP.NET 2 For Dummies
73ASP.NET 2.0 Instant Results
74Design Patterns in C#
75ASP.Net: The Complete Reference
76Learning ASP.Net 2.0 with Ajax
Learning ASP.NET 2.0 with AJAX helps you master the concepts and techniques of Microsoft's tools with plenty of annotated examples, review quizzes, web construction exercises and chapter summaries, so you can practice new skills and test your understanding as you go. With it, you'll learn to:
Master the fundamental skills of ASP.NET 2.0 to build professional quality web applications
Integrate new Ajax tools and CSS with ASP.NET 2.0 for flashier and more interactive sites
Build applications with minimal coding using Visual Studio or its free counterpart, Visual Web Developer
Connect your site with a database so that users can retrieve, interact and save data
Debug your application, deal with unexpected problems, and protect your site from malicious users
Use the community-maintained ASP.NET AJAX Control Toolkit to extend the controls that come with ASP.NET AJAX
Use personalization tools to give your site a customized look for each user
Ideal for beginning web developers, or those who are new to ASP.NET, this book gets you involved with your own learning through hands-on lessons that are clear and to the point. You get the chance to try out new techniques on the spot. Want to join the world of modern web development? This book will get you started.
77Hands-On Full-Stack Web Development with ASP.NET Core: Learn end-to-end web development with leading frontend frameworks, such as Angular, React, and Vue
78Professional Asp.Net Performance
79C# 7.1 and .NET Core 2.0 - Modern Cross-Platform Development - Third Edition
80Learn ASP.NET 4.0, C# and Visual Studio 2010 Expert Skills with the Smart Method
This book won't waste your time by teaching basic skills that you already know. All of that material is covered already in our beginner's Essential Skills book. By assuming that you are already able to use the basic features, far more ground can be covered.
This is the only book that is also available as a low-cost video (DVD). Each can be used as a stand-alone product, but together they provide an incredibly powerful learning experience.
Instruction is logically structured into sessions and lessons. While this makes the book ideal for self-instruction, you can also use it to run your own, highly effective, adult training courses.
Every lesson is presented on two facing sheets of A4 paper (the pages are much bigger than in any other ASP.NET book).
Each lesson has a sample file that models a real-world business problem.
Along with programming skills, this book teaches best practices that are often ignored by other books.
You'll immediately appreciate the value and relevance of each skill as it is taught. Advanced concepts are explained without needless technical jargon. Everything is concisely described in a simple, no-nonsense way.
From the Back Cover
Amongst other things you'll learn how to:
Use cutting-edge AJAX techniques
Use multi-threading techniques to take advantage of multiple processors
Create and use web services
Understand and use regular expressions
Manipulate graphics to create a 'captcha' system
Use ListView and Chart controls
Encrypt and decrypt data
Compress and decompress data
Use compiler directives
Use HTTP handlers and modules
Create secure and hacker-proof web applications
Companies who have taken Smart Method courses include:
AOL Time Warner, The United States Army, Daimler Chrysler, Motorola, HSBC, Barclays, American Express, Allied Irish Banks, Imperial Tobacco, Volvo, The BBC, British Petroleum, The Foreign and Commonwealth Office, Unilever, The Institute of Chartered Accountants, The Ministry of Defence, Keele University, Deutsche Bank, HBOS, Transport For London, The Performing Rights Society, Scottish Power, The Office of the Parliamentary Ombudsman, BAE Systems, RBS, Marks & Spencer, Virgin, O2, BMW... and many, many others.
81Programming ASP.NET MVC 4: Developing Real-World Web Applications with ASP.NET MVC
You’ll start by learning core concepts such as the Model-View-Controller architectural pattern, and then work your way toward advanced topics. The authors demonstrate ASP.NET MVC 4 best practices and techniques by building a sample online auction site ("EBuy") throughout the book.
Learn the similarities between ASP.NET MVC 4 and Web Forms
Use Entity Framework to create and maintain an application database
Create rich web applications, using jQuery for client-side development
Incorporate AJAX techniques into your web applications
Learn how to create and expose ASP.NET Web API services
Deliver a rich and consistent experience for mobile devices
Apply techniques for error handling, automated testing, and build automation
Use various options to deploy your ASP.NET MVC 4 application
82Exam Ref 70-532 Developing Microsoft Azure Solutions
83Pro ASP.NET 2.0 in C# 2005
84ASP.Net for Dummies
85ASP.NET by Example
86Professional ASP.Net 4 in C# and VB
In addition to working with Web technologies, we also assume that you understand basic programming constructs, such as variables, For Each loops, and object-oriented programming.
You may also be wondering whether this book is for the Visual Basic developer or the C# developer. We are happy to say that it is for both! When the code differs substantially, this book provides examples in both VB and C#.
This book explores the 4 release of ASP.NET. It covers each major new feature included in ASP.NET 4 in detail.
87Mastering Unity 2D Game Development
If you are looking for a book that will show you how to make a fully functional, customizable game product with popular game functionality, then this is the book for you. You will learn how to build an RPG game, learning lots of tips and tricks along the way.
While creating your own character with its very own little village, you will come to learn about stats, 2D control systems and bounds, shaders, and basic 2D physics. Then you will dive into the big wild world that is set out for you and your character, discovering how to manage different types of scenes, scripted random events, and the dreaded encountering of enemies. Learn how to make your character ready for battle, then develop your game further by creating new levels of difficulty with editor extensions.
By the end of this book, you will be able to create, deploy, and integrate your game with your intended platforms, and have the knowledge to build and customize future Unity2D games with confidence.
88ASP.NET AJAX in Action
ASP.NET AJAX in Action is a fast-paced, example-rich tutorial designedfor ASP.NET web developers and written by ASP.NET AJAX expertsAlessandro "Garbin" Gallo, David Barkol, and Rama Krishna Vavilala. Thisbook introduces you to Ajax applications and to the ASP.NET AJAXtechnology. Beginners will appreciate the clear explanations of keyideas and terminology. Intermediate and advanced ASP.NET developers willfind a no-nonsense learning source and well-organized reference.
ASP.NET AJAX in Action offers a rich set of examples and meticulousexplanations. The extensive code samples are accompanied by accurate andrigorous explanations of the concepts behind development with ASP.NETAJAX. In this book, you will discover how to use
Microsoft Ajax LibraryPartial rendering with UpdatePanelsAdvanced client and server techniquesAjax Control Toolkit
If you are a web developer looking to bring your web pages to life andto enhance the user experience, this book is for you.
ASP.NET AJAX in Action will give you with the knowledge and tools youneed to more easily craft the next generation of Ajax applications. Withthe help of the Microsoft ASP.NET AJAX framework, Ajax development hasnever been easier and more instinctive for both client-script developersand ASP.NET developers alike.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
89Developing Microsoft® ASP.NET Server Controls and Components
OVERVIEW
ASP.NET page programming
Component programming
SERVER CONTROLS
User controls
Implementing properties
View state management
Rendering
Control life cycle
Events and Postback
Styles
Composite, validator, and data-bound controls
Client-side behavior
Design-time functionality
Localization, licensing, and deployment
SERVER COMPONENTS
XML Web services
HTTP handlers
SERVER CONTROL CASE STUDIES
Templated data-bound controls
DHTML-based server controls
“[This book] is a must-have for all serious ASP.NET component developers.”
–Scott Guthrie, Product Unit Manager, Microsoft ASP.NET Product Team
90ASP.Net MVC in Action
ASP.NET MVC in Action is a comprehensive guide to MVC-based development using this powerful framework. It offers a clearly-written introduction both to the ASP.NET MVC Framework and to the MVC approach. The focus is on creating real, maintainable web applications—so don't expect toy examples and short snippets. The authors lead you from first-use through real-life scenarios.
One of the key benefits of the MVC approach is introducing a high degree of testability to your applications and process. ASP.NET MVC in Action shows you how to test each piece of your ASP.NET application and how to introduce principles of test-driven development into your process.
Because the framework is completely pluggable, you'll learn how to work with external Inversion of Control containers like StructureMap, Windsor, and Spring.NET and open-source persistence layers like NHibernate. Throughout the book, the authors sprinkle in MvcContrib, an extremely useful tool that provides common extensions so you don't have to write them yourself. Along the way, you'll benefit from the wide-ranging experience of the authors, who have extensive experience with ASP.NET, Monorail, and Ruby on Rails. This book assumes that you already know how to build a standard ASP.NET application and presents most examples in C#.
What's inside?
Getting started with the ASP.NET MVC Framework The model in depth The controller in depth The view in depth Routing Customizing and extending the ASP.NET MVC Framework Scaling the architecture for complex sites Leveraging existing ASP.NET features AJAX in ASP.NET MVC Hosting and deployment Exploring MonoRail and Ruby on Rails Best practices Recipes Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What reviewers are saying
"Shows how to put all the features of ASP.NET MVC together to build a great application."
-From the Foreword by Phil Haack, Senior Program Manager, ASP.NET MVC Team, Microsoft"This book put me in control of ASP.NET MVC."
-Mark Monster, Software Engineer, Rubicon
"Highly recommended for those switching from Web Forms to MVC."
-Frank Wang, Chief Software Architect, DigitalVelocity LLC
"I'd highly recommend this to anyone who is serious about building web applications with ASP.NET MVC."
-Jeremy Skinner, ASP.NET developer and technical proofreader of the book
"...does a good job of not only showing you what to do, but also provides cautionary words to avoid poor practices that may lead to maintenance issues on non-trivial applications."
-Venkat Subramanian, NoFluffJustStuff Blogs
"I really enjoyed ASP.NET MVC in Action and highly recommend it for a fresh look at the ASP.NET MVC Framework."
-David Hayden, MVP
"In the end [the authors] not only did an excellent job of putting together a great practical guide to ASP.NET MVC they also successfully embedded some subversive ALT.NET concepts that will hopeful make us all better developers. And at the end of the day that is a damn fine accomplishment."
-Bobby Johnson
"ASP.NET MVC in Action will guide you from your first project through advanced topics such as AJAX and deploying on suboptimal hosting environments. The writing style is clear and concise. Diagrams and code examples are abundant. I recommend it for anyone looking for a great resource for learning about or becoming a better user of the ASP.NET MVC framework."
-Nathan Stott, Partner and Software Engineer at Whiteboard-IT
"I'm very happy with this book. I would definitely recommend it to anyone interested in ASP.NET MVC. Getting the 'beyond the text' that comes with the CodeCampServer is just icing on the cake, truly."
-Chris Stewart, CompiledMonkey.com
"ASP.NET MVC in Action is a true masterpiece...The authors, Jeffrey Palermo, Ben Scheirman and Jimmy Bogard are all considered rock stars in the ASP.NET community and they have opened up the doors to their concert with ASP.NET MVC in Action."
-Mohammad Azam, Microsoft MVP
91Developing Web Applications With Asp. Net And C#
The authors review how to transport and display data on the Internet or an Intranet using XML, objects, and Web services. They also explain how to implement security with authentication, integrate important e-commerce issues, and optimize the ASP.NET Web application for optimal performance.
Companion Web site features complete source code samples for the applications developed and explained in the book.
Microsoft Technologies
.NET Platform: The next big overhaul to Microsoft's technologies that will bring enterprise distributed computing to the next level by fully integrating the Internet into the development platform. This will allow interaction between any machine, on any platform, and on any device.
Visual Basic.NET: The update to this popular visual programming language will offer greater Web functionality, more sophisticated object-oriented language features, links to Microsoft's new common runtime, and a new interface.
ASP.NET: A programming framework (formerly known as Active Server Pages) for building powerful Web-based enterprise applications; can be programmed using VB.NET or C#.
C#: Microsoft's new truly object-oriented programming language that builds on the strengths of C++ and the ease of Visual Basic; promises to give Sun's Java a run for its money.
Exam Ref 70-486: Developing ASP.NET MVC 4 Web Applications
Focus on the expertise measured by these objectives:
Design the application architecture
Design the user experience
Develop the user experience
Troubleshoot and debug web applications
Design and implement security
This Microsoft Exam Ref:
Organizes its coverage by exam objectives.
Features strategic, what-if scenarios to challenge you.
Includes a 15% exam discount from Microsoft. (Limited time offer)
93MCPD 70-519 Exam Ref: Designing and Developing Web Applications Using Microsoft .NET Framework 4
Optimize your exam-prep by focusing on the expertise needed to:
Design the application architecture
Choose the right server-side and client-side technologies
Design the user experience
Design data access and presentation
Plan for security
Choose a testing methodology
Plan for scalability and reliability
You also get an exam discount voucher—making this book an exceptional value and a great career investment.
94Professional ASP.Net 4.5 in C# and VB
ASP.NET is Microsoft's technology for building dynamically generated web pages from database content. Originally introduced in 2002, ASP.NET has undergone many changes in multiple versions and iterations as developers have gained a decade of experience with this popular technology. With that decade of experience, this edition of the book presents a fresh, new overhauled approach.
A new focus on how to build ASP.NET sites and applications relying on field-tested reliable methods Integration of "One ASP.NET" philosophy treating ASP.NET Web Forms and ASP.NET MVC as equal tools each with their proper time and place Coverage of hot new ASP.NET 4.5 additions such as the Web API, Websockets and HTML5 & CSS3 use in layout but only to the extent that the tools themselves are practical and useful for working ASP.NET developers Professional ASP.NET 4.5 in C# and VB is an essential tool for programmers who need to be productive and build reliably performing sites with the latest ASP.NET Framework and Visual Studio.
95Concurrency in .NET: Modern patterns of concurrent and parallel programming
96McTs Self-Paced Training Kit (Exam 70-562): Microsofta .Net Framework 3.5aasp.Net Application Development: Microsoft(r) .Net Framework 3.5 ASP.Net Application Development
Maximize your performance on the exam by learning to:
Program a new application; add and configure server controls Manage data input, user state, and security Implement data source controls and data-bound controls Use AJAX-enabled forms and scripts Create and consume XML Web services and WFC services Design for accessibility, globalization, and mobility Debug, deploy, monitor, and troubleshoot applications Assess your skills with the practice tests on CD.
You can work through hundreds of questions using multiple testing modes to meet your specific learning needs. You get detailed explanations for right and wrong answers—including a customized learning path that describes how and where to focus your studies.
Your kit includes:
15% exam discount from Microsoft. (Limited time offer). Details inside.
Official self-paced study guide.
Practice tests with multiple, customizable testing options and a learning plan based on your results.
325 practice and review questions.
Code samples in Microsoft Visual Basic and Visual C# on CD.
90-day trial of Microsoft Visual Studio 2008 Professional Edition.
Case scenarios, exercises, and best practices.
Fully searchable eBook of this guide, plus sample chapters from related books.
A Note Regarding the CD or DVD
The practice test materials are available as a download along with your ebook version of the kit, and will be located in your account. Please direct any questions or concerns to booktech@oreilly.com.
97ASP.NET 2.0 MVP Hacks and Tips
Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1) ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 ) Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985) Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507) ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663) CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition
98Building Web Solutions with ASP.Net and ADO.NET
Topics covered include:
Data-bound .NET controls Templated and editable data grids Code reusability in .NET Advanced reporting Disconnected applications Interoperable applications XML Web services .NET Managed Providers CD-ROM FEATURES:
A fully searchable electronic copy of the book Sample code written in Microsoft® Visual C#™ .NET and Visual Basic® .NET A Note Regarding the CD or DVD
The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.
99Sams Teach Yourself ASP.NET in 21 Days (2nd Edition)
100ASP.NET MVC 2 in Action
Featuring full coverage of new version 2 features, this book helps readers use developer-oriented upgrades like "Areas" to break a large project into smaller pieces and explore the new data handling tools. This revised edition adds a completely new tutorial to bring developers with no prior exposure to the MVC pattern up to speed quickly, keeping its focus on providing high-quality, professional grade examples that go deeper than the other ASP.NET MVC books.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.