https://www.developerfusion.com/t/visual-studio/tutorials/ Visual Studio Tutorials & Articles from Developer Fusion 2012-09-22T20:43:00.00Z 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/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/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/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/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/129668/web-testing-with-mbunit-and-watin-part-2-controlling-localhost-and-iis-express/ Web Testing with MbUnit and WatiN Part 2: Controlling Localhost and IIS Express 2011-10-07T12:40:00.00Z One important aspect of web testing which is not so often discussed in blogs or articles is how to run tests against a web project running in debug mode on the local host. Microsoft provides two options to let you debug web projects locally: the Visual Studio development server and IIS Express. In this second part of our series on writing web integration tests, we’re going to demonstrate how to use the WebTestServer<T> class to start either server from within a running test suite. Yann Trevin http://www.developerfusion.com/article/128726/web-testing-with-mbunit-and-watin-part-1-keeping-your-tests-legible/ Web Testing with MbUnit and WatiN Part 1: Keeping Your Tests Legible 2011-09-27T09:37:00.00Z Gallio, MbUnit and WatiN are a good choice of tools for writing web integration tests. Not only are they powerful tools but they allow us to write much cleaner and more concise tests than you might think. In this article we'll see exactly how clean and concise you can get. Yann Trevin http://www.developerfusion.com/article/124078/building-an-html5-application-with-websharper-sitelets-part-1/ Building an HTML5 application with WebSharper Sitelets, Part 1 2011-08-12T20:03:00.00Z 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. Adam Granicz http://www.developerfusion.com/article/122079/intro-to-f/ Learn F# Programming 2011-07-12T11:18:00.00Z Providing both leading-edge functional programming and familiar object-oriented capabilities, F# gives the developer more power to solve problems -- all in fewer lines of code, thanks to succinct syntax. Ted Neward and Jessica Kerr http://www.developerfusion.com/article/121561/integrating-active-directory-into-azure/ Integrating Active Directory Into Azure 2011-07-04T12:29:00.00Z The most common giveaway a user experiences when an enterprise application has been moved to the cloud is the sudden appearance of a username/password dialogue box. Steve Plank http://www.developerfusion.com/article/120619/advanced-scenarios-with-windows-azure-queues/ Advanced scenarios with Windows Azure Queues 2011-06-13T10:22:00.00Z Queues can be an incredibly scalable component in any application architecture - we take a look at state machines and back-off polling Maarten Balliauw http://www.developerfusion.com/article/120197/using-the-queuing-service-in-windows-azure/ Using the Queuing Service in Windows Azure 2011-06-02T08:56:00.00Z We introduce one of the simplest services in Azure to get to grips with - the message queue service Brian Prince http://www.developerfusion.com/article/119960/upgrade-your-aspnet-site-to-the-cloud/ How to migrate your ASP.NET site to the Azure cloud 2011-05-31T08:34:00.00Z 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. Richard Parker http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ SharePoint 2010 for Developers - What’s New? 2011-01-14T12:31:00.00Z 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. Sahil Malik http://www.developerfusion.com/article/84438/isolated-storage/ Isolated Storage 2010-11-22T12:24:00.00Z Isolated Storage is a solution to a very common problem, but if you don't understand it then it becomes a problem in its own right. Ian Stevenson http://www.developerfusion.com/article/84436/documentation-made-easy-with-c-and-xml/ Documentation made easy with C# and XML 2010-10-04T08:47:00.00Z Of course you want to document your code, but how many of us do? Mike James thinks that coding and documenting can go hand-in-hand. Mike James http://www.developerfusion.com/article/84942/architecting-systems-using-windows-workflow-foundation/ Architecting systems using Windows Workflow Foundation 2010-07-23T09:11:00.00Z Puzzled by WF? Wonder what it's all for? Richard Blewett takes the mystery out of Windows Workflow. Richard Blewett http://www.developerfusion.com/article/84449/ironpython/ Introducing Python for .NET - IronPython 2010-06-28T20:52:00.00Z Is it a dead parrot or does it fly? Mike James looks at IronPython and asks if it really is something completely different. Mike James http://www.developerfusion.com/article/84618/new-visual-studio-2010-features/ Top 5 Visual Studio 2010 Features 2010-06-28T00:00:00.00Z Visual Studio 2010 offers a variety of new features and functionality. Discover are five new Visual Studio 2010 features that will help make you a more productive developer. Scott Mitchell