In previous columns I’ve looked at using TypeScript with popular JavaScript frameworks like Knockout and Backbone. It makes sense, therefore, to look at how to use TypeScript with one of the most ...
The .NET 4.5 Framework introduced the new async/await asynchronous programming model. With ASP.NET MVC 4 comes the application of the async/await model to controller actions. A traditional ASP.NET MVC ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Take advantage of the unit of work design pattern to build flexible, extensible, and reusable data access layers in your ASP.NET Core applications. In most any business application, you will store and ...
Take advantage of redirect action results in ASP.NET Core MVC to elegantly redirect a request to a specified URL ASP.NET Core is a cross-platform, open source, lean, fast, and modular framework for ...
Microsoft has pulled back the covers on Visual Studio 2012 and is announcing a few new features today at their launch event. You can see the full list below and know that the updates for all of the ...
I had to write some methods for disabling user accounts using ASP.NET's built-in Membership and Profile classes. I did all the work in VS 2010. I call a webservice using jQuery on page load to ...
All developers want to automate menial, repetitive tasks. When you can automate tasks, it boosts productivity and cuts down on potential problems that might occur when performing tasks manually. One ...