Tuesday, February 15, 2011

Set Expire Date to application

http://www.stardeveloper.com/articles/expires-and-max-age-headers-in-aspnet/

http://www.stardeveloper.com/articles/real-world-example-of-load-time-improvement-after-using-static-resource-caching/

date Formats:

 select convert(varchar(11),getdate(),111)

varchar(max)----datatype
getdate ()---------Method to get the system date
formating-----
100 for:--------------- Mar 28 2011 
104for----------------28.03.2011
108 for ------------18:22:31 (System time)

Note: we can give the third parameter as100 to 121 give any number...
1-25 give diferent formats of date...

E



No comments: