by kad1r
10. March 2010 12:43
The DiffPlex project is a combination of a .NET Diffing Library with a Silverlight and HTML diff viewer. It is released open source under the MS-PL license.
Click to go official release.
by kad1r
8. March 2010 10:01
In VS 2010 there are some problems with intellisense. For Beta2 users this patch is very useful.
by kad1r
10. February 2010 13:37

The Visual Studio 2010 and .NET Framework 4 Release Candidate (RC) is available to MSDN subscribers on Monday, February 8th, with general availability on February 10th.
Here is the link.
by kad1r
4. February 2010 18:24
Here is the little code for install .Net Framework silently. The user can't see the install window.
start /wait dotnetfx.path /q:a /c:"install.exe /q"
by kad1r
3. February 2010 21:38