Preface
The book aims to help you learn the fundamentals of ASP.NET Core MVC and apply that knowledge to building applications using ASP.NET Core. This book also aims to serve as a solid guide for beginners who want to learn ASP.NET MVC. In detail, the following topics are going to be covered in the book:
- Fundamentals and objectives of ASP.NET Core MVC
- Philosophies (separation of concerns, convention over configuration) of ASP.NET Core
- Components of ASP.NET Core MVC—Controllers, Models, and Views
- Interacting with the database using Entity Framework
- Validating the user’s input, both at the client-side and the server-side
- Provide a face-lift to the application using Bootstrap
- Making use of different deployment options provided by ASP.NET Core MVC