Mono Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/mono/tutorials/ Mono Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Wed, 03 Dec 2008 11:50:00 GMT Iterator blocks in C# 2: auto-generated state machines 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. http://www.developerfusion.com/article/9397/iterator-blocks-in-c-2-autogenerated-state-machines/ http://www.developerfusion.com/article/9397/iterator-blocks-in-c-2-autogenerated-state-machines/ Wed, 03 Dec 2008 11:50:00 GMT Jon Skeet Bluffer's Guide to C# 3 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. http://www.developerfusion.com/article/8288/bluffers-guide-to-c-3/ http://www.developerfusion.com/article/8288/bluffers-guide-to-c-3/ Mon, 13 Oct 2008 14:00:00 GMT Jon Skeet How the .NET Debugger Works 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. http://www.developerfusion.com/article/4692/how-the-net-debugger-works/ http://www.developerfusion.com/article/4692/how-the-net-debugger-works/ Fri, 29 Apr 2005 09:45:00 GMT Jon Shute Valid XHTML within .NET 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. http://www.developerfusion.com/article/4641/valid-xhtml-within-net/ http://www.developerfusion.com/article/4641/valid-xhtml-within-net/ Wed, 22 Dec 2004 05:27:00 GMT Kevin Brown Test-driven development with NUnit An introduction to test-driven development with NUnit and the NUnit-Add-in http://www.developerfusion.com/article/4437/testdriven-development-with-nunit/ http://www.developerfusion.com/article/4437/testdriven-development-with-nunit/ Fri, 13 Feb 2004 09:42:00 GMT Roy Osherove