搜索资源列表
Orchard.Source.1.0.20
- Orchard是微软"Oxite"开源CMS系统的继承者,去年12月,微软将Orchard从自己的CodePlex迁移到 Outercurve基金会,并承诺提供三年的技术支持。Orchard旨在帮助用户创建和管理网站,它和ASP.NET MVC3应用程序相似,使用Razor视图模板和SQL CE4来实现数据存储。-Orchard is a free, open source, community-focused project aime
mvc3-rtm-mspl
- ASP.NET MVC3 源代码 微软MVC3 开源了,这对一直追随微软,有期望微软开源的人来说是一大喜讯。-ASP.NET MVC3 Microsoft MVC3 open source code, which has been followed for Microsoft, there are people who expect Microsoft' s open source is great news.
storemManagementSystem
- 基于mvc3层架构的仓库管理系统 servlet-Mvc3 tier structure based on warehouse management system servlet
MvcMusicStore-v3.0-(1)
- 在线音乐网站,MVC3的示例源代码 学习MVC的好源码-Online music sites, MVC3 sample source code to learn a good source of MVC
ContosoUniversity
- 是学习 asp.net mvc3的最佳例子之一,采用EF做持久层,演示了Ioc的使用,以及Resposity,UnitOfWork模式的使用方式。-Learn asp.net mvc3 is one of the best examples, the use of EF as a persistent layer, demonstrates the use of Ioc and Resposity, UnitOfWork mode is
MvcPsdfager15Demo3
- MVC3 Razor实现Ajax数据分页源码 项目描述: MvcPager分页控件是在ASP.NET MVC Web应用程序中实现分页功能的一系列扩展方法,该分页控件的最初的实现方法借鉴了网上流行的部分源代码,尤其是ScottGu的PagedList类和相关方法,经过不断完善和改进后推出的比较成熟而且功能强大的ASP.NET MVC分页解决方案。 MvcPager主要功能有: 1.实现最基本的url route分页
MVC3
- MVC3.0+linq mvc3.0 分页控件 mvc3.0 常用方法-MVC3.0+linq mvc3.0 pagehelper mvc3.0
Resume1
- asp.net+mvc3+vs2010+mssql简历管理系统-asp.net+ mvc3+ vs2010+ mssql resume management system
MvcDemoRss
- mvc下的rss实现,采用mvc3,razor引擎实现-mvc rss under the implementation of the code is relatively simple
ASP.MVC3.0
- ASP.NET MVC3 快速入门,很不错的教程,可以基本掌握使用。-ASP.NET MVC3 quick start, very good tutorial, you can use the basic grasp.
Mvc3-simply-mutilp-language-Demo
- 一个多语言实现的示例.使用资源文件翻译.-Mvc3 simply mutilp language Demo
ASP_NET-MVC3
- asp.net mvc3教程,经典版本 Adam Freeman and Steven Sanderson-pro asp.net mvc3 framwork
MVC3-Webshop
- MVC3 Webshop网上商店课程设计源码-The MVC3 Webshop curriculum design source online store
mvc3-rtm-sources
- 有了这份源代码,就可以看到mvc3框架的内部实现。 给调试带来了很多方便-With this source code, you can see the mvc3 fr a mework of internal implementation. Brought a lot of convenience to the debugger ...
SVG.Html5.MVC3
- 这是一个html5下用SVG动态更新折线、饼状图、棒状图、图表的应用,用.net MVC3实现-This is an SVG dynamically updated using html5 line, pie charts, bar graphs, charts applications with. Net MVC3 realization
asp.net-mvc3.0-graphic-managing
- ASP.NET MVC3.0图片文件上传及管理程序-ASP.NET MVC3.0 picture file upload and management procedures
MvcApplication-MVC3-fenye
- ASP.NET MVC3数据分页实例源码,ASP.NET实现的无刷新分页实例,基于MvcPager.dll实现的分页功能,无刷新功能调用了jquery插件来实现,在ASP.NET中实现无刷新的网页交互功能,本例子绝对值得参考。-ASP.NET MVC3 data paging source code examples, without refreshing the page instances of ASP.NET implementa
Professional-ASP.NET-MVC3
- asp.net mvc3 code download. is a good file-asp.net mvc3
MVC3
- 0基础学习实现MVC3 增/删/改/查,里面记录我本人学习MVC3的所有心路历程和一些浅显的卓见,如有不对的地方,还请批评指正。-0 based learning to realize the MVC 3 to insert/delete/update/select, it records all the journey I learn MVC 3 and some shallow insight, if there is any wr
MVC3使用EF框架例子源码
- MVC3使用EF框架例子源码 功能介绍: 使用EF4框架的MVC源码,实现对数据库:增,删,改,指定条件查询 对学习Entity fr a mework 4有帮助。 注意: 1把数据库文件附加 2,一定要装MVC3,Entity fr a mework 4 3,附加数据库后需要修改web.config中的数据库连接字符串 开发环境为Visual Studio 2010,数据库为SQL Server 2008