Archive for June, 2007

How to know which framework version is installed ?

Search for MSCorEE.dll file in the %SystemRoot%\system32 directory. If exists that means framework is installed. Now if you wanna know which framework version is installed, simply write “clrver” command in visual studio command prompt. It will list out all versions installed in your system.

Leave a Comment

Refactor 2.2 for ASP.NET

Refactor! is freely available to all ASP.NET 2.0 developers and offers a comprehensive suite of tools that enable you and your team to simplify and shape complex code and HTML markup – making your web applications easier to read and less costly to maintain.

Demo Images : http://www.doitwith.net/2007/05/07/PowerfulFreeDownloadRefactor!ForASP.NET2.2.aspx

Leave a Comment

What is WPF – Windows Presentation Foundation.

Windows Presentation Foundation (WPF) is the answer for software developers and graphic designers who want to create modern user experiences without having to master several difficult technologies.  WPF aims to combine the best attributes of systems such as DirectX (3D and hardware acceleration), Windows Forms (developer productivity), Adobe Flash (powerful animation support), and HTML (declarative markup and easy deployment).  WPF is a major component of the .NET Framework, starting with version 3.0. (This is why the first version of WPF carries a 3.0 version number rather than 1.0!)

Leave a Comment