The code college
Tuesday, June 15, 2010
Daily Tips- Tip #52 - How will you ensure that asp.net is not deployed with debug="true" in production environment?
you can achieve it by doing the following setting in machince.config,
<configuration>
<system.web>
<deployment retail=”true”/>
<system.web>
<configuration>
Wednesday, June 9, 2010
What is then expansion of CDN?
Content Delivery Network
www.codecollege.NET
Tuesday, June 8, 2010
Daily Tips- Tip #51 - What is the function which checks whether a string is null or empty?
String.IsNullOrEmpty
www.codecollege.NET
Monday, June 7, 2010
What is shorthand definition syntax for Property definition?
public string Color {get;set;}
www.codecollege.NET
‹
›
Home
View web version