ASP.NET Core – Deep Dive on Building a Real Website

Post on 13-Jan-2017

37 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

Transcript

Microsoft User Group Hyderabad

Hyderabad dotnetConf 2016

ASP.NET Core – Deep Dive on Building a Real WebsiteShravan Kumar KasagoniSenior Developer – RealPageMicrosoft MVP – VSDThttp://theshravan.net | @techieshravan

What is ASP.NET Core?

ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications (web apps, IoT apps and mobile backends).

ASP.NET Core apps can run on .NET Core or on the full .NET Framework

ASP.NET Core is no longer based on System.Web.dll

ASP.NET Core is based on a set of granular and well factored NuGet packages

The result is a leaner and modular framework for building web apps

What do we gain out of ASP.NET Core?

A unified story for building web UI and web APIs

Integration of modern client-side frameworks and development workflows

A cloud-ready environment-based configuration system

Built-in dependency injection

New light-weight and modular HTTP request pipeline

Ability to host on IIS or self-host in your own process

Built on .NET Core, which supports true side-by-side app versioning

Ships entirely as NuGet packages

New tooling that simplifies modern web development

Build and run cross-platform ASP.NET apps on Windows, Mac and Linux

Open source and community focused

Demos

MUGH Facebook Pagehttp://fb.com/themugh

MUGH Twitterhttp://twitter.com/mughtwits

MUGH Bloghttp://mugh.net

top related