Description
Book SynopsisQuickly find solutions to common web development problems. Content is presented in the popular problem-solution format. Look up the problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved!
ASP.NET Core Recipes is a practical guide for developers creating modern web applications, cutting through the complexities of ASP.NET, jQuery, React, and HTML5 to provide straightforward solutions to common web development problems using proven methods based on best practices. The problem-solution approach gets you in, out, and back to work quickly while deepening your understanding of the underlying platform and how to develop with it.
Author John Ciliberti guides you through the MVC framework and development tools, presenting typical challenges, along with code solutions and clear, concise explanations, to accelerate application development. Solve problems immediately by pasting in code from the recipes
Table of Contents
Chapter 1 - ASP.NET Core MVC FundamentalsChapter 2 - Getting Started with ASP.NET Core MVCChapter 3 - MVC Razor Syntax and HTML HelpersChapter 4 - Using Tag HelpersChapter 5 - Getting the Most from New Features in ASP.NET Core MVCChapter 6 - Solution Design using ASP.NET Core MVCChapter 7 - Test-Driven Development with ASP.NET Core MVCChapter 8 - Moving from WebForms to ASP.NET Core MVCChapter 9 - Data Validation Using ASP.NET Core MVCChapter 10- Securing Your ASP.NET Core MVC ApplicationChapter 11 - Creating Modern User Experiences Using React.js and ASP.NET CoreAppendix A