https://www.developerfusion.com/t/csharp/tutorials/ C# 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/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/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/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/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 http://www.developerfusion.com/article/132340/pattern-matching-in-f-part-1-out-of-the-box/ Pattern Matching in F# Part 1 : Out of the Box 2011-11-08T12:08:00.00Z In the first of a two part series, Jessica Kerr examines and demonstrates the powerful built-in pattern matching functionality in F# and reveals there's a lot more to it than a C# switch statement or a regular expression Jessica Kerr 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/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 http://www.developerfusion.com/article/122233/from-f-to-c-a-developers-perspective/ From C# to F#: A Developer's Perspective 2011-07-14T09:41:00.00Z Learn the key differences between the C# and F# languages and some of the concepts that functional languages lead you to think about. Dave Thomas 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/84468/linq-to-log-files/ LINQ to log files 2011-01-14T13:37:00.00Z Running LINQ queries over databases gets all the limelight, but Jon Skeet reminds us of it's possibilities over object graphs too. Jon Skeet http://www.developerfusion.com/article/84433/first-class-functions/ First class functions in JavaScript 2010-11-22T12:20:00.00Z Ian Elliot continues to mine for hidden information relating to JavaScript. Ian Elliot http://www.developerfusion.com/article/84514/deep-c-8211-avoiding-race-conditions/ Deep C# - avoiding race conditions 2010-11-02T11:37:00.00Z Mike James explores the perils of multi-threading and explores ways of staying safe in a multi-core environment. Mike James http://www.developerfusion.com/article/84513/rails-an-introduction/ Rails: an introduction 2010-11-02T10:11:00.00Z Ever wondered what “Rails” is all about? Kevin Jones explains what it is and why it's important. Kevin Jones 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/84447/pointers-on-pointers/ Pointers on pointers 2010-10-04T08:45:00.00Z Mike James discusses pointers, and concludes that they are often unsafe and generally best avoided. Mike James http://www.developerfusion.com/article/84484/light-up-your-development-with-selenium-tests/ Automate web application UI testing with Selenium 2010-10-04T08:38:00.00Z Testing web applications is a problem, but Sing Li thinks the solution might be easier than you think with Selenium. Sing Li