Browse by Tags
All Tags »
Review (
RSS)
Sorry, but there are no more tags available to filter with.
NUnit and other popular and freely available unit testing frameworks have been here for enough time for people to absorb unit testing in their .NET development environments. Does just having parallel NUnit test cases for your code suffice to being truly...
I believe, all the published coding methodologies, practices and guidelines strive to achieve one simple thing: I said it - Simplicity - making things simple, easier to understand, easier to maintain. Refactoring , is one such practice, which we all might...
COmega is a research language (from MSR, where else) which gives really powerful extensions to C#. To summarize, there are two extensions : X# (Xen) and Polyphonic C#. Check out COmega Home for more on what these really are. You can download the COmega...