Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
CouponOK.com - Free Web Hosting and Domain Coupons for webmasters


September 2006 - Posts

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 Read More...
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 Read More...
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 Read More...
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: Read More...
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 Read More...
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 Multible Read More...
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 ) Read More...
How to run msbuild from your application ?
The following function creates an Engine object and uses the BuildProject method to build a project file. public bool Build( string logPath, string msbuildScriptPath, Dictionary< string , string > scriptParams ) { // Instantiate a new Engine object Read More...
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 Read More...