Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
ASP.NET Core MVC 2.0 Cookbook

You're reading from   ASP.NET Core MVC 2.0 Cookbook Effective ways to build modern, interactive web applications with ASP.NET Core MVC 2.0

Arrow left icon
Product type Paperback
Published in Feb 2018
Publisher
ISBN-13 9781785886751
Length 668 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (3):
Arrow left icon
Engin Polat Engin Polat
Author Profile Icon Engin Polat
Engin Polat
Jason De Oliveira Jason De Oliveira
Author Profile Icon Jason De Oliveira
Jason De Oliveira
Stephane Belkheraz Stephane Belkheraz
Author Profile Icon Stephane Belkheraz
Stephane Belkheraz
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Cross-Platform with .NET Core 2. Visual Studio 2017, C# 6, IDEs, and Roslyn FREE CHAPTER 3. Working with npm, Frontend Package Managers, and Task Runners 4. Reusing Code with NuGet 5. SOLID Principles, Inversion of Control, and Dependency Injection 6. Data Access - EF7 with Repository, SQL Server, and Stored Procedures 7. Accessing data with Micro ORMs, NoSQL, and Azure 8. Cache and Session - Distributed, Server, and Client 9. Routing 10. ASP.NET Core MVC 11. Web API 12. Filters 13. Views, Models, and ViewModels 14. Razor and Views 15. TagHelpers and ViewComponents 16. OWIN and Middleware 17. Security 18. Frontend Development 19. Deployment and Hosting 20. Other Books You May Enjoy

What this book covers

Chapter 1, Cross-Platform with .NET Core, dives deep into what .NET Core is, what its core components are, and creating ASP.NET Core web projects using the .NET Core CLI.

Chapter 2,  Visual Studio 2017, C# 6, IDEs, and Roslyn, covers the use of Visual Studio 2017, Visual Studio Code, and Atom as C# editors. Also, we'll investigate the new features that come with C# 6 and use Roslyn compiler as a service.

Chapter 3, Working with NPM, Frontend Package Managers, and Task Runners, covers using and creating npm modules and using Bower, Grunt, Gulp, and Yeoman.

Chapter 4, Reusing Code with NuGet, guides you though manage NuGet packages, creating new NuGet packages, using previously created packages, and creating a new NuGet repository to privately list NuGet packages.

Chapter 5, SOLID Principles, Inversion of Control, and Dependency Injection, covers all SOLID principles, plus the inversion of Ccontrol and dependency injection libraries that come with ASP.NET Core and seperate NuGet packages.

Chapter 6, Data Access - Entity Framework with Repository, SQL Server, and Stored Procedures, covers implementing the repository pattern using Entity Framework Core. During implementation, we'll cover the IoC life cycle. Also, we'll investigate different providers of Entity Framework Core.

Chapter 7, Data Access with Micro ORMs, NoSQL, and Azure, covers creating DataAccessLayer with several libraries, such as Dapper and OrmLite. Also, we'll investigate MongoDB, Azure table storage, Azure blob storage, and SQL on Azure.

Chapter 8, Cache and Session - Distributed, Server, and Client, covers caching with several providers, such as InMemory Data Caching, Response Caching, Session Caching, and Distributed Caching. We'll use Redis on both on-premises and Azure.

Chapter 9, Routing, discusses the different aspects of ASP.NET Routing mechanisms, Route Constraints, and SEO-friendly routing.

Chapter 10, ASP.NET Core MVC, covers ActionResult types, creating and using POCO controllers, and managing Exceptions.

Chapter 11, Web API, discusses managing content-negotiation, handling cross-domain requests, auto-documenting controllers and actions using Swagger, and testing actions.

Chapter 12, Filters, covers how to create, manage, and use Global Filters for injecting tasks before and after the execution of actions, such as logging, caching, controlling authentication, and authorization.

Chapter 13, Views, Models, and ViewModels, covers creating and using ViewModels, and understanding and using the ModelBinding mechanism and ValueProviders.

Chapter 14, Razor and Views, talks about views, partial views, areas, HTML helpers, and dependency injection into views.

Chapter 15, TagHelpers and ViewComponents, dives deep into using Environment, Script, Form, and Link TagHelpers. We'll also create reusable ViewComponents.

Chapter 16, OWIN and Middlewares, describes OWIN and Katana, the new ASP.NET Core pipelines and middleware, along with creating and using ASP.NET Core middleware.

Chapter 17, Security, covers Authentication and Authorization mechanisms, managing Identity, and securing data with ASP.NET Core.

Chapter 18, Frontend Development, covers how to use Bootstrap classes, write maintainable and clean JavaScript code, and debug it. We will see what TypeScript is and write unit tests for JavaScript code.

Chapter 19, Deployment and Hosting, covers hosting ASP.NET Core web applications using IIS, Azure, and Docker. We'll also host ASP.NET web applications on Linux, Windows, and Mac environments using Kestrel.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime