Posts Tagged 'asp.net 4.0'

Difference between dynamic and var keyword .net 4.0

Posted on May 19 2010 by Sachin Jain

In .net 4.0 dynamic keyword has been introduced. This allows you to define the object without specifying its type. So let say we have following string :-

string s = “sachin”;

We can define another variable without specifying the type

dynamic d = s;

Now this can also be done through var keyword so whats the difference?
The difference is [...]

whats new in asp.net 4.0

Posted on October 19 2009 by Sachin Jain

1) Permanent redirect – for HTTP 301 Moved Permanently you can now use RedirectPermanent(“yourpage.aspx”);

2) Meta Properties- Now you can use page.MetaKeywords and page.metaDescription for setting up meta tags.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Powered by Sachin Jain

Powered by Olark