ASP.NET source codes in open form. From relatively fresh, I recommend to pay attention to the ASP.NET 5 Docker image and .NET XRE (Cross-Platform Runtime SDK). And, of course, the documentation for the new ASP.NET is also on GitHub. ')
News and Articles
Having fun with ASP.NET 5, Linux and Docker ( part 1 , part 2 and part 3 ) [En]
An article by Mark Rendel (Mark Rendel) about how he, using the virtual machines, started ASP.NET under ElementaryOS. In the first part, Mark begins with installing ASP.NET on top of Mono, the second part is devoted to setting up code editors, and the third - preparing a project for launching in a Docker container.
ASP.NET 5 and AngulaJS Article Series [En]
Stephen Walther (Stephen Walther) wrote a large series of articles on developing applications for ASP.NET 5 using AngularJS:
A series of articles by John Atter (John Atter) on the creation of ASP.NET applications that work on top of the OWIN specification and, accordingly, Katana - a set of open components that implement it.
The first article provides basic definitions and shows how to create a simple project. The second tells how to create from scratch a project with a Web API working in the OWIN / Katana environment. The third article is devoted to the implementation of authentication and authorization, and the fourth adds to them the user data model.
Filip Wojcyshin (Filip Wojcieszyn) understands how to migrate an ASP.NET project from Web API 2 to MVC 6 using the additional “Web API” layer of Compatiblity Shim from the ASP.NET team.
February 28 in Moscow will host a conference for developers on ASP.NET. The program includes reports on the future of ASP.NET, cross-platform development on ASP.NET, practical experience in developing complex client-server solutions and other interesting topics.
Scott Hanselman, Syed Hashimi, Scott Hunter, Louis DeJardin and Daniel Roth talk about how ASP.NET has changed in the new version. The course includes an overview of the Wep API, development tools (VS), as well as immersion into the interior of ASP.NET and EF7.
Jon Galloway and Christopher Harrison explain how to create and configure the MVC application. The course is designed for developers who are just beginning to use ASP.NET MVC to develop web applications.
Scott Hunter talks about transformations in ASP.NET and the .NET Framework, aimed at making the platform open, and application code faster and easier to write, as well as optimized for work in the cloud environment.
ASP.NET Identity [En] ASP.NET Identity is a completely rewritten framework that takes the rights system in ASP.NET to the modern level, implying in particular easy integration of third-party authentication systems (including social networks) and two-factor authentication.
ASP.NET Web API: Beyond the Basics [En] The session deals with the subtleties of the ASP.NET Web API: internal architecture, extensibility, asynchronous actions, security, and the implementation of caching and streaming.