MVC架构的基本流程 [英] Basic flow of MVC architecture

查看:116
本文介绍了MVC架构的基本流程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在ASP.NET中拥有基本的页面生命周期.
pre_init,init,initcomplete,pre_load,load,load_complete,control_events,load_complete,
pre_render,save_state_complete,render,unload
在一个应用程序中,我们正在从数据库中检索一些数据并以表格形式显示.
我们如何在Model View Controller体系结构的基本流程中对每个事件进行分类.
在用户界面中,我们正在使用MVC来访问数据库,并在MVC的帮助下检索将其再次显示给用户界面的结果.

We have basic page life cycle in ASP.NET.
pre_init,init,initcomplete,pre_load,load,load_complete,control_events,load_complete,
pre_render,save_state_complete,render,unload
In an application we are retrieving some data from the database and showing it in the form.
How we can categorise each event in that basic flow of Model View Controller architecture.
From UI we are hitting the data base using MVC and retrieving results showing it to the UI again with the help of MVC.
can you help me out?

推荐答案

你好,

我认为这可能对您有帮助
面向初学者的ASP.NET MVC(模型视图控制器)体系结构 [
Hello,

I think this may help you
Understanding ASP.NET MVC (Model View Controller) Architecture for Beginners[^]

Thanks
sanjeev


我认为此网址可能很有用
http://asp-net-csharp-vb.blogspot.com/search/label/MVC%20Video
I think this url could be usefull
http://asp-net-csharp-vb.blogspot.com/search/label/MVC%20Video


继续阅读以下教程:

Scottgu的博客 [
Go with following tutorials :

Scottgu''s Blog[^]

this will help you a lot

also you can google for MVCMusicStore+Codeplex

here you can find demo application + guide as well

Regards :) ,

-Sagar Solanki


这篇关于MVC架构的基本流程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