Showing results for ASP.NET vNext - .NET Blog

Jun 17, 2014
Post comments count1
Post likes count0

Dependency Injection in ASP.NET vNext

Victor Hurdugaci
Victor Hurdugaci

Dependency Injection (DI) is a software design pattern, a particular case of the Inversion of Control pattern, in which one or more dependencies are injected into dependent objects. The pattern is used to create program designs that are loosely coupled and testable. This article assumes that you are already familiar with DI. If not, you can read t...

ASP.NET
May 13, 2014
Post comments count0
Post likes count0

ASP.NET vNext: the future of .NET on the Server

Xinyang Qiu
Xinyang Qiu

At TechEd we announced our plans and vision for ASP.NET vNext. ASP.NET vNext is being designed from the bottom up to be a lean and composable .NET stack for building web and cloud based applications. You can find an overview of ASP.NET vNext and walkthroughs of the current experience at http://www.asp.net/vnext. To learn more about th...

ASP.NET