We have compiled a list of Best books on ASP.NET Core. The list is compiled on based after using the various books and also based on the user feedback’s
Table of Contents
Pro ASP.NET Core MVC 2
Check Price
Table of Content
- ASP.NET Core MVC in Context
- Your First MVC Application
- The MVC Pattern, Projects & Conventions
- Essential C# Features
- Working with Razor
- Working With Visual Studio
- Unit Testing MVC Applications
- Sports Store: A Real Application
- Sports Store: Navigation
- Sports Store: Completing the Cart
- Sports Store: Administration
- Sports Store: Security & Deployment
- Working With Visual Studio Code
- Configuring Applications
- URL Routing
- Advanced Routing Features
- Controllers And Actions
- Dependency Injection
- Filters
- API Controllers
- Views
- View Components
- Understanding Tag Helpers
- Using the Form Tag Helpers
- Using the other Built in Tag Helpers
- Model Binding
- Model Validation
- Getting Started with Identity
- Applying ASP.NET Core Identity
- Advanced ASP.NET Core Identity
- Model Conventions & Action Constraints
Programming ASP.NET Core
Check Price
Table of Content
- Why Another ASP.NET ?
- The First ASP.NET Core Project
- Bootstrapping ASP.NET MVC
- ASP.NET MVC Controllers
- ASP.NET MVC Views
- The Razor Syntax
- Design Considerations
- Securing the Application
- Access to Application Data
- Designing a Web API
- Posting Data from the Client Side
- Client-side Data Binding
- Building Device-friendly Views
- The ASP.NET Core Runtime Environment
- Deploying an ASP.NET Core Application
- Migration and Adoption Strategies
Modern API Design with ASP.NET Core 2
a
Check Price
Table of Content
- API Design Demystified
- Introduction to ASP.NET Core
- Your First API Application
- Extensibility Architecture
- MVC
- The Configuration Model
- Logging and Error Handling
- Securing APIs
- Bells & Whistles
- Testing & Debugging
- Hosting & Deployment
ASP.NET Core Recipes: A Problem-Solution Approach
Check Price
Table of Content
- ASP.NET Core MVC Fundamentals
- Getting Started with ASP.NET Core MVC
- MVC Razor Syntax and HTML Helpers
- Using Tag Helpers
- Getting the Most from the New Features in ASP.NET Core MVC
- Solution Design Using ASP.NET Core MVC
- Test-Driven Development with ASP.NET Core MVC
- Moving from Web Forms to ASP.NET Core MVC
- Data Validation Using ASP.NET Core MVC
- Securing Your ASP.NET Core MVC Application
- Creating Modern User Experiences Using React.js and ASP.NET Core
ASP.NET Core in Action
Check Price
Table of Content
- Getting Started with ASP.NET Core
- Your First Application
- Handling Request with the Middleware Pipeline
- Creating Web pages with MVC Controllers
- Mapping URL to methods to using conventional routing
- The Binding Model: Retrieving and Validating user input
- Rendering HTML with Razor input
- Building Forms with Tag Helpers
- Creating Web API for mobile and client applications
- Service Configuration with dependency injection
- Configuring ASP.NET Core application
- Saving Data with Entity Framework Core
- The MVC Filter pipeline
- Authentication : Adding users to your application with identity
- Authorization : Securing your application
- Publishing and deploying your application
- Monitoring and trouble shooting errors with logging
- Improving your application security
- Building Custom Components
- Testing your application