Download presentation
Presentation is loading. Please wait.
1
Department of Computer Science
ASP.net MVC Introduction Haiming Chen Department of Computer Science Ningbo University Fall Semester , Course 106F22A01
3
User Interaction Controller
Data Operation User Interface
7
User interaction logic
Data operation C M V 用户交互逻辑 User interface User interaction logic
8
Directory organization
App_Data Storing data of the web application App_Start (C# files) Configuring the web application when it starts Content (ccs files) Defining style of the web application (Cascading Style Sheets) Controller (C# files) Defining actions to process users’ requests and return corresponding views Fonts Defining fonts of the web pages Models (C# files) Operating on data Scripts (JavaScript files) Script files running on the browser Views (C# HTML files) Defining web pages for each action
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.