ASP. NET MVC 5 learning record 2015-9-9

Source: Internet
Author: User
Tags what is asp

I've been learning and developing all the time. asp. WebForm, always smattering for MVC, initially thinking that the N-tier architecture of ASP. NET WebForm is MVC. In fact, the design idea of n-layer architecture is "high cohesion, low coupling", which is decoupling, not MVC design.

The idea of learning ASP. NET MVC is still the main understanding of its design ideas and design concepts. The design concepts of ASP. NET MVC and asp.ent WebForm are completely different, and have been used asp.ent WebForm to write websites. The 2 main features of the ASP: visual layout and event driven. WebForm

Learning ASP. NET MVC 5, I am mainly on the internet to look at other people write articles, view MSDN,HTTP://WWW.ASP.NET/MVC official website, and then write code to strengthen learning.

Let's talk about my knowledge of ASP.

What?

What is ASP. NET MVC. The official explanation given by MSDN is: the Model-view-controller (MVC) architectural pattern separates an application into three main components:th E model, the view, and the controller. The ASP. NET MVC Framework provides a alternative to the ASP. NET Web Forms pattern for creating Web applications. The ASP. NET MVC Framework is a lightweight, highly testable presentation framework (as with Web forms-based Applicati ONS) is integrated with existing ASP. Features, such as master pages and membership-based authentication. The MVC framework is defined in the SYSTEM.WEB.MVC assembly.

ASP. NET Mvc,asp.net is the implementation of the technology, MVC is the design idea. Technology can continue to improve, but thought is its soul.

ASP. NET MVC is divided into the main 3 modules, model-View-controller (Model-view-controller).

Model, data model. A data table corresponds to a model class. In ASP. EntityFramework's Code fisrt, we can easily get the data model class.

A view, simply called a page, is used for interaction.

Controller, the core of MVC, the controller is used to process views and models.

Project structure of ASP.

That's what I'm going to write about today.

Learn the main resources Web site for ASP. MVC5:

Http://www.cnblogs.com/powertoolsteam/p/MVC_knowledge.html

Http://www.asp.net/mvc

Http://kb.cnblogs.com/zt/mvc/

http://www.it-ebooks.info/

ASP. NET MVC 5 learning record 2015-9-9

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.