ASP. net mvc framework development series course (webcast video download)

Source: Internet
Author: User
ArticleDirectory
    •  
Course INSTRUCTOR:

Zhao Yan, special msdn lecturer
Zhao Yu (Network Name "Lao Zhao", English name "Jeffrey Zhao", technical blog for http://jeffreyzhao.cnblogs.com), Microsoft's most valuable expert (ASP. net mvp), msdn special lecturer. Graduated from software College of Fudan University, and previously worked at Microsoft R & D center in China. He is now the platform development manager of Shanghai excited communication Co., Ltd., SeniorProgramMember. He has Web applications for about 8 years and Web applications for about 5 years. NET application development experience, for ASP. NET Enterprise Application Development and Client technology (DHTML, JavaScript, Ajax, etc.) have more in-depth theoretical basis and practical experience. In addition, he has a strong interest in issues related to SOA, SAAS, refactoring, and programmer competence and cultivation, and is eager to write programs until he is 60 years old.

 

Video Content

ASP. net mvc Framework Development Series (1): MVC mode and ASP. net mvc Framework Overview (level 200) download video

Course introduction:The ASP. net mvc framework is another development method after ASP. NET webforms. It provides a series of excellent features that enable ASP. NET developers to have another choice. This course will give a general description of the MVC mode ASP. net mvc framework.

ASP. net mvc Framework Development Series (2): Download a video from a simple ASP. net mvc application (level 200)

Course introduction:Development Using ASP. net mvc framework is very different from ASP. NET webforms. This course provides an official example program to briefly understand the structure and features of ASP. net mvc applications.

ASP. net mvc Framework Development Series (3): URL-oriented (level 200) download video

Course introduction:A key feature of ASP. net mvc framework is URL-based orientation. This course will explain how to use the URL routing mechanism.

ASP. net mvc framework development series course (4): replaceable view (level 200) download video

Course introduction:The Controller in ASP. net mvc is used to receive user instructions, process and output data using views. This course describes how the controller processes client input data in several typical ways until a view is generated.

ASP. net mvc Framework Development Series (5): controller and Action (level 200) download video

Course introduction:An important feature of ASP. net mvc is "everything can be replaced". A typical feature is the replaceable view component. This course will introduce the default views of ASP. net mvc and some other alternatives.

ASP. net mvc Framework Development Series (6): ASP. NET preview 3 changes (level 200) download video

Course introduction:The ASP. net mvc framework has released preview 3, which makes some changes to some implementations. This course will describe in detail the changes and porting methods from preview 2 to preview 3.

ASP. net mvc Framework Development Series (7): Action filter (level 200) download video

Course introduction:Action filter is a unique feature of ASP. net mvc framework. It can easily implement various functions in the form of AOP. This course will show you how to use the built-in action filter for simple extension.

ASP. net mvc Framework Development Series (8): Ajax (level 200) download video

Course introduction:Ajax technology has become a de facto standard for web development. This course will show you how to use Ajax technology in ASP. net mvc applications.

ASP. net mvc Framework Development Series (9): unit test (level 200) download video

Course introduction:Unit testing is one of the purposes of ASP. net mvc. Almost any component of ASP. net mvc can perform unit testing. This course will introduce the Unit Testing Methods of common components.

ASP. net mvc Framework Development Series (10): Improvement of preview 4 (level 200) download video

Course introduction:The ASP. net mvc framework released preview 4 in July. This course will explain the improvements in preview 4.

ASP. net mvc Framework Development Series (11): MVC contrib Project Introduction (I) (level 200) download video

Course introduction:ASP. net mvc can be expanded in any way, while MVC contrib is an open-source project focused on it. This course will briefly introduce the MVC contrib project.

ASP. net mvc Framework Development Series (12): MVC contrib Project Introduction (lower) (level 200) download video

Course introduction:ASP. net mvc can be expanded in any way, while MVC contrib is an open-source project focused on it. This course will continue with a brief introduction to the MVC contrib project.

ASP. net mvc Framework Development Series (13): Custom viewengine (level 300) download video

Course introduction:By default, the ASP. net mvc framework uses webforms as the view engine. However, ASP. net mvc can be customized by developers. This course will explain how to develop viewengine.

ASP. net mvc Framework Development Series (14): Authorization filter, exception filter and action filter (level 300) download video

Course introduction:Filter is a highlight in ASP. net mvc framework design. It can give full play to the initiative of developers to implement necessary functions. In the latest ASP. net mvc Framework, filters are split into authorization filters. Exception filters and common action filters are used to process different tasks respectively. This course will explain in detail the structure, extension methods and functions of these filters, so that the audience can master the extension methods based on various filters and apply them to projects.

ASP. net mvc Framework Development Series (15): viewengine resolution (level 300) download video

Course introduction:Viewengine has taken new responsibilities in ASP. net mvc ctp 5 and added the "partial view" and "positioning View" capabilities. Based on the previous course, this course further analyzes, uses, and extends viewengine features.

ASP. net mvc Framework Development Series (16): ASP. net mvc beta version change (level 200) download video

Course introduction:ASP. net mvc has finally ushered in the beta version after five pre-views. This course will show the changes made by ASP. net mvc Beta on the basis of preview 5.

ASP. net mvc Framework Development Series (17): Model binder (level 200) download video

Course introduction:ASP. net mvc introduced the model Binder Mechanism from preview 5, which can directly generate complex parameters for actions. This course will detail the use and extension of model binder.

ASP. net mvc Framework Development Series (18): client verification (level 200) download video

Course introduction:The model can be verified in model binder of ASP. net mvc, but the verification on the client can provide a better user experience. This course describes how to generate a verification script on the client based on the features of the model so that the page can be verified before submission.

ASP. net mvc Framework Development Series (19): jquery and Ajax (level 200) download video

Course introduction:Jquery is an excellent Ajax class library that greatly facilitates the development of Web applications. It has been officially included in the ASP. Net MVC framework by Microsoft and is well supported by Visual Studio. This course briefly describes how to use jquery for Ajax development and how it works with the ASP. net mvc framework.

ASP. net mvc Framework Development Series (20): Use and extension of HTML helper (level 200) download video

Course introduction:The ASP. net mvc Framework comes with a lot of useful HTML helper, which facilitates the development of Web applications. This course briefly introduces how to use HTML helper and explains how to compile custom HTML helper.

ASP. net mvc Framework Development Series (21): RC improvement (level 300) download video

Course introduction:ASP. net mvc released the RC version. Soon after the RTM version was released, only bugs were fixed and no major changes were made. This course will show the improvements made by ASP. net mvc rc based on the previous steps.

ASP. net mvc Framework Development Series (22): Extended routing (level 300) download video

Course introduction:ASP. NET routing is the foundation of ASP. net mvc Framework and is used in many other ASP. net mvc frameworks. This course describes the design and use of ASP. NET routing components and common extension methods.

ASP. net mvc Framework Development Series (23): asynchronous action (level 200) download video

Course introduction:A high-performance web application requires an important feature: "Asynchronous ". Currently, the ASP. Net MVC Framework does not support asynchronous action methods, which leads to poor support for ASP. net mvc applications in large-scale environments. This course will expand ASP. net mvc and try to solve this problem.

ASP. net mvc Framework Development Series (24): Assists with common web application development (1)-improves testability (level 200) download video

Course introduction:ASP. net mvc is a very lightweight framework that can assist in the development of traditional ASP. net mvc applications. This course will show you how to use the ASP. net mvc framework to improve the testability of traditional ASP. NET web applications.

ASP. net mvc Framework Development Series (25): ASP. net mvc official version (level 200) download video

Course introduction:ASP. net mvc has finally released RC2 and the official version. This course will focus on the changes brought about by the official version of ASP. net mvc and how to learn the previous course content based on the official version of ASP. net mvc.

ASP. net mvc Framework Development Series (26): Assists with common Web Application Development (2) -- routing to anything (level 200) download video

Course introduction:ASP. net mvc is a very lightweight framework that can assist in the development of traditional ASP. net mvc applications. This course describes how to integrate ASP. NET routing into traditional ASP. NET web applications.

ASP. net mvc Framework Development Series (27): Assists with common Web Application Development (3) -- Model binder (level 200) download video

course Introduction: ASP. NET MVC is a lightweight framework that can assist in the development of traditional ASP. NET MVC applications. This course describes how to use model binder in the ASP. net mvc framework to assist traditional ASP. NET Applications in object creation and data supplementation.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.