Explain why it is useful to use mvc instead of webforms? : asp.net mvc


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is session and cookies in asp.net?

0 Answers  


What are Master Pages in ASP.NET? or What is a Master Page?

0 Answers   MCN Solutions,


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.

0 Answers  


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?

0 Answers   HCL,


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


How Response.flush works in server.Execute ?

1 Answers   Keane India Ltd, TCS,


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


What are the memory-mapped files?

0 Answers  


Categories