tailieunhanh - Bài giảng Lập trình web: ASP.NET MVC - Nguyễn Hà Giang

Những nội dung chính trong chương gồm: Overview of Web Application Development, introduction to MVC, architecture of MVC App, creating an MVC Project, structure of an MVC Project. Mời các bạn tham khảo. | Nguyen Ha Giang MVC Introduction Overview of Web Application Development Introduction to MVC Architecture of MVC App Creating an MVC Project Structure of an MVC Project Overview of Web Application Development Web Application Are programs that are executed on a Web server and accessed from a Web browser. Allows you to share and access information over the Internet that can be accessed globally at any time. Enable you to perform commercial transactions known as E-commerce application. Web Application Layers Web apps are typically divided into 3 layers: Presentation layer: Enable users to interact with the app Business logic layer: Enables to control the flow of execution and communication between the presentation layer and data layer. Data layer: Enables to provide the app data stored in DBs to the business logic layer. Presentation Layer Business Logic Layer Data Layer Web Application Layers Web App Architectures Architecture of an application depends on the system in which the layers of the application are distributed and communicated to each other. An application can be based on one of the following types of architectures: Single-tier: In this architecture, all the three layers are integrated together and installed on a single computer. Two-tier: In this architecture, the three layers are distributed over two tiers, a client and a server. Three-tier: In this architecture, the three layers of the application are distributed across different computers. N-tier: In this architecture, the components of the three-tier are further separated. Types of Web Pages A Web app consists of Web pages. A Web page can be categorized on the following two types: Static Web page: Consist of only HTML to present content to users Dynamic Web page: Consists of HTML in combination with server-side and client-side scripts to respond to user actions. Evolution of MVC MVC is a framework for developer dynamic Web app using the .NET . | Nguyen Ha Giang MVC Introduction Overview of Web Application Development Introduction to MVC Architecture of MVC App Creating an MVC Project Structure of an MVC Project Overview of Web Application Development Web Application Are programs that are executed on a Web server and accessed from a Web browser. Allows you to share and access information over the Internet that can be accessed globally at any time. Enable you to perform commercial transactions known as E-commerce application. Web Application Layers Web apps are typically divided into 3 layers: Presentation layer: Enable users to interact with the app Business logic layer: Enables to control the flow of execution and communication between the presentation layer and data layer. Data layer: Enables to provide the app data stored in DBs to the business logic layer. Presentation Layer Business Logic Layer Data Layer Web Application Layers Web App Architectures Architecture of an application .

TỪ KHÓA LIÊN QUAN
crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.