ASP.NET MVC 2 and 3 Using Visual C# 2010 [2011, ENG]

seeders: 6
leechers: 0
Added 15 years ago by messmero in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

ASP.NET MVC 2 and 3 Using Visual C# 2010 [2011, ENG] (Size: 1.51 GB)
  Module 01
  01. Introduction
  01. Introduction.wmv 7.56 MB
  02. Introduction.wmv 46.26 MB
  03. Summary.wmv 1006.78 KB
  02. Building an MVC Application
  01. Introduction.wmv 3.7 MB
  02. Building an MVC Application.wmv 47.6 MB
  03. Summary.wmv 76.07 KB
  03. MVC Code
  01. Introduction.wmv 597.83 KB
  02. MVC Code.wmv 59.16 MB
  03. Summary.wmv 1.39 MB
  Module 02
  04. Controllers
  01. Introduction.wmv 3.21 MB
  02. Controllers.wmv 51.25 MB
  03. Summary.wmv 940.5 KB
  05. Controller Actions
  01. Introduction.wmv 1.99 MB
  02. Controller Actions.wmv 33.39 MB
  03. Summary.wmv 77.48 KB
  06. Action Results
  01. Introduction.wmv 592.19 KB
  02. Action Results.wmv 58.6 MB
  03. Summary.wmv 1.42 MB
  Module 03
  07. Data and Business Rules
  01. Introduction.wmv 5.75 MB
  02. Data and Business Rules.wmv 55.68 MB
  03. Summary.wmv 1.75 MB
  08. Entity Framework Model
  01. Introduction.wmv 3.04 MB
  02. Entity Framework Model.wmv 79.19 MB
  03. Summary.wmv 77.48 KB
  09. Data Validation
  01. Introduction.wmv 597.83 KB
  02. Data Validation.wmv 37.41 MB
  03. Summary.wmv 1.42 MB
  Module 04
  10. Views
  01. Introduction.wmv 7.45 MB
  02. Views.wmv 54.18 MB
  03. Summary.wmv 76.07 KB
  11. HTML Helper Methods
  01. Introduction.wmv 599.24 KB
  02. HTML Helper Methods.wmv 55.44 MB
  03. Summary.wmv 1.08 MB
  Module 05
  12. HTML Helpers
  01. Introduction.wmv 7.59 MB
  02. HTML Helpers.wmv 112.36 MB
  03. Summary.wmv 73.25 KB
  13. Strongly Typed and Template
  01. Introduction.wmv 578.09 KB
  02. Strongly Typed and Template.wmv 93.13 MB
  03. Summary.wmv 73.25 KB
  14. Action Filters
  01. Introduction.wmv 544.25 KB
  02. Action Filters.wmv 89.44 MB
  03. Summary.wmv 1.15 MB
  Module 06
  15. Routing
  01. Introduction.wmv 4.27 MB
  02. Routing.wmv 84.19 MB
  03. Summary.wmv 73.25 KB
  16. Routing and Generating URLs
  01. Introduction.wmv 586.55 KB
  02. Routing and Generating URLs.wmv 100.46 MB
  03. Summary.wmv 2.4 MB
  Module 07
  17. MVC and Ajax
  01. Introduction.wmv 3.85 MB
  02. MVC and Ajax.wmv 70.99 MB
  03. Summary.wmv 73.25 KB
  18. MVC Ajax Features
  01. Introduction.wmv 554.12 KB
  02. MVC Ajax Features.wmv 36.48 MB
  03. Summary.wmv 73.25 KB
  19. Submitting Ajax Forms
  01. Introduction.wmv 559.76 KB
  02. Submitting Ajax Forms.wmv 75.93 MB
  03. Summary.wmv 1.64 MB
  Module 08
  20. MVC 3 and Razor
  01. Introduction.wmv 5.51 MB
  02. MVC 3 and Razor.wmv 83 MB
  03. Summary.wmv 73.25 KB
  21. New MVC 3 Features
  01. Introduction.wmv 554.12 KB
  02. New MVC 3 Features.wmv 41.63 MB
  03. Summary.wmv 73.25 KB
  22. View and Controller Changes
  01. Introduction.wmv 563.99 KB
  02. View and Controller Changes.wmv 103.53 MB
  03. Summary.wmv 916.53 KB

Description


Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)

ASP.NET MVC 2 and 3 Using Visual C# 2010

Год выпуска: 2011
Производитель: appdev.com
Автор: Don Kiely
Продолжительность: 16 часов
Тип раздаваемого материала: Видеоурок
Язык: Английский

Описание: ASP.NET MVC is a fascinating technology that provides an alternative to Web forms for building Web applications. Instead of building pages using server controls that provide relatively little control over the HTML they produce, MVC gives you complete control. The course starts with an introduction to ASP.NET MVC and the Model-View-Controller pattern on which it is based. You’ll learn about the main differences between MVC and Web forms applications, and see how to build a simple MVC application with Visual Studio. Then you’ll explore each of the three main components of an MVC application. Next, you’ll explore models, which encapsulate the data and business rules of an application. You’ll learn that there are almost no limitations in how you provide data to an MVC application. Then you’ll get into views, the user interface of an MVC application. Next, you'll explore models, which encapsulate the data and business rules of an application. You'll learn that there are almost no limitations in how you provide data to an MVC application. Then you'll get into views, the user interface of an MVC application. You'll then move on to HTML Helpers and Action Filters where you'll also learn about custom helpers and filters. Routing and URLs are the next subjects where you'll see ho to create route constraints and other items. In the next section you'll be introduced to AJAX and jQuery libraries and how to use them with MVC. In the last section of the course you'll see the upcoming enhancements for MVC 3.0.

In this course, you will learn:
Differences between MVC and Web forms applications
How to create controllers and actions to manage the workflow of an application
About methods and results, and how to write code to implement each
That there are almost no limitations in how you provide data to an MVC application
How to implement a model using both custom classes and Entity Framework data models
How to centralize data validation using a model.
Interact with data provided by the controller
Some of the ways to add content to a view
About using HTML Helpers in MVC
How action and custom filters are important for your application
That you can be creative with naming of your Application URLs
The importance and usage of Routing and Web Forms
How AJAX and jQuery libraries can add functionality to your application without increasing development time
About working with JSON data
What new features will be coming MVC 3

Prerequisites: This course assumes that you are familiar and experienced with Microsoft’s .NET Framework and ASP.NET development tools. You should be familiar with Web development and understand how HTTP and HTML work to produce Web pages for the user. You should have experience writing applications with ASP.NET 3.5 or later Web forms, and be familiar with how ASP.NET processes page requests, and have strong experience with .NET Framework 3.5 or later programming. You should have experience with Visual Studio 2008 or later for building Web application projects. Experience with building database applications using these tools will be helpful, although not strictly necessary.
[spoiler="Содержание"]
Introduction to ASP.NET MVC

The Model-View-Controller Pattern
Differences Between MVC and Web Forms Applications
Building a Simple MVC Application with Visual Studio

Working with Controllers and Actions

Using a Controller to Manage the Application
Controller Actions
Returning Action Results

Creating MVC Models

Data and Business Rules in MVC Applications
Creating a Custom Data Model
Creating an Entity Framework Model
Data Validation and Data Annotations

Using MVC Views

Views in ASP.NET MVC
Creating Views
Adding Content to a View

HTML Helpers and Action Filters

Using HTML Helpers in MVC
Creating a Custom Helper
Using Action Filters
Creating a Custom Filter

Routing and URLs

Customizing Application URLs
Creating Route Constraints
Routing and Web Forms

Using MVC and AJAX and jQuery

Introducing the AJAX and jQuery Libraries
Integrating Client-Side Script with MVC
Using the MVC AJAX Helpers
Working with JSON Data

MVC 3 Enhancements

New Features that Build on Old Libraries
The Razor View Engine
Controller Enhancements
[/spoiler]
Файлы примеров: отсутствуют
Формат видео: WMV
Видео: WMV, 800x592/640x480, 15/25 fps, 646/271 kbps (основной материал/заставки)
Аудио: WMA, 44100Hz, 48 kb/s, Mono
[spoiler="Скриншоты"]

[/spoiler]
Доп. информация: Первая половина данного курса (первых 4 модуля) была выложена в другой раздаче, здесь все 8 модулей. Необходимо отметить, что почти весь курс посвящен MVC2, и только в последнем, 8-м модуле рассказывается об MVC3.

Related Torrents

torrent name size uploader age seed leech
0
0
0
0
0