搜尋此網誌

2014-07-29

ASP.NET MVC 參考

10 Good Practices for ASP.NET MVC Apps ***
Top "Must Know" Frameworks for .NET web developers *****




Introduction to MVC
Building Web Apps with ASP.NET Jump Start
Developing ASP.NET MVC 4 Web Applications Jump Start


Learn MVC Project in 7 days

Step by Step implementing Onion architecture in ASP.NET MVC Application

Learn MVC ( Model view controller) Step by Step

ASP.NET MVC 4 Content Map
MVC Interview Questions and Answers (All about MVC)

MVC Application Lifecycle
The Circle of Life…cycle of MVC Applications

30 Days of Bootstrap
30 Days of Bootstrap with the MVC Framework


Session Value Providers in MVC
Session Manager Utility for asp.Net

MVC and Templates with T4 and T4MVC
Extending Editor Templates for ASP.NET MVC




mrkt的ASP.NET MVC
KingKong Bruce的ASP.NET MVC
天空的垃圾場 MVC教學
NET Magazine國際中文電子雜誌

ASP.NET MVC 康廷數位
ASP.NET MVC 學習資源整理
ASP.NET MVC 自學日誌

ASP.NET MVC for ASP.NET Developers
ASP.NET MVC Do's and Dont's Best Practices

ASP.NET MVC 5 網站開發美學




ASP.NET MVC 常見問題解答 Part 1
如何在 .NET 4.5 的 ASP.NET MVC 4 網站使用 Scaffold 範本
Creating a Custom Scaffolder for Visual Studio

如何對 ASP.NET MVC 4 原始碼進行偵錯 (終極完整觀念版)
How to debug your application with MVC fresh source code

Mobile Web再進化: Mobile Web實作--從ASP.NET MVC 4.0開始
架構設計好簡單系列 - 簡單分層你的網站 (如何快速從Web Form 變成 ASP.NET MVC)
[.NET][實作篇] 實作自己專屬的 ASP.NET MVC Model Metadata 產生器

ASP.NET MVC 4 最新 Facebook 應用程式範本(Web Tools 2012.2)
ASP.NET MVC Facebook Birthday App
Updating the MVC Facebook API

提升ASP.NET MVC專案安全性與效能小技巧
MVC 4發行至IIS 7.5之後Bundle功能無法運作
發行ASP.NET MVC 4之前遠端Windows Server 2008 R2的環境準備

Attribute
MVC Attributes
AttributeRouting
ASP.NET MVC – URL routing
Using Attribute Routing in ASP.NET MVC
Understanding Attribute Routing in ASP.NET MVC
Creating Your Own ASP.NET MVC Authorization Attribute

A dynamic RequireSsl Attribute for ASP.NET MVC

關於IE快取更新檢查設定
ASP.NET MVC how to disable automatic caching option?

10 Points to Secure Your ASP.NET MVC Applications *****

Practical ASP.NET MVC (3) tips
Deploy a Secure ASP.NET MVC application with OAuth, Membership and SQL Database
Implement secure ASP.NET MVC applications

Introducing ASP.NET MVC Throttling Filter ***

How to change the default ASP.NET MVC theme

Server-side Responsive Design with ASP.NET MVC and Interchange ***






跟著Wade學習ASP.NET MVC + NHibernate 目錄
[ASP.NET MVC 開發系列] 第一次使用 NHibernate 就上手 (NHibernate Designer 篇)
快快樂樂學 Code First 開發,以現有資料庫為例
ASP.NET MVC Controller Dependency Injection for Beginners

ASP.NET MVC 防範 CSRF 攻擊 - 在 AJAX 裡使用 AntiForgeryToken 的處理
Protect ASP.NET Applications Against CSRF Attacks

[ASP.net MVC] Html Table資料列的上移、下移,利用Ajax修改DB
Json.NET 取代 JsonResult

ASP.NET MVC - 下拉選單的日期選擇器

Exception Handling in ASP.NET MVC Web Application using C#
Exception Handling in ASP.NET MVC - At Application Level - Using Global.aspx
Exception Handling in ASP.NET MVC - At Page/View Level - Using Action Method

Understanding HTML Helpers in ASP.NET MVC
Understanding AJAX Helpers in ASP.NET MVC
ASP.net MVC HTML5 Helpers Toolkit
Razor Generator

ASP.NET MVC - ValidateAntiForgeryToken 與 自定 HandleError 處理顯示客製的錯誤訊息頁




