ASP.NET Core Recipes : A Problem-Solution Approach /

Quickly 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 developer...

Full description

Saved in:
Bibliographic Details
Main Authors: Ciliberti, John
Corporate Authors: SpringerLink Online service
Published: Apress : Imprint: Apress,
Publisher Address: Berkeley, CA :
Publication Dates: 2017.
Literature type: eBook
Language: English
Edition: Second edition.
Subjects:
Online Access: http://dx.doi.org/10.1007/978-1-4842-0427-6
Summary: Quickly 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 w
Carrier Form: 1 online resource (431 pages) : illustrations
ISBN: 9781484204276
CLC: TP31
Contents: Chapter 1 - ASP.NET Core MVC Fundamentals -- Chapter 2 - Getting Started with ASP.NET Core MVC -- Chapter 3 - MVC Razor Syntax and HTML Helpers -- Chapter 4 - Using Tag Helpers -- Chapter 5 - Getting the Most from New Features in ASP.NET Core MVC -- Chapter 6 - Solution Design using ASP.NET Core MVC -- Chapter 7 - Test-Driven Development with ASP.NET Core MVC -- Chapter 8 - Moving from WebForms to ASP.NET Core MVC -- Chapter 9 - Data Validation Using ASP.NET Core MVC -- Chapter 10- Securing Your ASP.NET Core MVC Application -- Chapter 11 - Creating Modern User Experiences Using React.js and