https://www.developerfusion.com/t/.net/tutorials/ .NET Tutorials & Articles from Developer Fusion 2013-01-07T13:40:00.00Z http://www.developerfusion.com/article/148148/the-evolution-of-a-web-application-with-windows-azure/ The Evolution of a Azure Web Application 2013-01-07T13:40:00.00Z Windows Azure Web Sites and Windows Azure Virtual Machine - learn what it means for you Michael Collier http://www.developerfusion.com/article/147914/protecting-your-aspnet-web-api-using-oauth2-and-the-windows-azure-access-control-service/ Protecting your ASP.NET Web API using OAuth2 and the Windows Azure Access Control Service 2012-12-06T10:51:00.00Z 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. Maarten Balliauw 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/145919/an-introduction-to-f-type-providers/ An Introduction To F# Type Providers 2012-09-22T20:43:00.00Z Type Providers are a new core feature in F# 3.0, the latest version of F# released with Visual Studio 2012. Keith Battocchi investigates. Keith Battocchi http://www.developerfusion.com/article/145913/apt-windows-lets-get-chocolatey-part-2-multiple-installs-and-package-creation/ Apt Windows: Let’s Get Chocolatey! Part 2 : Multiple Installs and Package Creation 2012-09-19T09:28:00.00Z 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. Rob Reynolds http://www.developerfusion.com/article/145904/an-introduction-to-testing-with-the-modelviewpresenter-pattern-for-web-forms-development/ An Introduction to testing with the Model-View-Presenter pattern for Web Forms Development 2012-09-13T00:27:00.00Z 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 S. Ravi Kiran http://www.developerfusion.com/article/145371/an-internal-application-message-bus-in-vbnet/ An Internal Application Message Bus in VB.Net 2012-07-31T08:27:00.00Z 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. John Rivett-Carnac http://www.developerfusion.com/article/144809/continuous-integration-using-nuget-and-teamcity/ Continuous Integration Using NuGet And TeamCity 2012-07-16T11:26:00.00Z Xavier Decoster demonstrates how to incorporate the creation and reuse of NuGet Packages into your Continuous Integration build setup using TeamCity Xavier Decoster http://www.developerfusion.com/article/144522/windows-8-5-things/ 5 Things You Should Know About Developing Windows 8 Apps with C# 2012-07-12T18:52:00.00Z In this article, Martin Beeby highlights five new features of Windows 8 that developers should know about. http://www.developerfusion.com/article/143896/understanding-the-basics-of-roslyn/ Understanding The Basics Of Roslyn 2012-06-08T10:33:00.00Z 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. Dan Maharry http://www.developerfusion.com/article/142002/forcedirected-graph-layout-in-websharper/ Force-Directed Graph Layout in WebSharper 2012-04-17T11:51:00.00Z In this tutorial, Anton Tayanovskyy demonstrates how to build an interactive force-directed graph visualization running in the browser. Anton Tayanovskyy http://www.developerfusion.com/article/140836/handling-page-orientation-in-windows-phone-7/ Handling Page Orientation in Windows Phone 7 2012-03-30T11:01:00.00Z 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. Dan Maharry http://www.developerfusion.com/article/140677/writing-concurrent-applications-using-f-agents/ Writing Concurrent Applications Using F# Agents 2012-03-27T09:19:00.00Z 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. Tomas Petricek http://www.developerfusion.com/article/139804/an-introduction-to-f-agents/ An Introduction To F# Agents 2012-03-11T20:09:00.00Z 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 Tomas Petricek http://www.developerfusion.com/article/137636/taking-the-single-responsibility-principle-seriously/ Taking the Single Responsibility Principle Seriously 2012-02-05T23:38:00.00Z In this article Ralf Westphal invesigates the Single Responsibility Principle, what it means in real-world scenarios and how that may translate into code Ralf Westphal http://www.developerfusion.com/article/137219/aptget-windows-lets-get-chocolatey-part-1/ Apt Windows: Let’s Get Chocolatey! 2012-01-30T08:25:00.00Z In the first of two parts, Rob Reynolds introduces chocolately, an application package manager similar to apt-get built on Powershell and nuGet Rob Reynolds 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/136908/an-introduction-to-practical-aop-using-postsharp/ An Introduction To Practical AOP Using PostSharp 2012-01-23T14:00:00.00Z 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 Brady Gaster http://www.developerfusion.com/article/136179/an-introduction-to-fsharpx/ An Introduction To FSharpx 2012-01-10T22:41:00.00Z Dan Mohl introduces FSharpx, a community-driven, open source set of extensions for the F# language Dan Mohl http://www.developerfusion.com/article/134437/web-testing-with-mbunit-and-watin-part-3-testing-asynchronous-ajax-calls/ Web Testing with MbUnit and WatiN Part 3: Testing Asynchronous AJAX Calls 2011-12-10T10:21:00.00Z Concluding his look at combining MbUnit and Watin to produce clean web integration tests, Yann Trevin looks at testing asynchronous calls Yann Trevin