Daily Tips- Tip #52 - How will you ensure that asp.net is not deployed with debug="true" in production environment?

Tuesday, June 15, 2010

you can achieve it by doing the following setting in machince.config,

<configuration>
<system.web>
<deployment retail=”true”/>
<system.web>
<configuration>

What is then expansion of CDN?

Wednesday, June 9, 2010


Content Delivery Network


www.codecollege.NET

Daily Tips- Tip #51 - What is the function which checks whether a string is null or empty?

Tuesday, June 8, 2010


String.IsNullOrEmpty


www.codecollege.NET

What is shorthand definition syntax for Property definition?

Monday, June 7, 2010


public string Color {get;set;}


www.codecollege.NET
Blog Widget by LinkWithin