Design and Develop a website using ASP.NET MVC 4, EF, Knockoutjs and Bootstrap : Part - 1
Learn MVC (Model View Controller) step by step in 7 days – Day 1
MVC Basic Site: Step 1 – Multilingual Site Skeleton
"How to series" about MVC, jQuery, JSON, paging, mapRoute
An Absolute Beginner's Tutorial on ASP.NET MVC for Web Forms Developers
How to implement a custom IPrincipal in ASP.NET MVC 4 internet project
Localize your MVC app based on a subdomain
Understanding and Implementing Repository and Unit of Work Pattern in ASP.NET MVC Application
A Beginner's Tutorial on Various Ways of Passing Data in ASP.NET MVC Application

Building A Robust Paged Table In ASP.NET MVC

Request Validation in ASP.NET
ASP.NET MVC 開發心得分享 (28):深入了解 ModelState 內部細節

ASP.NET MVC Client Side Validation
Model Validation in ASP.NET MVC
Validations in MVC

Custom Routes in ASP.NET MVC
ASP.NET MVC Custom Action Filters
Play Videos in ASP.NET MVC using Custom Action Filter
Creating Asynchronous Actions in ASP.NET MVC
ActionFilter Attribute 共用特性與狀態保存 ***

Create a JavascriptResult for ASP.NET MVC




Setting up for ASP.NET MVC 4 and Mobile Web Development
用ASP.NET MVC 4 和 jQuery Mobile制作一个可切换的桌面和移动站点
How do I use IValidatableObject?
Entity Framework Validation with IValidatableObject Example




Getting Data From View to Controller in MVC
用FormCollection取代Request.Form,Why?

MVC Unit Testing Unleashed
Content-Type:application/x-www-form-urlencoded
public void Post(FormDataCollection form)
{
     var a = Request.GetQueryNameValuePairs();
     var b = Request.RequestUri.ParseQueryString();
}




Announcing the Release of ASP.NET MVC 5.2, Web API 2.2 and Web Pages 3.2

ASP.NET MVC 5 新功能探索
如何從 ASP.NET MVC 4.0 升級到 ASP.NET MVC 5.0 或 5.1 版

[TechDays 2013] ASP.NET MVC5 新功能探討 - 個人重點筆記(圖文)
One ASP.NET及完美的開發體驗 - ASP.NET MVC 5

ASP.NET MVC 5 Authentication Filters
Attribute Routing in ASP.NET MVC 5
Release Candidates for ASP.NET MVC 5.1, Web API 2.1 and Web Page 3.1.
ASP.NET MVC 5.1 – Whats New
Looking at ASP.NET MVC 5.1 and Web API 2.1 - Part 3 - Bootstrap and JavaScript enhancements

Scaffolding With ASP.net MVC 5

Enums support in ASP.NET MVC 5.1- Part 1

A .NET Developer Primer for Single-Page Applications

Understanding Internationalization in ASP.NET MVC
ASP.NET MVC 5 Internationalization
ASP.NET MVC 5 Internationalization · Date and Time




IFileClient – Generalizing storage access in ASP.NET web applications

Request Validation In ASP.NET Web Pages

Handling Errors in ASP.NET MVC Applications
Creating a Default Error Handler for a Controller
Handling Errors Effectively in ASP.NET MVC

A Beginner's Tutorial for Understanding and Implementing Caching in ASP.NET MVC
Runtime Caching with SqlChangeMonitor

Using bower in ASP.NET MVC

Generate Bar Code Using ASP.NET MVC 4

How to load Views from Assembly in MVC
How to load views from database in MVC

ASP.NET MVC Extensibility with MEF






Introduction to ASP.NET Boilerplate
ASP.NET Boilerplate
ASP.NET MVC Boilerplate
nerddinner MVC example

ASP.NET MVC Documents Sample
ASP.NET MVC Documents sample Part 2





70-486 Developing ASP.NET MVC 4 Web Applications
Microsoft Exam 70-486 Study Guide
How to pass Microsoft Exam 70-486 (Developing ASP.NET MVC 4 Web Applications) in 30 days
Certification 70-486: Developing ASP.NET MVC 4 Web Applications




Deploy a Secure ASP.NET MVC application with OAuth, Membership and SQL Database




Asp.net MVC中防止HttpPost重复提交
ASP.NET MVC Tip #46 – Don’t use Delete Links because they create Security Holes ***
HTTP Verbs: 談 POST, PUT 和 PATCH 的應用

[ASP.NET]MVC使用i18Next做多國語言

Visual Studio.net 2013 asp.net MVC 5 Scaffolding代码生成向导开源项目

Dynamically Generating Robots.txt Using ASP.NET MVC

使用Hangfire處理ASP.NET MVC/Web API長時間與排程工作

How To Host Your ASP.NET MVC Website On GoDaddy Server

沒有留言: