原文发布时间为:2011-04-17 —— 来源于本人的百度文章 [由搬家工具导入]

The mvc3 study links collection

http://dotnetslackers.com/articles/ASPNET/default.aspx

 

Built-in Unit Test for ASP.NET MVC 3 in Visual Studio 2010 Part 2

Xianzhong Zhu, Feb 04, 2011
Views: 3,209 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, we will delve into unit testing controllers in ASP.NET MVC, especially in terms of ASP.NET MVC 3 related concerns.

5 Helpful DateTime Extension Methods

Scott Mitchell, Feb 02, 2011
Views: 17,335 Avg Rating: 0/5 Votes: 0 Comments: 1

5 useful and handy Helpful DateTime Extension tips

AJAX ModalPopUpExtender with GridView (Database) With Client-side Validation

Mihi Soni, Jan 31, 2011
Views: 2,604 Avg Rating: 0/5 Votes: 0 Comments: 0

The main idea of this article is to fetch data from a database, bind the data with ASP.NET GridView control and then to perform edition functionality using ModalPopup extender with validations control provided by ASP.NET.

Built-in Unit Test for ASP.NET MVC 3 in Visual Studio 2010 Part 1

Xianzhong Zhu, Jan 19, 2011
Views: 4,078 Avg Rating: 0/5 Votes: 0 Comments: 0

In this series of articles, Xianzhong Zhu will provide you with a detailed tutorial on using Visual Studio 2010's built-in unit testing framework to develop ASP.NET MVC 3.0 based applications. In this first article, he'll focus on the fundamental concepts and tooling support in Visual Studio 2010.

Unit testing an HttpModule with NUnit and RhinoMock

Kenneth Uildriks, Jan 12, 2011
Views: 2,397 Avg Rating: 0/5 Votes: 0 Comments: 0

This article outlines one approach to mocking ASP.NET and freeing your unit tests and your continuous integration server from dependencies on IIS and virtual directory configuration.

Composing ASP.NET MVC applications

Manning Publications, Jan 07, 2011
Views: 2,131 Avg Rating: 0/5 Votes: 0 Comments: 0

This article is taken from the book Dependency Injection in .NET. Object Composition is one of three important dimensions of DI. ASP.NET MVC was designed with DI in mind, so composing an application is as easy as implementing a custom IControllerFactory and registering it with the framework.

Buffering Exploration in ASP.NET MVC 3 - Part 3

Xianzhong Zhu, Jan 05, 2011
Views: 2,062 Avg Rating: 0/5 Votes: 0 Comments: 0

In the previous part of this series, we've explored a typical usage of data caching - via a helper class that encapsulates the caching management. And also, we've covered one case of complex caching - file dependencies. In this third part, we will continue to explore the complex caching dependencies - SQL Cache Notification Dependencies.

Buffering Exploration in ASP.NET MVC 3 - Part 2

Xianzhong Zhu, Jan 03, 2011
Views: 2,425 Avg Rating: 0/5 Votes: 0 Comments: 0

In the first part of this series, we've mainly explored Output Cache related issues. In this second part, however, we are going to delve into the general Data Cache topic.

Cache Exploration in ASP.NET MVC 3 - Part 1

Xianzhong Zhu, Dec 22, 2010
Views: 5,453 Avg Rating: 0/5 Votes: 0 Comments: 0

In this series of articles, we are going to explore as many as possible aspects of cache programming in the latest ASP.NET MVC 3 RC2 framework. And also, all the related samples have been tested against the latest ASP.NET MVC 3 RC 2.

Protect ASP.NET MVC 3 Applications Using AntiForgery Helpers

Xianzhong Zhu, Dec 17, 2010
Views: 4,050 Avg Rating: 0/5 Votes: 0 Comments: 0

Since ASP.NET MVC 1, CSRF (Cross Site Request Forgery) has been considered by introducing a set of anti-forgery helpers. In this article, we are to detail into CSRF related concepts and ASP.NET MVC's helper functions again CSRF.

Experience ASP.NET MVC 3 Beta/RC -the New Dependency Injection Support - Part 2

Xianzhong Zhu, Dec 08, 2010
Views: 4,209 Avg Rating: 0/5 Votes: 0 Comments: 1

In the last article, we've mainly discussed the new-styled DI support in ASP.NET MVC 3 Beta/RC in relation to the two new services - IControllerActivator and IViewPageActivator. Obviously, both of them are connected with controllers and views. In this article, however, we will shift our attention to the Model (generally called viewmodal in many blogs) related DI manipulations.

Experience ASP.NET MVC 3 Beta/RC -the New Dependency Injection Support - Part 1

Xianzhong Zhu, Dec 01, 2010
Views: 4,265 Avg Rating: 0/5 Votes: 0 Comments: 1

Starting from this article, let's explore some more advanced concepts and related utilizations associated with flexible Dependency Injection support introduced in ASP.NET MVC 3 Beta.

Experience ASP.NET MVC 3 Beta - New View Helpers Part 2

Xianzhong Zhu, Nov 17, 2010
Views: 4,580 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, we are going to continue to explore the other three important helpers - WebImage, WebMail, and Crypto.

Experience ASP.NET MVC 3 Beta - the Unobtrusive jQuery-Based Ajax Support

Xianzhong Zhu, Nov 10, 2010
Views: 4,716 Avg Rating: 0/5 Votes: 0 Comments: 0

In this installment, I'll first tell you a short story about unobtrusive JavaScript. Then, we'll delve into the unobtrusive client-side validation support. Finally, we will research into a more interesting story - the unobtrusive jQuery-Based Ajax support.

