Saturday, January 19, 2008

Free Utility: Web.Config Editor with a great UI

If you are like me, you hate hand editing HTML and XML!  But unfortunately, as a .NET Developer you often find yourself doing it, and if for no other reason, you have to do it for parts of the Web.Config and Application.Config files. Last night, I was googling for something, and just found this tool from ASPhere by luck. It's really easy, nice, and looks great :)


Here you are the URL : http://www.asphere.cz/asphere.zip

Thursday, January 17, 2008

Configuring Visual Studio to Debug .NET Framework Source Code

At last, you can now debug the .NET Framework code, and can have a detailed look at the code, and not just the signatures :)
Previously, Scott Gu announced in his Blog that we will be able to see the Framework code, but no idea how; as it wasn't available to everyone.
Luckily, Shawn Burke finally gave us the exact route to the magic! in this post.
I advice you to read Scott Gu's post about this new feature

Happy Programming, and enjoy Microsoft's magic ;)