Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What symbol would you use to denote, the start of a code block in razor views?
can we call the garbage collector to run explicicitly?
which is good java or Dot net?
Explain the advantage of packaging over xcopy in .net?
What is ViewData and TempData in ASP.Net MVC?
What is the use .Glimpse in ASP.Net MVC
What are Satellite Assemblies? How you will create this?
Who defines the CAS code groups
Why to use Html.Partial in ASP.Net MVC?
what are the aggregate functions in ASP.NET?
What is Global Assembly Cache (GAC) and what is the purpose of it?
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???