ASP NET Core A Quick Overview of ASP

  • Slides: 22
Download presentation
ASP. NET Core* A Quick Overview of ASP. NET Core Shahed Chowdhuri Sr. Technical

ASP. NET Core* A Quick Overview of ASP. NET Core Shahed Chowdhuri Sr. Technical Evangelist @ Microsoft @shahed. C Wake. Up. And. Code. com * aka ASP. NET 5 before RC 1

Evolution of ASP and ASP. NET Active Server Pages (Classic ASP) ASP. NET (Web

Evolution of ASP and ASP. NET Active Server Pages (Classic ASP) ASP. NET (Web Forms) ASP. NET MVC 1/2/3/4/5 ASP. NET MVC 6 Core MVC ASP. NET Web Pages Unified MVC, Web API and Web Pages ASP. NET Web API

Names & Version Numbers MV 5 C 6 5 . NET Core 5

Names & Version Numbers MV 5 C 6 5 . NET Core 5

ASP. NET Core High-Level Overview

ASP. NET Core High-Level Overview

Compilation Process

Compilation Process

What About. NET Framework 4. 6?

What About. NET Framework 4. 6?

How about Entity Framework? Entities in Code ORM DB

How about Entity Framework? Entities in Code ORM DB

ASP. NET Core* MVC and Web API Shahed Chowdhuri Sr. Technical Evangelist @ Microsoft

ASP. NET Core* MVC and Web API Shahed Chowdhuri Sr. Technical Evangelist @ Microsoft @shahed. C Wake. Up. And. Code. com * aka ASP. NET 5 before RC 1

Agenda Ø ASP. NET Architecture Ø Model-View-Controller Ø ASP. NET MVC Web Project Ø

Agenda Ø ASP. NET Architecture Ø Model-View-Controller Ø ASP. NET MVC Web Project Ø Tag Helpers in Views Ø ASP. NET Web API Project Ø Consuming Web API Ø Java. Script Frameworks

ASP. NET Architecture

ASP. NET Architecture

Model-View-Controller Request Update Get Data From Update

Model-View-Controller Request Update Get Data From Update

ASP. NET MVC Web Project Template* * Subject to rename with the release of

ASP. NET MVC Web Project Template* * Subject to rename with the release of RC 2

Project Files and Configuration

Project Files and Configuration

Tag Helpers: Evolution of HTML Forms

Tag Helpers: Evolution of HTML Forms

Tag Helpers in Views

Tag Helpers in Views

ASP. NET Web API Project Template* * Subject to rename with the release of

ASP. NET Web API Project Template* * Subject to rename with the release of RC 2

Consuming Web APIs

Consuming Web APIs

Java. Script Frameworks https: //docs. asp. net/en/latest/client-side/knockout. html https: //docs. asp. net/en/latest/client-side/angular. html

Java. Script Frameworks https: //docs. asp. net/en/latest/client-side/knockout. html https: //docs. asp. net/en/latest/client-side/angular. html

Controller -> View -> Web API https: //github. com/aspnet/Docs/tree/master/aspnet/client-side/angular/sample/Angular. Sample

Controller -> View -> Web API https: //github. com/aspnet/Docs/tree/master/aspnet/client-side/angular/sample/Angular. Sample

Angular App

Angular App

Web API Controller

Web API Controller

Email: shchowd@microsoft. com Twitter: @shahed. C

Email: shchowd@microsoft. com Twitter: @shahed. C