MVC 2.0学习示例源码

时间:2013-08-15 05:24:55
【文件属性】:

文件名称:MVC 2.0学习示例源码

文件大小:833KB

文件格式:RAR

更新时间:2013-08-15 05:24:55

asp.net

MVC 2.0学习示例源码 系统分为三个基本部分:模型(Model),视图(View)和控制器(Controller)。说它好,它确实好,开发起来简单方便;说它不好,也确实存在一些问题。比如说版本升级的风险,性能比较研究现在都不够深刻。


【文件预览】:
MyClass
----SQLiteHelper.cs(30KB)
----DSHelper.cs(1KB)
----JsonHelper.cs(2KB)
----TreeView.cs(5KB)
Global.asax.cs
Scripts
----MicrosoftMvcValidation.js(13KB)
----jquery.validate.js(38KB)
----jquery-1.4.1.min.js(70KB)
----jquery.validate.min-vsdoc.js(43KB)
----jquery.validate.min.js(26KB)
----jquery.validate-vsdoc.js(43KB)
----MicrosoftMvcValidation.debug.js(37KB)
----jquery-1.4.1.js(165KB)
----jquery-1.4.1.min-vsdoc.js(237KB)
----MicrosoftMvcAjax.debug.js(15KB)
----jquery-1.4.1-vsdoc.js(237KB)
----MicrosoftAjax.js(99KB)
----MicrosoftMvcAjax.js(6KB)
----MicrosoftAjax.debug.js(309KB)
Global.asax
bin
----MvcDemo2.dll(36KB)
----Newtonsoft.Json.dll(110KB)
----System.Data.SQLite.DLL(820KB)
----MvcDemo2.pdb(84KB)
MvcDemo2.csproj.user
Web.config
from.gif
App_code
obj
----Debug()
--------MvcDemo2.csproj.FileListAbsolute.txt(672B)
--------MvcDemo2.dll(36KB)
--------ResolveAssemblyReference.cache(17KB)
--------MvcDemo2.pdb(84KB)
--------Refactor()
--------TempPE()
Properties
----AssemblyInfo.cs(1KB)
MvcDemo2.suo
MvcDemo2.sln
App_Data
----test.mdb(232KB)
----test.db(7KB)
Views
----Web.config(2KB)
----Home()
--------TreeView.aspx(907B)
--------DataIndex.aspx(362B)
--------IndexComponents.aspx(342B)
--------TreeTable.aspx(14KB)
--------IndexData.aspx(2KB)
--------About.aspx(390B)
--------Index.aspx(610B)
--------FormValidation.aspx(6KB)
----Shared()
--------Error.aspx(439B)
--------Site.Master(1KB)
--------LogOnUserControl.ascx(365B)
----Account()
--------LogOn.aspx(2KB)
--------Register.aspx(2KB)
--------ChangePasswordSuccess.aspx(453B)
--------ChangePassword.aspx(2KB)
MvcDemo2.csproj
最新Asp.Net源码下载.url
51aspx源码必读.txt
Content
----Site.css(5KB)
Models
----category.cs(800B)
----AccountModels.cs(11KB)
Controllers
----HomeController.cs(7KB)
----AccountController.cs(13KB)

网友评论