Archive for September, 2006

Saturday, November 29, 2008 10:16

Domain-Specific Language Tools Version 1

Version 1 of Domain-Specific Language Tools lets you create a custom graphical designer that uses your own domain-specific diagrammatic notation. You can then create custom text templates that use models created in your designer to generate source code and other files. Domain-Specific Language Tools requires Microsoft Visual Studio 2005 Professional Edition or above. Designers built [...]

Saturday, November 29, 2008 10:16

Krypton Toolkit-Free user interface controls for .NET2

Krypton Toolkit-Free user interface controls for .NET2

The Krypton Toolkit contains:
KryptonButton
KryptonCheckButton
KryptonSplitContainer
KryptonHeaderGroup
KryptonManager
KryptonPalette
KryptonGroup
KryptonHeader
KryptonPanel
 

 
Download Krypton Toolkit Version 2.2

Bookmark It

Hide Sites

$$(‘div.d771′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

ZipForge.NET

ZipForge.NET is a .NET framework zip component. With this component you can easily add zip archive functionality to your projects. Free for personal use.ZipForge.NET is 100% managed .NET component written in pure C#.
Features:

100% managed code without unsafe blocks
Creates and handles ZIP files
Adds, moves, extracts, deletes, updates, tests, refreshes a group of files [...]

Saturday, November 29, 2008 10:16

A convenient tool for quick solution back-ups.

SolutionZipper does the following in a single step:

Saves all unsaved project files.
Cleans all available solution configurations (Debug, Release, etc.).
Cleans all Deployment Projects.
Zips all files in the entire solution:

The zip file is uniquely named: SolutionName_YYYYMMDD-HHMMSS.zip
The paths for all files are solution directory relative.
The zip file is placed at the same level [...]

Saturday, November 29, 2008 10:16

WinMD5- Windows MD5 Hashes

WinMD5- Windows MD5 Hashes

WinMD5 v2.0 is a free Windows tool for calculating the MD5 hashes ("fingerprints") of files. These fingerprints can be used to ensure that your file is uncorrupted.

Download

Bookmark It

Hide Sites

$$(‘div.d768′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

MySQL GUI- SQLyog

MySQL GUI- SQLyog

SQLyog MySQL GUI is the most powerful MySQL Manager and MySQL Admin Tool, combining the features of MySQL Query Browser, phpMyAdmin and various other MySQL Front Ends and MySQL Clients in a single intuitive interface.
Screenshots
Connection Manager

Multiple Connections + HTTP Tunnel Settings

SSH Connection Settings with "Test Connection"

 
The following list shows the features [...]

Saturday, November 29, 2008 10:16

Detecting Net Framework directory

You can use
System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory()
or
HttpRuntime.ClrInstallDirectory property ( don’t forget to add reference to System.Web.dll )

Bookmark It

Hide Sites

$$(‘div.d766′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

How to run msbuild from your application ?

The following function creates an Engine object and uses the BuildProject method to build a project file.

scriptParams )
{
// Instantiate a new Engine object
Engine engine = new Engine();
 
// Point to the path that contains the .NET Framework 2.0 CLR and tools
[...]

Saturday, November 29, 2008 10:16

Branching and Merging Primer

An introduction to the concept of software configuration management including information about why configuration management is important, and the various branching and merging strategies.This article is applicable to any version control system that supports branching and merging, such as Team Foundation Server.

Bookmark It

Hide Sites

$$(‘div.d764′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });