.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 805 Page Views: 

What is ASP.NET MVC?



Posted By: Avi Date: 14 October 2010 09:12:49 PM
 Answer:

ASP.NET MVC is implementation of Model-View-Controller design pattern for ASP.NET.


Posted By: avibtech


Date: 14 October 2010 09:12:49 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image Sphobw
Related Questions
.Net Framework : What are generics?

What are generics?

Generics add support for type parameters in .NET Framework.
Category: .Net Framework Date: 10/15/2010 6:05:48 AM
.Net Framework : What is attribute?

What is attribute?

Attributes add metadata to the program. You can query them using reflection.
Category: .Net Framework Date: 10/15/2010 5:23:49 AM
.Net Framework : What namespace provides access to GDI+?

What namespace provides access to GDI+?

System.Drawing
Category: .Net Framework Date: 10/15/2010 3:28:48 AM
.Net Framework : What is CultureInfo class?

What is CultureInfo class?

CultureInfo class provides various information about a specific culture like writing system, calenda....
Category: .Net Framework Date: 10/15/2010 2:36:49 AM
.Net Framework : What is exception?

What is exception?

exception represents errors that occurred during application execution
Category: .Net Framework Date: 10/15/2010 12:51:48 AM