Whats Hot
You are here: Home / 2006 / October

Monthly Archives: October 2006

WinForm FAQs

future-image

WINFORM What base class do all Web Forms inherit from? System.Windows.Forms.Form What is the difference between Debug.Write and Trace.Write? When should each be used? The Debug.Write call won’t be compiled when the DEBUGsymbol is not defined (when doing a release build). Trace.Write calls will be compiled. Debug.Write is for information you want only in debug builds, Trace.Write is for when ... Read More »

ASP 3.0 Interview FAQs

future-image

1. How can you disable the browser to view the code? Writing codes within the Tag 2. Question What is a “Virtual Directory”? Virtual directories are aliases for directory paths on the server. It allows moving files on the disk between different folders, drives or even servers without changing the structure of web pages. It avoids typing an extremely long ... Read More »

Scroll To Top
Protected

2013-05-18 11:02:02