Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
Your Cheap Web Hosting Solution


March 2007 - Posts

CodePlex Source Control Client
The CodePlex team has announced the additional Source Control Client on their blog today.The CodePlex Client is a command line source control client for CodePlex site users. It supports working offline in a traditional edit-merge-commit style. It requires Read More...
WPF/E Resources List
Here's list of links related to WPF/E WPF/E Downloads: http://msdn2.microsoft.com/en-us/asp.net/bb187452.aspx WPF/E SDK: http://www.microsoft.com/downloads/details.aspx?FamilyID=c744cbb8-d4d9-4bf9-ad5c-eef36e064911&displaylang=en MSDN Dev Center: Read More...
Copy/paste support for references in VS 2005/2003
In all versions of Visual Studio is the fact that there's no copy/paste support for references. You can't copy a reference from one project to the other. Omer van Kloeten's add-in for Visual Studio 2005/2003 solve the problem and enable copy and paste Read More...
ReSharper 3.0 Pre-Beta(Build 402) released
According to the Jetbrains roadmap the 3.0 release is going to be mostly about adding in Visual Basic.NET support for ReSharper. The full list of changes for this build: Rename works in Visual Basic The following refactorings work in Visual Basic: Rename Read More...
Interesting articles(March 13)
Writing Peer-to-Peer Applications Using .NET, Part 1 (PNRP) Visual Studio 2005 IDE Tips and Tricks MetaBlog into a Local Directory Help me with this API: use Koders.com Technorati tags: blogs , blogging , articles Read More...
Shell Command - Delete SVN Folders
Jon Galloway shows how to create REG file that adds "Delete SVN Folders" to the context menu for folders. When you select it, it deletes all folders called .svn inside the folder and it's children (it does nothing if the project's not under SVN). Technorati Read More...