.NET Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/.net/tutorials/ .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 F# Type Providers Type Providers are a new core feature in F# 3.0, the latest version of F# released with Visual Studio 2012. Keith Battocchi investigates. http://www.developerfusion.com/article/145919/an-introduction-to-f-type-providers/ http://www.developerfusion.com/article/145919/an-introduction-to-f-type-providers/ Sat, 22 Sep 2012 20:43:00 GMT Keith Battocchi Apt Windows: Let’s Get Chocolatey! Part 2 : Multiple Installs and Package Creation In this second article on Chocolatey, Rob Reynolds looks at various ways to have Chocolatey install multiple packages on your machine and also how to create your own Chocolatey packages. http://www.developerfusion.com/article/145913/apt-windows-lets-get-chocolatey-part-2-multiple-installs-and-package-creation/ http://www.developerfusion.com/article/145913/apt-windows-lets-get-chocolatey-part-2-multiple-installs-and-package-creation/ Wed, 19 Sep 2012 09:28:00 GMT Rob Reynolds 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 An Internal Application Message Bus in VB.Net Working with threads gets complicated quickly as you work to stop them falling over each other. One way to organise threads so that they co-operate without tripping over each other is to use a messaging mechanism to communicate between them. John Rivett-Carnac looks at one such implementation of internal application messaging. http://www.developerfusion.com/article/145371/an-internal-application-message-bus-in-vbnet/ http://www.developerfusion.com/article/145371/an-internal-application-message-bus-in-vbnet/ Tue, 31 Jul 2012 08:27:00 GMT John Rivett-Carnac Continuous Integration Using NuGet And TeamCity Xavier Decoster demonstrates how to incorporate the creation and reuse of NuGet Packages into your Continuous Integration build setup using TeamCity http://www.developerfusion.com/article/144809/continuous-integration-using-nuget-and-teamcity/ http://www.developerfusion.com/article/144809/continuous-integration-using-nuget-and-teamcity/ Mon, 16 Jul 2012 11:26:00 GMT Xavier Decoster 5 Things You Should Know About Developing Windows 8 Apps with C# In this article, Martin Beeby highlights five new features of Windows 8 that developers should know about. http://www.developerfusion.com/article/144522/windows-8-5-things/ http://www.developerfusion.com/article/144522/windows-8-5-things/ Thu, 12 Jul 2012 18:52:00 GMT Understanding The Basics Of Roslyn The Roslyn API is a major step forward for developers who want that intimate view of code. In this excerpt from Metaprogramming in .NET, the authors explain how it works through executable code and then go deeper into more of its parts. http://www.developerfusion.com/article/143896/understanding-the-basics-of-roslyn/ http://www.developerfusion.com/article/143896/understanding-the-basics-of-roslyn/ Fri, 08 Jun 2012 10:33:00 GMT Dan Maharry Force-Directed Graph Layout in WebSharper In this tutorial, Anton Tayanovskyy demonstrates how to build an interactive force-directed graph visualization running in the browser. http://www.developerfusion.com/article/142002/forcedirected-graph-layout-in-websharper/ http://www.developerfusion.com/article/142002/forcedirected-graph-layout-in-websharper/ Tue, 17 Apr 2012 11:51:00 GMT Anton Tayanovskyy Handling Page Orientation in Windows Phone 7 Windows Phones, as with other small form factor devices, are able to deal with both landscape and portrait modes. In this article, based on Chapter 10 of Windows Phone 7 in Action the authors explain how a Silverlight page declares its supported orientations. http://www.developerfusion.com/article/140836/handling-page-orientation-in-windows-phone-7/ http://www.developerfusion.com/article/140836/handling-page-orientation-in-windows-phone-7/ Fri, 30 Mar 2012 11:01:00 GMT Dan Maharry Writing Concurrent Applications Using F# Agents In part 2 of this article on F# agents, Tomas Petricek looks at agent-based architecture for concurrent systems from a high-level perspective. It shows how to encapsulate agents into reusable components and several common inter-agent communication patterns used to build a concurrent system. http://www.developerfusion.com/article/140677/writing-concurrent-applications-using-f-agents/ http://www.developerfusion.com/article/140677/writing-concurrent-applications-using-f-agents/ Tue, 27 Mar 2012 09:19:00 GMT Tomas Petricek An Introduction To F# Agents In this article, Tomas Petricek looks at how F# Agents lie at the intersection of parallel, asynchronous and concurrent programming styles and how they can be used to build concurrent applications http://www.developerfusion.com/article/139804/an-introduction-to-f-agents/ http://www.developerfusion.com/article/139804/an-introduction-to-f-agents/ Sun, 11 Mar 2012 20:09:00 GMT Tomas Petricek Taking the Single Responsibility Principle Seriously In this article Ralf Westphal invesigates the Single Responsibility Principle, what it means in real-world scenarios and how that may translate into code http://www.developerfusion.com/article/137636/taking-the-single-responsibility-principle-seriously/ http://www.developerfusion.com/article/137636/taking-the-single-responsibility-principle-seriously/ Sun, 05 Feb 2012 23:38:00 GMT Ralf Westphal Apt Windows: Let’s Get Chocolatey! In the first of two parts, Rob Reynolds introduces chocolately, an application package manager similar to apt-get built on Powershell and nuGet http://www.developerfusion.com/article/137219/aptget-windows-lets-get-chocolatey-part-1/ http://www.developerfusion.com/article/137219/aptget-windows-lets-get-chocolatey-part-1/ Mon, 30 Jan 2012 08:25:00 GMT Rob Reynolds 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 An Introduction To Practical AOP Using PostSharp In this article, Brady Gaster introduces the concept of Aspect Oriented Programming and how it can reduce code smells in your work. He uses PostSharp to refactor out logging, timing, transaction and GUI update code into separate and automatically executing Aspects http://www.developerfusion.com/article/136908/an-introduction-to-practical-aop-using-postsharp/ http://www.developerfusion.com/article/136908/an-introduction-to-practical-aop-using-postsharp/ Mon, 23 Jan 2012 14:00:00 GMT Brady Gaster An Introduction To FSharpx Dan Mohl introduces FSharpx, a community-driven, open source set of extensions for the F# language http://www.developerfusion.com/article/136179/an-introduction-to-fsharpx/ http://www.developerfusion.com/article/136179/an-introduction-to-fsharpx/ Tue, 10 Jan 2012 22:41:00 GMT Dan Mohl Web Testing with MbUnit and WatiN Part 3: Testing Asynchronous AJAX Calls Concluding his look at combining MbUnit and Watin to produce clean web integration tests, Yann Trevin looks at testing asynchronous calls http://www.developerfusion.com/article/134437/web-testing-with-mbunit-and-watin-part-3-testing-asynchronous-ajax-calls/ http://www.developerfusion.com/article/134437/web-testing-with-mbunit-and-watin-part-3-testing-asynchronous-ajax-calls/ Sat, 10 Dec 2011 10:21:00 GMT Yann Trevin