Let's play with ASP.NET 5 (vNext) RC1

Preview:

Citation preview

Click to edit Master text styles

Let's play with ASP.NET 5 (vNext) RC1

Ugo lattanzi@imperugohttp://tostring.itimperugo@gmail.com

Emanuele Bartolesi@kasukenhttp://www.emanuelebartolesi.combartolesiemanuele@hotmail.com

Click to edit Master text styles

What we need to follow this webcast

Any editor (Visual Studio in my case)

Internet connection (NuGet)

Download from https://get.asp.net/

1

2

CLICK TO DOWNLOAD

Work with your favorite development tools

Click to edit Master text styles

ASP.NET 5

Re-write platformOpen sourceCross platformMVC and WebAPI are combined into one single framework MVC 6SignalR soon;No Webform;Everything is a depedency;

aka vNext

12

34567

Click to edit Master text styles

ASP.NET 5

Click to edit Master text styles

ASP.NET 5 (roadmap)Source https://github.com/aspnet/Home/wiki/Roadmap

Click to edit Master text styles

ASP.NET 5 (roadmap)Source https://github.com/aspnet/Home/wiki/Roadmap

Click to edit Master text styles

ASP.NET 5ASP.NET 5

(MVC6, EF7,etc)

MONO

.NET CORE(Core CLR)

.NET 4.6(.NET CLR)

IISSelf Host

LINUX / OSX WINDOWS

Click to edit Master text styles

Check the right version

• RC1 of MVC6 and ASP.NET 5 • DNVM List (see available runtimes)• Update if is old from here (RC1)

• VSTools here https://go.microsoft.com/fwlink/?LinkId=627627 • Command line DNVM (.NET Version Manager)

• dnvm update-self• dnvm upgrade -r coreclr• dnvm upgrade -r clr

Click to edit Master text styles

OWINDownload here: http://www.syncfusion.com/resources/techportal/ebooks/

Click to edit Master text styles

What we are going to see

Solution, structure and static files;MVC + APIs;Dependency Injection;TagHelpers;Custom Confuration;Logging;Host environment;

more or less

12

34567

Click to edit Master text styles

Let’s code?

Click to edit Master text styles

Questions?

Click to edit Master text styles

Thanks!!!