[vNext]ASP.NET vNext初體驗

今天在Azure上開一個 Visual Studio 14 CTP 的VM來試試看 ASP.NET vNext !

今天亂馬客在Azure上開一個 Visual Studio 14 CTP 的VM來試試看 ASP.NET vNext !

在建立專案時,選取 ASP.NET vNext Web Application ,就可以開始了!

image

 

專案檔似乎變短了,如下,

image

 

Web.config不見了,取而代之的是2個Json檔(config.json, project.json)。

image

 

專案參考方式綁到了.NET Framework的版本,如下,

image

 

App_Start目錄中跑到了 Startup.cs,

image

這部份可參考 OWIN and KatanaGetting Started with the Katana Project

 

Bin目錄中只有 AspNet.Loader.DLL !!!

image

因為dll不會產生在disk中,所以會比較快,也容易在memory中compile ( Rosyln ) !

 

看起來蠻多的改變,蠻有趣的! 大家也開個VM試看看吧!

 

 

參考資料

The Next Generation of .NET – ASP.NET vNext

Introducing ASP.NET vNext

Hi, 

亂馬客Blog已移到了 「亂馬客​ : Re:從零開始的軟體開發生活

請大家繼續支持 ^_^