Resharper by JetBrains
What can I say.. I am impressed.. Very impressed. Try it out now – Resharper. Commercial license is only $349.00 What did I achieve? Few small things at the moment, improved “extract this into a method” functionality, suggesting when to use “const” for strings, site-wide analysis for problems, convert method to static. Very cool.. Here’s [...]
Automated .NET testing with WatiN
This software is super cool. WatiN – Automated Web Application Testing! Here’s how you can use it. Download it. Download the test recorder (it’s not perfect, but its pretty good). Create a trivial test case so you know it’s working. Then build on that test case. It will output code for NUnit, MBUnit, or even [...]
.NET Blogging Softwares
When I first started this blog, it was done in Subtext, which is a very impressive .NET blog software. It is a fork off the old .TEXT blog engine. To give you a bit of history, .TEXT codebase was left and eventually became Community Server. That was my preferred choice of blogging engines, but I [...]
Setup ASP.NET 1.1 on VISTA
As strange as it sounds, yes, you might need to setup ASP.NET 1.1 and VISUAL STUDIO 2003 to work on VISTA. Here’s how to do it. I read maybe ten other pages and tried tons of different things but this is the definite guide on how to make ASP.NET/VS2003 work on Vista. Thanks dude! A [...]