Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
Your Cheap Web Hosting Solution


February 2008 - Posts

DataGridView Extension
DataGridView Extension is a free component that extends the standard DataGridView control, provided with .NET 2.0 Framework. Features Customization the grid in IDE (design mode support for the background color and borders,default cell formatting, alignment,colors,column Read More...
CAKE3 - Free archiving .Net library
Cake3 library supports compressing and extracting files  to/from different archive formats .The library can be easily integrated to your projects . Usage of Cake3 library: Compress Cakdir3 cdir3 = new Cakdir3( @"c:\temp\arch.lha" ); cdir3.AddOptions.addFolder Read More...
Pex - dynamic analysis and test generation tool for .NET from Microsoft
Pex (Program EXploration) is an assistant to the programmer.Pex takes test-driven development to the next level. Pex analyzes .NET programs. From a parameterized unit test, it automatically generates unit tests cases with high code coverage. In addition,when Read More...
Microsoft SharedView
Microsoft SharedView is a fast, easy way to share documents and screen views with small groups of friends or coworkers.Share, review, and update documents with up to 15 people in real time.A Windows Live ID (Passport, Hotmail, or MSN) is required to start Read More...
An Add-in to convert Visio 2007 files to XAML
A small utility(by Saveen Reddy )  to convert Visio 2007 files to XAML. It uses XAMLTune to parse Visio files and generates XAML. Download VisioExportToXAML   Technorati Tags: codeplex , tool , visio2007 , xaml , wpf Read More...
PoshConsole - a PowerShell console written in WPF
  PoshConsole is a modern PowerShell Console. The PoshConsole is written in WPF and including a custom ConsoleTextBox control which could be reused for other purposes.PowerShell Console will also include lots of powerful features like tab-completion Read More...
VS 2005 addins: NAntAddin and NUnitAddin
The first addin allows you manipulate Nant targets and tasks  within VS 2005 NAntAddin Features: Read .nant and .build files Build visual tree from NAnt files Filter public/private targets Display target/task properties Locate selected node into Read More...