Posted by: globbe on: January 12, 2009
Here’s a list of links to the free tools in my current Development Environment (in no particular order):
Testing:
NUnit
RowTest Extension for NUnit
Gallio / MBUnit
csUnit
TestDriven.net
Versioning
Subversion
TortoiseSVN
SlikSVN
Integration / Build
CruiseControl.net
msbuild
nant
Mocking
TypeMock
Metrics / Profiling
Studio Tools (ExactMagic)
CLRProfiler
SourceMonitor
Documentation
doxygen
Analysis / Visualization
dxCore
Snoop
Mole
SequenceViz
Reflector
FxCop
Use them, they’re good :)
Posted by: globbe on: May 23, 2008
This article will introduce the Conditional Attribute and give an example of its usage. The technical level is kept low to make the text as accessible as possible. More info can be found in the official C# Programming guide, in particular the section called ‘Conditional’.
When it comes to debugging, the world (of IDEs) is full [...]
Posted by: globbe on: March 25, 2008
There’s been some buzz around the web lately around ASP.NET MVC, particularly after Mix where it was a reoccurring topic amongst the more technically oriented visitors. I’ve kept an eye on it for some time, mostly because I like the MVC (Model-View-Controller) pattern a bunch, but I never took the time to actually download the [...]
Posted by: globbe on: February 21, 2008
I’m in the news, sort of ;)
http://itpro.nikkeibp.co.jp/as/ms_vs2008/index.shtml
Posted by: globbe on: December 17, 2007
I’m in the news, sort of :)
http://codezine.jp/a/articleprint.aspx?aid=2005
Posted by: globbe on: October 4, 2007
So today Microsoft revealed to the public that they will make the source code of major parts of the .NET framework available for viewing and debugging under the Microsoft Reference License. I’m not going to go into a lot of details of what the offering actually contains and I am sure a lot of people [...]
Recent Comments