https://www.developerfusion.com/t/aspnet-mvc/tutorials/sort/popularity/ ASP.NET MVC Tutorials & Articles from Developer Fusion 2012-09-22T22:56:00.00Z http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Lessons learned writing AJAX applications 2011-02-02T18:35:00.00Z We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more complex to build an entire application according to the Ajax paradigm. This article offers a brief overview of a few aspects you might want to take into account for building successful applications. Dino Esposito http://www.developerfusion.com/article/8307/aspnet-patterns-every-developer-should-know/ ASP.NET Patterns every developer should know 2008-10-17T11:52:00.00Z In the first of three parts, Alex looks at some of the basic patterns in ASP.NET, and how you can apply these to your ASP.NET applications in a few simple steps. Alex Homer http://www.developerfusion.com/article/145920/using-html5-history-in-an-aspnet-mvc-site/ Using HTML5 History in an ASP.NET MVC Site 2012-09-22T22:56:00.00Z Say that each time the user clicks on a menu item in your application, the entire page is refreshed. Not such a big deal if you have a high speed connection, but, if there is a lot of content on the page, this can be a problem. What we need is the ability to fill in the partial view of data and change around the styles on the page without refreshing the complete page. This is where the HTML5 History API comes in, and that’s what this article based on HTML5 for .NET Developers is all about. Dan Maharry http://www.developerfusion.com/article/136534/the-html5-history-api-and-aspnet-mvc/ The HTML5 History API and ASP.NET MVC 2012-01-27T08:15:00.00Z The HTML 5 History API is one of the newer kids on the HTML 5 block. This article based on chapter 4 of HTML5 for .NET Developers shows you one way of getting history integrated with your .NET server-side web applications. Dan Maharry http://www.developerfusion.com/article/131917/using-nuget-packages/ Using NuGet Packages 2011-10-29T20:38:00.00Z NuGet is a Visual Studio extension that makes it easy to pull in libraries, components, and most importantly their configuration into your visual studio project. In this article, based on chapter 5 of ASP.NET MVC 3 in Action, the authors discuss NuGet and show you how to use it to add functionality to a project. Dan Maharry http://www.developerfusion.com/article/125435/deploying-an-azure-application/ Deploying An Azure Application 2011-09-02T20:54:00.00Z Following on from our look at the four main pieces of Windows Azure in “Introduction to Windows Azure”, John Mannix runs us through the development of an Azure application in C# and its deployment into the cloud. John Mannix