Building an ASP.NET Application with Visual Studio 2017

Building an ASP.NET Application with Visual Studio 2017

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 37m | 351 MB

Build your ASP.NET Application on Visual Studio 2017

ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. The ASP.NET Core MVC framework is a lightweight, open source, highly testable presentation framework optimized for use with ASP.NET Core.

This video course is designed for people looking to create ASP.NET Core web application on Visual Studio 2017, host different applications and project types to further host the ASP.NET core website. We’ll learn to host our site in Linux. As compared to ASP.NET it’s built on .NET Core, which supports true side-by-side app versioning.

This course will simplify the modern web development with the advanced Tools. The video course also covers built-in support for dependency injection and ability to host on IIS or self-host in your own process. ASP.NET Core MVC provides a patterns-based way to build dynamic websites that enables a clean separation of concerns. It gives full control over markup, supports TDD-friendly development and uses the latest web standards.

What You Will Learn

  • Use the web api in Asp.Net core
  • Add a java script library to your asp.net core website with bower
  • Self host (aka OWIN) an asp.net core website
  • Run an asp.net core website in IIS
  • Use docker to host an asp.net core website
  • Learn to publish an asp.net core website
  • Learn to host site in linux docker container
  • Start working with multiple environments
Table of Contents

01 The Course Overview
02 Introduction to ASP.NET Core
03 Setting Up Visual Studio 2017 for Web Development
04 Creating a ASP.NET Core Website
05 ASP.NET Core with Docker Support
06 MVC Controller and the Web API
07 MVC Dependency Injection
08 MVC Logging and Configuration
09 Behavior Across Multiple Environments
10 Working with JavaScript
11 Deploying the Website