drewsdevelopmentblog.blogspot.com
DevSandbox: June 2014
http://drewsdevelopmentblog.blogspot.com/2014_06_01_archive.html
Monday, June 30, 2014. Microsoft Virtual Academy – Free IT Training, Online Learning of Microsoft Technologies. Microsoft Virtual Academy – Free IT Training, Online Learning of Microsoft Technologies. Friday, June 13, 2014. OWIN — Open Web Interface for .NET. OWIN — Open Web Interface for .NET. Introduction to SignalR : The Official Microsoft ASP.NET Site. Introduction to SignalR : The Official Microsoft ASP.NET Site. Thursday, June 12, 2014. Subscribe to: Posts (Atom).
dotnetglobe.com
Brij Mohan - A Microsoft .NET Developer's Blog: September 2013
http://www.dotnetglobe.com/2013_09_01_archive.html
Brij Mohan - A Microsoft .NET Developer's Blog. Monday, September 9, 2013. ASPNET and Web Tools for Visual Studio 2013 RC. There are several new features introduced in ASP.NET and web tools for Visual Studio 2013 RC. You can check the release notes for more detailed information http:/ www.asp.net/vnext. Following are the list of major enhancements which you can see. Visual Studio Web Tooling Enhancements. Browser Link – SignalR channel between browser and Visual Studio. ASPNET Web API 2.
blog.craigtp.co.uk
CraigTP's Blog | DDD East Anglia 2014 Review
http://blog.craigtp.co.uk/post/DDD-East-Anglia-2014-Review
Software development and related pursuits. DDD North 2014 In Review. I’m now an MCSD in Application Lifecycle Management! DDD East Anglia 2014 Review. Well, it’s that time of year again when a few DDD events come around. This past Saturday saw the 2nd ever DDD East Anglia. Bigger and better than last year’s inaugural event. After arriving at the venue and registering, I quickly grabbed a cup of water before heading off across the campus to the lecture rooms and the first session of the day. The 2nd half ...
emadashi.com
Dependency Injection In ASP.NET 5 - One Step Deeper - Emad Alashi
http://www.emadashi.com/2015/06/dependency-injection-in-asp-net-5-one-step-deeper
Dependency Injection In ASP.NET 5 – One Step Deeper. June 15, 2015. Dependency Injection has always been an integral part of all the web frameworks under the umbrella of the ASP.NET: Web API, SignalR, and MVC. But historically, these frameworks evolved separately from each other, hence each of these frameworks had its own way of supporting Dependency Injection, even with Katana. 8216;s trial to bring these frameworks together through OWIN. In this post I will dive a little bit deeper than this MSDN post.
asp.net
Creating ASP.NET Web Projects in Visual Studio 2013 | The ASP.NET Site
http://www.asp.net/visual-studio/overview/2013/creating-web-projects-in-visual-studio
Articles of the Day. Visual Studio 2015 RTM. Visual Studio 2015 Release Notes. Visual Studio Code Preview. Visual Studio 2013 Update 5 Release Notes. Visual Studio Community 2013. Creating ASP.NET Web Projects in Visual Studio 2013. Build 2014] Building Modern Web Applications with Visual Studio and Web Essentials (Mads Kristensen). Visual Studio 2013 Web Editor Features - Browser Link. Visual Studio 2013 Web Editor Features - CSS. Visual Studio 2013 Web Editor Features - JavaScript. Page Inspector - Dec...
horsdal-consult.dk
Horsdal Consult: February 2015
http://www.horsdal-consult.dk/2015_02_01_archive.html
Saturday, February 28, 2015. Nancy 1.0 and the Book. In light of Nancy. Recently reaching 1.0. And quickly thereafter 1.1. I thought it was appropriate to revisit my Nancy book. And the running code sample in it on Nancy 1.1. This post looks at what's changed and what I might have coded differently now. Is the Book still Relevant? But then again, I may be slightly biased). What Broke Between Then and Now? I have had comments that the MongoDB driver used is out of date and that the code in the book uses m...
horsdal-consult.dk
Horsdal Consult: Short Circuiting Requests in OWIN Middleware
http://www.horsdal-consult.dk/2015/04/short-circuiting-request-in-owin.html
Thursday, April 30, 2015. Short Circuiting Requests in OWIN Middleware. In earlier posts I've looked at writting. Middleware that does something to requests on thier way in and to the response on its way out. This time around I will show how middleware can choose to short circuit the pipeline and just return a response immediately. Do not call next. And fill in the "owin.ResponseBody" environment key. Requests from unpaying customers could be throttled to some low rate. Build a Monitor Middleware. To imp...