aspnet Lift and Shift - Adding Docker to Nerd Dinner Modernizing legacy apps has become the theme towards the end of this year or also known as "Lift and Shift". This means taking the monolithic applications built with
microsoft Handing in my ears... I'm going to work for Microsoft. What's My Job? I will be working on building out content for docs.microsoft.com, specifically ASP.NET Core and probably other things... Disney
aspnet Using Gulp for ASP.NET 5 & Visual Studio 2015 The default "ASP.NET 5 Preview Starter Web" template has everything you need out of the gate to get started on your next ASP.NET 5 project. On top of the responsive design, which has a new carousel control, it is also
aspnet ASP.NET 5 - wwwroot folder optional Updated - 1.30.2014 After looking at the kpm pack or publishing step of this solution, there is an undesired affect. All of the folders in the root, now that this is the folder we are working in, will be published to the
aspnet Building Web API using MVC 6 & MongoDB This is a quick walkthrough on using ASP.NET 5 to build a Web API layer using MongoDB. The overall concept is not too dissimilar from previous examples you may have seen using X type of database, however there are some areas covered that
azure Azure Mobile Services .NET Backend Tips I've been working with Azure Mobile Services since it was released and until recently only the JavaScript backend was available, built using node.js. Although it is very mature with many options, the community was pressuring for a .NET option and now it is
aspnet ASP.NET Presentations at DEVIntersection Had a great time presenting Async Application Development and the Social Authentication options available in ASP.NET this week at DevIntersection. Building Async Applications in ASP.NET Async has become much easier over time to code and maintain with the async/await keywords and
talks DEVIntersection: 3 Days of ASP.NET, Azure, SQL & More! Come out to DEVIntersection April 13-16 at the JW Marriott in Orlando to get a chance to interact with a number of community experts such as Scott Guthrie, Scott Hanselman, Douglas Crockford and many more.I'll be giving two talks in the ASP.NET
aspnet Custom Routing with IRouteConstraint for ASP.NET Web API I will admit that Regex and I do not speak anymore. In fact, even when we did it was never a really nice conversation and sometimes ended in me cursing and/or leaving the room. If you have had this same experience when creating