https://www.developerfusion.com/t/mono/tutorials/sort/popularity/ Mono Tutorials & Articles from Developer Fusion 2008-12-03T11:50:00.00Z http://www.developerfusion.com/article/9397/iterator-blocks-in-c-2-autogenerated-state-machines/ Iterator blocks in C# 2: auto-generated state machines 2008-12-03T11:50:00.00Z Ever wondered how the magic "yield" statement works? Jon Skeet digs into the inner workings of C# 2.0 and how this innocuous statement gets you a whole load of "free" generated code for your iterators. Jon Skeet http://www.developerfusion.com/article/4437/testdriven-development-with-nunit/ Test-driven development with NUnit 2004-02-13T09:42:00.00Z An introduction to test-driven development with NUnit and the NUnit-Add-in Roy Osherove http://www.developerfusion.com/article/4641/valid-xhtml-within-net/ Valid XHTML within .NET 2004-12-22T05:27:00.00Z At present none of Microsoft's ASP.NET controls intrinsically support the strict W3C XHTML standards. This can cause problems when using ASP.NET controls on pages that need to conform to one of the XHTML standards. In order to use Microsoft's supplied controls some modifications will be required. This series of articles intends to focus on the more widely used controls and the steps required to make them output valid code. Kevin Brown http://www.developerfusion.com/article/8288/bluffers-guide-to-c-3/ Bluffer's Guide to C# 3 2008-10-13T14:00:00.00Z Pretend you know what you're talking about in suitably geeky company. More seriously, it will give you a very rough overview to give some context if you choose to investigate a particular feature further. Jon Skeet http://www.developerfusion.com/article/4692/how-the-net-debugger-works/ How the .NET Debugger Works 2005-04-29T09:45:00.00Z In theory the .NET debugging API is simple and a joy to use, but there is a lack of a detailed overview as to how to use it in the framework SDK. In this article, we'll cover how to write a debugger under .NET, and will also touch on the profiling API support. Jon Shute