What is Model Binding? Model Binding in MVC refers to how HTTP Requests are intercepted by ASP.NET Core Middleware and translated to the signatures of MVC Controllers that you define and subsequently to represented model objects on those signatures. Consider...
Read MoreThis particular bug has frustrated me for quite some time with ASP.NET 5 projects in Visual Studio 2015: "An error occurred trying to load the project properties window. Close the window and try again. COM object that has been separated...
Read MoreI ran into a problem today with SignalR. That feels weird to say since SignalR always seems to be one library that just works and does exactly what you want. This particular issue specifically revolved around a site that had...
Read More.NET 4.5.2 If you have not taken a look yet, be sure to check out the .NET Framework 4.5.2 release. It has a couple of new things to note: http://blogs.msdn.com/b/dotnet/archive/2014/05/05/announcing-the-net-framework-4-5-2-release.aspx I was initially excited about the QueueBackgroundWorkItem method on the...
Read MoreThe following is a promotional demo of the course I released on Pluralsight at the end of 2013. The course covers everything from introductions into getting started with ASP.NET Bundling all the way to architectural considerations as well as it...
Read MoreThe Problem In today’s world of large amounts of client side scripts, you may find yourself dynamically loading some of the scripts based on modularity or some other business related requirement. For example, if you give the user the option...
Read MoreIn the 3rd quarter of 2013 I began a slightly different path in my development career and began working on a hardcore developer training course on ASP.NET Bundling and Minification, under the banner of the Pluralsight training website. I'm happy...
Read MoreI’ll qualify this post up front by say it is probably going to be more of a “rant” than most. That being said, I am very big fan of ASP.NET Web API, and am looking forward to see the enhancements...
Read MoreIf you are not familiar with the Elmah library, that’s okay, it’s a really basic concept. Simply put, it’s a lightweight easy to use library that integrates with ASP.NET that will capture all uncaught errors and store them for you...
Read MoreThis week I will be presenting at a local .NET User Group meeting in Barrie, ON (www.northoftoronto.net) some of the efficiency's to be gained out of the latest from Entity Framework Code First, ASP.NET Web API, and OData (and don't...
Read More
Recent Comments- Ed Eaglehouse on AutoMapper: MapFrom vs. ResolveUsing
- Creating custom VSTS build/release tasks – Capable Devs on Building Custom VSTS Build Tasks
- travis on Elmah Error Logging without HttpContext
- Rajiv on Elmah Error Logging without HttpContext
- travis on Building Custom VSTS Build Tasks