Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is session and cookies in asp.net?
What are Master Pages in ASP.NET? or What is a Master Page?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
Explain the use of duration attribute of @outputcache page directive.
view state data is stored in which format?
15 Answers Mind Tree, Pratham Software,
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
in which protocol ASP.NET WEB API Work?
How does dataset acts in a disconnected fashion ?
How Response.flush works in server.Execute ?
1 Answers Keane India Ltd, TCS,
What is Web Gardening? How would using it affect a design ?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What are the memory-mapped files?