What is Diff between Where & Having?
What is URL ReWritting?
What happen for a view when ever drop the table?
Write the union with combination of Order by?
What is diff between Error vs Exception?
How can u handle error without using try catch?
How can recogzige the Garbage collect object is idle and remove that?
How can u encrypt the Viewstate?
Which tool is use to add refference of a web service?
Can static class inherted?
What is the order of the where, Groupby and having combination
What is Diff btwn localization vs Globlalization?
In try, IF i write return, is final excute?
What is diff between @@Scope_Identity vs @@identity
What is the Asp.net Page life cycle oder?
How can u give the permision to particlure role?
How can u know the line of error in exception?
How to read text file?
How will u hide the method of a base class?
protected void Page_Load(object sender, EventArgs e)
{
Add(10);
}
public void Add(int a)
{
//Code
}
public void Add(byte b)
{
//Code
}
Which method will excute?
Which session mode is Best one?
What are the Form Authentication modes?
What is Diff between Sp & View?
What is the Page Cahing Concept?
What are the Trasactions in SQL?
What is the Base class for all object?
What does jit compiler do?