InfoQ Homepage ASP.NET vNext Content on InfoQ
News
RSS Feed-
Reviewing Key Concepts in .Net Core and .Net Standard
Choosing compilation targets was a relatively straightforward operation prior to .Net Core. Developers now face several possibilities and choosing a target is not so obvious anymore. To understand the big picture in .Net Core, the key concepts are: target framework monikers and .Net Standard.
-
ASP.NET Core Provides Modularity with Middleware Components
ASP.NET Core introduces middleware as a concept to customize the HTTP pipeline. Middleware are components which are composed together to form a web application. The concept was inspired by OWIN and Katana, which provided similar functionalities in earlier versions of ASP.NET.
-
ASP.NET 5: Three More Betas Planned
The roadmap for ASP.NET 5 includes three more betas between now and November’s release candidate. And that’s after dropping Visual Basic, SingalR 3, and Web Pages 4 from the list.
-
Microsoft’s new Web Server, Katana, Hits Version 3
Katana is Microsoft’s stand-alone implementation of the OWIN (Open Interface for .NET) standard. With the release of version 3, Kanata is wholly to the asynchronous model offered by .NET 4.5.
-
ASP.NET vNext Projects Get Simpler
ASP.NET vNext alpha3 was released along with the Visual Studio "14" CTP3. Several interesting changes are around ASP.NET projects - simpler project files, ability to specify build event handlers, cleaner source folders and more.
-
Katana Gets OpenIDConnect, WSFederation Components
Katana 3, now close to GA, comes with new security components providing OpenIDConnect and WSFederation support.