13
Click to edit Master text styles Let's play with ASP.NET 5 (vNext) RC1 Ugo lattanzi @imperugo http://tostring.it [email protected] Emanuele Bartolesi @kasuken http:// www.emanuelebartolesi.com [email protected]

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

Embed Size (px)

Citation preview

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

Click to edit Master text styles

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

Ugo lattanzi@imperugohttp://[email protected]

Emanuele Bartolesi@kasukenhttp://[email protected]

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

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

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

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

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

Click to edit Master text styles

ASP.NET 5

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

Click to edit Master text styles

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

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

Click to edit Master text styles

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

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

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

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

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

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

Click to edit Master text styles

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

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

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

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

Click to edit Master text styles

Let’s code?

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

Click to edit Master text styles

Questions?

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

Click to edit Master text styles

Thanks!!!