What is the tool which is used to configure Windows HTTP Services Certificate ?

Thursday, December 17, 2009


WinHttpCertCfg.exe


www.codecollege.NET

Daily Tips- Tip #42 - What is the shortcut key to bring up the Immediate window?

Wednesday, December 16, 2009


Ctrl + Alt + I.


www.codecollege.NET

What is an HttpCombiner?


An HTTP handler that combines multiple CSS, Javascript or URL into one response for faster page load. It can combine, compress and cache response which results in faster page
load and better scalability of web application.


www.codecollege.NET

Daily Tips- Tip #41 -How will you test memory leak in a .NET application?


using Perfmon.exe application.


www.codecollege.NET

What is the css equivalent for the NOBR tag?


the space character  


www.codecollege.NET

What is the best practice for calling explicit garbage collections?

Monday, December 14, 2009


You should call the finalizer after gc like,

//c#
GC.Collect();
GC.WaitForPendingFinalizers();


www.codecollege.NET

Which one is a best practice to use DirectCast or CType?


DirectCast


www.codecollege.NET
Blog Widget by LinkWithin