Pages

Wednesday, August 10, 2011

Check if javascript is disabled

To check if javascript is disabled and execute a code block on the same condition use the following block

Tuesday, August 2, 2011

Difference between Silverlight and WPF

Silver light is designed to build browser-based rich applications where as WPF aims at building rich windows applications

Silverlight runs on a stripped-down version of .Net framework but WPF supports IE,Firfox and Safari on Mac.

Moonlight is an effort by Microsoft to support Silverlight on Linux/Unix
http://en.wikipedia.org/wiki/Moonlight_%28runtime%29

New in different stages of . Net

.Net 2.0
Entirely new framework for developing managed web and Windows apps

.Net 3.0
Added WCF + WPF in addition to .Net 2.0

.Net 3.5
Added Linq