Learning ASP.NET Core MVC

Learning ASP.NET Core MVC

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2h 40m | 446 MB

ASP.NET Core, the Microsoft web development framework, includes an optimized developer experience, better performing runtime, and cross-platform support for Windows, Mac, and Linux. In this course, Jess Chadwick introduces the basics to get you up and running with ASP.NET Core, and creating your own professional quality applications. He explores setup and installation, working with the ASP.NET Core framework, and the techniques you need to manage data, reuse code, construct web APIs, and secure your new applications. All of this is included along with industry-standard best practices such as dependency injection and the model-view-controller pattern for more modular code.

Topics include:

  • Building blocks of ASP.NET Core applications
  • Creating a new project
  • Responding to HTTP requests
  • Serving static files
  • Understanding the MVC pattern
  • Handling requests with controllers
  • Routing
  • Rendering HTML with Razor
  • Rendering data, view markup, and view logic
  • Creating HTML forms
  • Validating form data
  • Reading and writing from a database with Entity Framework
  • Improving the user experience
  • Exposing data with a web API
  • Securing your ASP.NET application