Friday, February 16, 2007

Useful tools for .NET

Some useful tools for several scenarios:

ILMerge: For merging multiple .NET assemblies into a single .NET assembly (Merging v2.0 & v1.x assemblies).
Updater Application Block version 2.0: This tool is a .NET Framework component that you can use to detect, download, and apply client application updates deployed in a central location.

Enjoy them

:)

Sunday, February 04, 2007

Uninstall Visual Studio Community Content

For some days, I have been looking for way to uninstall Community Content. Power Toys are tools help you to build, uninstall community content. Look it in action...


They are available at:
Visual Studio Content Installer Power Toys

Enjoy.

Coding tools for Mono

Recently I made some ASPX pages for run on Linux, for now, using Mono 1.1.x. So one recommendation is use Visual Studio 2003 or ASP.Web Matrix (a legend), as IDE.

ASP.Web Matrix is a very useful and lite IDE
ASP.Web Matrix, Features and Download

In case you are coding for Mono 1.2.x, Visual Studio 2005 or Visual Web Developer Express, are some alternative.
Visual Web Develeper Express, Features and Download

I read these articles before:
Welcome to the Microsoft .NET Framework SDK QuickStart Tutorials
Presentación de los tutoriales del SDK de .Net Framework (Spanish)

Good Coding.
Google