UrbanPro

Learn .Net Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

How MVC works in ASP,net?

Asked by Last Modified  

19 Answers

Learn .Net

Follow 0
Answer

Please enter your answer

Expert in Education

The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a lightweight,...
read more
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that is integrated with existing ASP.NET features, such as master pages and membership-based authentication. The MVC framework is defined in the System.Web.Mvc assembly. read less
Comments

Senior .NET, Azure and MEAN Trainer 15 years experienced

To create a powerful web application using successful design pattern we have to use mvc. It is a pattern helps to develop web application with maintainbility
Comments

I can try and give my best to the student

MVc is the framework for building web application
Comments

Tutor

asp.net with model,view and controller approach divides the business logic in model ,controller carries the application logic ,view cariies the presensenation layer and its logic,it is very much different form 2.3.5 framework it mazximum utilises the jquery concept for designing the controls
Comments

Coaching

ASP.NET MVC uses Front Controller approach.i.e. a common controller for all pages processes the requests.
Comments

MCA

MVC is one of three ASP.NET programming models. MVC is a framework for building web applications using a MVC (Model View Controller) design: The Model represents the application core (for instance a list of database records). The View displays the data (the database records). The Controller handles...
read more
MVC is one of three ASP.NET programming models. MVC is a framework for building web applications using a MVC (Model View Controller) design: The Model represents the application core (for instance a list of database records). The View displays the data (the database records). The Controller handles the input (to the database records). The Model is the part of the application that handles the logic for the application data. Often model objects retrieve data (and store data) from a database. The View is the parts of the application that handles the display of the data. Most often the views are created from the model data. The Controller is the part of the application that handles user interaction. Typically controllers read data from a view, control user input, and send input data to the model. read less
Comments

Software Engineer

the simple answer is, a webpage which you are seeing in a View, if you submit a form from a webpage(view) that will go to Controller, there we can do all the process. If we want to save in DB then we have to use Model, If we want to display output then we have to View.
Comments

IT Training Centre

Its works in Routing purpose. take a request from client and route through URL.
Comments

MTech

MVC is a frame work where the entire engine is diffrent like it is based on razor engine
Comments

A 4.2 years experienced Dotnet developer, worked with IT giants, ample hands on experience.

MVC works via routing. You enter the URL and the routing mechanism helps to find the controller which is called, and under the controller, routing mech helps to find the action method. For ex: http://localhost/myProject/Home/Index, the routing mech is as such, where in it will find the Index action...
read more
MVC works via routing. You enter the URL and the routing mechanism helps to find the controller which is called, and under the controller, routing mech helps to find the action method. For ex: http://localhost/myProject/Home/Index, the routing mech is as such, where in it will find the Index action method inside the Home controller. You can find the routing mech inside global.asax file. The controller acts as a relationship manager between the view and the model. View is wat is seen to the end user. read less
Comments

View 17 more Answers

Related Questions

How to use the software?
It depend on your requirement, what type of software you want to use? Every software have diff. Domain like finance ,erp,mlm ,banking , ecommerce etc..we can't touch physically of any software ..when you...
Manish
Hi, I want to do course and real time projects for MVC, WCF, WPF (Advanced .Net) and I can do weekend classes as I am working in IT company . Thanks & Regards, Shriram
Hi Shriram, Yes MVC and WCF can be taught together and this is very handy in current market. Regarding to wpf, this comes into different technology where the requirement is on Windows application. If...
Shriram
I want to expertise in dot net. But I don't have any programming knowledge.
Hi Banhi, It is a journey and not a one shot thing. First Step is Learning, Second is Training/Working on Demo or a LIVE Project. Like in any other journey you will feel that it is a very long thing but...
Banhi
U can host an application in ASP.NET using HTTP and File System, what will be the difference? why HTTP requires? is it mandatory to use IIS for latest ASP.NET applications too?
U can run web app without iss in local. But if you want to access your application out of your system. Require IIS.
Pavan

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Steps to fill drop-down value from database to view page in ASP.Net MVC Application
In simple few steps you can fill the dynamic data from database to HTML page in MVC Application Write connection string in web config file Create table related getter setter in model Fetch data...

Learn Arabic Easily
Good Morning - Sabah alKhair. How are you? - Keif halak? Well, thank you - Balkhair,sukran. How is it? - Keif Huwa? Very very beautiful - Jameelun Jiddhan. Who is he? - Mun huwa? He is my friend...

Pro Developer Program Syllabus
What you will learn in Pro-Developer Program: i. Introduction to Web Technologies. ii. Introduction to .Net - Features of .Net, CTS, CLS, CLR and MSIL. iii. C# & .Net Basics - Data Types,...

"foreach" loop in C#
foreach is a looping statement : repeats a group of statements for each element in an array or an object collection. (or) used to iterate through the collection/ an array to get the required information. Advantages: Easy...

Difference between App services,Cloud Service and Virtual Machine in Microsoft Azure
App Services :When you want to deploy your application to Azure IIS conatainers without requiring any control,web apps should be preferred.It's a part of Azure Paas.1) When you need IIS.2) Satisfy with...

Recommended Articles

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for .Net Training Classes?

The best tutors for .Net Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn .Net Training with the Best Tutors

The best Tutors for .Net Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more