Experience ASP.NET MVC 3 Beta - New View Helpers Part 1

Xianzhong Zhu, Nov 08, 2010
Views: 7,414 Avg Rating: 5/5 Votes: 1 Comments: 0

In addition to the introduction of a new view engine Razor, ASP.NET MVC 3 Beta has also introduced numerous new HtmlHelpers, such as Chart, Crypto, WebGrid, WebImage, WebMail, etc. This article aims to introduce the two commonly-used new helper controls – WebGrid and Chart using relevant examples.

mvc3 学习链接收集的更多相关文章

  1. RequireJS 学习资料收集

    RequireJS 学习资料收集 RequireJS 模块化管理 Javascript 比较优秀. RequireJS 英文官网 https://requirejs.org/ RequireJS 中文 ...

  2. MVC3学习:利用mvc3+ajax实现全选和批量删除

    本例数据库操作使用EF code first; 先利用mvc自带的模板,先生成一个list视图,然后再手动添加复选框和删除按钮 <table> <tr> @*在标题行添加一个全 ...

  3. ThnikPHP3.2 学习链接整理

    ThnikPHP3.2 学习链接整理 ThinkPHP3.2.3 U()方法的使用总结 看云手册 ThinkPHP3.2完全开发手册 TP3.2单字母函数 TP3.x中 M方法和D方法的区别

  4. Wordpress学习链接整理

    Wordpress学习链接整理 获取和使用 WordPress 中的全局变量 wordpress模板加载顺序汇总 WordPress载入页面时的模板加载机制(图) WordPress 条件判断标签及用 ...

  5. MVC3学习:实现文章上一篇下一篇链接

    文章的显示都是通过id查询数据库来显示.但是文章会经常删除,因此id号可能不是连续的,所以上一篇下一篇文章,不能简单的做id加减法. 我的思路是:先将表格中所有文章的ID号全部放入一个数组中,如果文章 ...

  6. Android 学习资料收集

    收集整理这份资料灵感来自于 trip_to_iOS, 征得同意引用了该资料的开头描述 收集整理这份资料主要帮助初学者学习 Android 开发, 希望能快速帮助到他们快速入门, 找到适合自己学习资料, ...

  7. iOS——学习网址收集+如何提高iOS开发技能

    1 一个比系统自带的终端好用的软件:http://www.iterm2.com 2 学习和遇到技术问题可以去的网站: CocoaChina      http://developer.cocoachi ...

  8. IOS学习资源收集--开发UI控件相关

    收集的一些本人了解过的iOS开发UI控件相关的代码资源(本文持续补充更新) 内容大纲: 1.本人在github上也上传了我分装好的一些可重复利用的UI控件 2.计时相关的自定义UILabel控件 正文 ...

  9. 优秀Python学习资源收集汇总(强烈推荐)

    Python是一种面向对象.直译式计算机程序设计语言.它的语法简捷和清晰,尽量使用无异义的英语单词,与其它大多数程序设计语言使用大括号不一样,它使用縮进来定义语句块.与Scheme.Ruby.Perl ...

随机推荐

  1. django+xadmin在线教育平台(四)

    3-2 配置表单页面 必要的该说的,该了解的 前置条件: 你已经学习了前面教程.将项目的文件夹目录结构,setting配置等修改完毕与我保持一致. 本节通过Django快速的配置一个留言板页面来学习 ...

  2. JavaScript方法中this关键字使用注意

    问题来源 本文是基于廖雪峰老师JavaScript课程中的方法一节以及阮一峰老师JavaScript 的 this 原理 所记. 首先,我们了解一下JavaScript中的方法:在一个对象中绑定函数, ...

  3. Nginx http重定向到https时,post请求变为get的问题

    Http协议是有状态码的,比较熟悉的状态码是200,代表链接OK,还有404和403,一个是not found,另一个是forbidden.Not found不用多说,可能是地址栏输入有误,或者是网页 ...

  4. java util - Hex转换工具

    测试代码 package cn.java.codec.hex; public class Test { public static void main(String[] args) { String ...

  5. 初学js之多组图片切换实例

    需求是以上效果展示.话不多说,直接代码显示,不涉及代码优化.已实现功能为目的. 先看html部分: <body> <div class="dream" id=&q ...

  6. 如何将emoji表情存放到mysql数据库中

    昨晚在爬取猫眼电影评论时在将评论信息插入到数据库中时出现问题,总是在插入一条数据时就会报错: 看着应该时字符编码的问题,比如新建的数据库新建的表,默认字符编码是:Latin1, 这种编码是无法插入中文 ...

  7. BFS:HDU-1242-Rescue(带守卫的迷宫问题)(优先队列)

    解题心得: 1.读清楚题意,本题的题意是有多个'r'(起点),多个r多个bfs比较最短的时间即可,但是hdoj的数据比较水,直接一个起点就行了,迷宫里有多个守卫,如果在路途中遇到守卫会多花费一个时间点 ...

  8. 「微信小程序免费辅导教程」25,基本内容组件text的使用及个人帐号允许的服务类目

  9. ajax跨域请求的处理

    跨域的情形有很多种,网上有人给出了一份表格, 表格中标识为”不允许”通信的情况都属于跨域.实际网络服务中需要跨域的情况确实存在,于是开发者们提供了一种解决方案,就是使用jsonp格式进行数据交互,它不 ...

  10. IOS开发---菜鸟学习之路--(十七)-利用UITableView实现个人信息界面

    首先来看下我们要实现的效果 需要实现这样的效果 然后我们开始动手吧. 首先选择添加一个新的ViewController 然后打开XIB文件,添加一UITableView 并将样式设置为分组 同时将按住 ...