ASP.NET Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/asp.net/tutorials/ ASP.NET Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 07 Jan 2013 13:40:00 GMT The Evolution of a Azure Web Application Windows Azure Web Sites and Windows Azure Virtual Machine - learn what it means for you http://www.developerfusion.com/article/148148/the-evolution-of-a-web-application-with-windows-azure/ http://www.developerfusion.com/article/148148/the-evolution-of-a-web-application-with-windows-azure/ Mon, 07 Jan 2013 13:40:00 GMT Michael Collier Protecting your ASP.NET Web API using OAuth2 and the Windows Azure Access Control Service The world in which we live evolves at a vast speed. Today, many applications on the Internet expose an API which can be consumed by everyone using a web browser or a mobile application on their smartphone or tablet. How would you build your API if you want these apps to be a full-fledged front-end to your service without compromising security? Maarten explains how. http://www.developerfusion.com/article/147914/protecting-your-aspnet-web-api-using-oauth2-and-the-windows-azure-access-control-service/ http://www.developerfusion.com/article/147914/protecting-your-aspnet-web-api-using-oauth2-and-the-windows-azure-access-control-service/ Thu, 06 Dec 2012 10:51:00 GMT Maarten Balliauw Using HTML5 History in an ASP.NET MVC Site 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. http://www.developerfusion.com/article/145920/using-html5-history-in-an-aspnet-mvc-site/ http://www.developerfusion.com/article/145920/using-html5-history-in-an-aspnet-mvc-site/ Sat, 22 Sep 2012 22:56:00 GMT Dan Maharry An Introduction to testing with the Model-View-Presenter pattern for Web Forms Development In this article, Ravi introduces the Model-View-Presenter pattern for Web Forms development, and how it compares to MVC. Then he demonstrates how to get started with it, by creating a page in a test-driven fashion http://www.developerfusion.com/article/145904/an-introduction-to-testing-with-the-modelviewpresenter-pattern-for-web-forms-development/ http://www.developerfusion.com/article/145904/an-introduction-to-testing-with-the-modelviewpresenter-pattern-for-web-forms-development/ Thu, 13 Sep 2012 00:27:00 GMT S. Ravi Kiran The HTML5 History API and ASP.NET MVC 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. http://www.developerfusion.com/article/136534/the-html5-history-api-and-aspnet-mvc/ http://www.developerfusion.com/article/136534/the-html5-history-api-and-aspnet-mvc/ Fri, 27 Jan 2012 08:15:00 GMT Dan Maharry Using NuGet Packages 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. http://www.developerfusion.com/article/131917/using-nuget-packages/ http://www.developerfusion.com/article/131917/using-nuget-packages/ Sat, 29 Oct 2011 20:38:00 GMT Dan Maharry Deploying An Azure Application 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. http://www.developerfusion.com/article/125435/deploying-an-azure-application/ http://www.developerfusion.com/article/125435/deploying-an-azure-application/ Fri, 02 Sep 2011 20:54:00 GMT John Mannix Building an HTML5 application with WebSharper Sitelets, Part 1 In this article, we're going to look at using WebSharper, a web development framework for .NET, to build a small web application from scratch that features an HTML5-based clock. http://www.developerfusion.com/article/124078/building-an-html5-application-with-websharper-sitelets-part-1/ http://www.developerfusion.com/article/124078/building-an-html5-application-with-websharper-sitelets-part-1/ Fri, 12 Aug 2011 20:03:00 GMT Adam Granicz How to migrate your ASP.NET site to the Azure cloud Many developers might not realise just how straightfoward it is to migrate an ASP.NET website from a hosted server into the Azure cloud. We show you how. http://www.developerfusion.com/article/119960/upgrade-your-aspnet-site-to-the-cloud/ http://www.developerfusion.com/article/119960/upgrade-your-aspnet-site-to-the-cloud/ Tue, 31 May 2011 08:34:00 GMT Richard Parker Improving Web Site Performance and Scalability while saving money Learn the tools and techniques that can dramatically improve performance for a web site, while saving money by reducing server load and bandwidth requirements. http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ Fri, 11 Feb 2011 13:07:00 GMT Robert Boedigheimer Lessons learned writing AJAX applications 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. http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Wed, 02 Feb 2011 18:35:00 GMT Dino Esposito SharePoint 2010 for Developers - What’s New? ASP.NET 2.0 came to SharePoint in 2007 but the development story left us wanting more. Sahil reports on the improvements in SharePoint 2010. http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ Fri, 14 Jan 2011 12:31:00 GMT Sahil Malik SLOBbing about with .NET Persisting objects is all about SLOB (serialized large objects), or so says Dave Wheeler who explains how it's now all so much easier. http://www.developerfusion.com/article/84431/slobbing-about-with-net/ http://www.developerfusion.com/article/84431/slobbing-about-with-net/ Mon, 22 Nov 2010 12:26:00 GMT Dave Wheeler Automate web application UI testing with Selenium Testing web applications is a problem, but Sing Li thinks the solution might be easier than you think with Selenium. http://www.developerfusion.com/article/84484/light-up-your-development-with-selenium-tests/ http://www.developerfusion.com/article/84484/light-up-your-development-with-selenium-tests/ Mon, 04 Oct 2010 08:38:00 GMT Sing Li JSP for .NET developers It can be difficult to appreciate alien technology even if it's doing exactly the same job as something familiar and well understood. Sing Li makes it easy for .NET enthusiasts to comprehend JSP by comparing it with ASP.NET. http://www.developerfusion.com/article/84479/jsp-for-net-developers/ http://www.developerfusion.com/article/84479/jsp-for-net-developers/ Thu, 23 Sep 2010 10:34:00 GMT Sing Li Architecting systems using Windows Workflow Foundation Puzzled by WF? Wonder what it's all for? Richard Blewett takes the mystery out of Windows Workflow. http://www.developerfusion.com/article/84942/architecting-systems-using-windows-workflow-foundation/ http://www.developerfusion.com/article/84942/architecting-systems-using-windows-workflow-foundation/ Fri, 23 Jul 2010 09:11:00 GMT Richard Blewett Mythbusting SharePoint 2010 When someone mentions SharePoint to you, what do you do? For many people SharePoint is still somewhat of a mystery, they've heard of it, but don't really know what it is. For others it is a painful memory from a few years ago, when the promise of easy web development was not fulfilled. Dave looks at what SharePoint really is, and where it's at with the release of SharePoint 2010 http://www.developerfusion.com/article/81557/mythbusting-sharepoint-2010/ http://www.developerfusion.com/article/81557/mythbusting-sharepoint-2010/ Fri, 16 Apr 2010 09:03:00 GMT David McMahon The Future of .NET Languages Wondered why Microsoft always seems to release different language features for each language? Discover how .NET 4.0 will reduce the disparity between C# and VB.NET with some great new features for both languages, plus a new dynamic language runtime and new functional and parallel programming languages. http://www.developerfusion.com/article/9576/the-future-of-net-languages/ http://www.developerfusion.com/article/9576/the-future-of-net-languages/ Fri, 09 Jan 2009 16:37:00 GMT Damon Armstrong The Next Generation Of Web Development Where is Web Development moving to in the future? http://www.developerfusion.com/article/78919/the-next-generation-of-web-development/ http://www.developerfusion.com/article/78919/the-next-generation-of-web-development/ Thu, 01 Jan 2009 00:00:00 GMT James Crowley Controller Patterns for ASP.NET Discover how to use controllers and partial views within your web applications, allowing powerful web applications to dynamically choose correct views at runtime, and preserving your seperation of concerns. http://www.developerfusion.com/article/9450/controller-patterns-for-aspnet/ http://www.developerfusion.com/article/9450/controller-patterns-for-aspnet/ Mon, 15 Dec 2008 11:04:00 GMT Alex Homer