| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
6 Articles match "MVC","Video"
| Related DevelopMentor Courses | MORE | | The #AngularJS $scope is not the MVC Model 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model In the previous post I showed how to create and use an MVC Controller in AngularJS to manage the logic of an application. This may lead you to believe that the $scope is the MVC Model used but you would be completely wrong. The $scope is not the MVC Model There is a common believe that the $scope object in AngularJS is the MVC Model, or ViewModel, but that is wrong. Take a good look at this video from Miško Hevery starting at about 0:29. The Problem Solver - Monday, April 15, 2013 Guerrilla.NET (US) Training LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. LINQ : Use LINQ to access objects, XML, and SQL relational data MVC : Learn the how build modern web applications using ASP.NET MVC 3.0 MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. beta) ASP.NET MVC 3.0: ASP.NET MVC 3.0: DevelopMentor Courses - Tuesday, March 1, 2011 Testing Views in Asp.Mvc For many years, the views (the html returned from an rendered MVC controller) were an extremely difficult thing to test. created a short video tutorial, and Jim Counts put together a fabulous 3 part blog + Sample Code. Video : Blog : Part 1 – Getting Started Part 2 – Working with Data Part 3 – Tackling the Build Server Code: https://bitbucket.org/magnifico/mvctestsiteLike many unreachable things, they were declared “not worth it” and ignored. Until now, with ApprovalTests we have created a “simple” way to test the rendered output of a view. DevelopMentor Courses - Saturday, May 19, 2012 |
15 Articles match "MVC","Video"
| The Latest from DevelopMentor | MORE | | The #AngularJS $scope is not the MVC Model 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model In the previous post I showed how to create and use an MVC Controller in AngularJS to manage the logic of an application. This may lead you to believe that the $scope is the MVC Model used but you would be completely wrong. The $scope is not the MVC Model There is a common believe that the $scope object in AngularJS is the MVC Model, or ViewModel, but that is wrong. Take a good look at this video from Miško Hevery starting at about 0:29. The Problem Solver - Monday, April 15, 2013 The #AngularJS $scope is not the MVC Model 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model In the previous post I showed how to create and use an MVC Controller in AngularJS to manage the logic of an application. This may lead you to believe that the $scope is the MVC Model used but you would be completely wrong. The $scope is not the MVC Model There is a common believe that the $scope object in AngularJS is the MVC Model, or ViewModel, but that is wrong. Take a good look at this video from Miško Hevery starting at about 0:29. The Problem Solver - Monday, April 15, 2013 Screencast – Validating ASP.NET MVC Forms with DataAnnotations Here’s a new screencast for you MVC guys and gals out there. Validating ASP.NET MVC Forms with DataAnnotations. In this short screencast, I will show you how to leverage ASP.NET MVC’s excellent model binding as well as the DataAnnotations attributes to easily add both server-side and client-side validation for MVC websites. Filed under: Video Tagged: NET , MVC , Screencasts , Video , Visual Studio. Video.NET MVC Screencasts Visual Studio Michael C. Kennedy's Weblog - Friday, January 11, 2013 | -
| The Best from DevelopMentor | MORE | - Introduction to ASP.NET MVC Routes
Here’s another screencast, this time on MVC and routing. In this short screencast, I’ll show you everything you need to know to get started with ASP.NET MVC routing. You’ll see how default routes in MVC map to controllers and actions. Filed under: Video Tagged: NET , MVC , Screencasts. Video.NET MVC ScreencastsNext you’ll see how to map additional data from query-strings in addition to simple route data. Finally, we’ll create a custom route to pass additional data in a clean, URL based manor. Michael C. Kennedy's Weblog - Monday, December 3, 2012 - Understanding the MVC Project Folder Structure (ASP.NET MVC Foundations Series)
Here’s a short screencast I did on understanding the ASP.NET MVC folder structure. As As you will see, MVC uses the philosophy of convention over configuration. But you must understand how MVC expects you to layout your project. Filed under: Video Tagged: NET , MVC , Screencasts , Visual Studio. Video.NET MVC Screencasts Visual StudioThere are many benefits to this. You simply drop a file here or there, give a class a certain name, etc, and things start to happen. Cheers, @mkennedy. Michael C. Kennedy's Weblog - Friday, October 12, 2012 - Screencast: Refactoring with Partial Views in MVC
In this screencast, I show you how to create maintainable and readable ASP.NET MVC razor views by refactoring them into smaller, reusable blocks with partial views. Download the code: Refactoring-with-Partial-Views-in-MVC-Kennedy.zip. Filed under: Video Tagged: NET , ASP.NET , MVC , Screencasts , web. Video.NET ASP.NET MVC Screencasts web Michael C. Kennedy's Weblog - Thursday, November 1, 2012 - Nested Layouts in ASP.NET MVC
In this screencast, Michael Kennedy shows you how easy it is to create ASP.NET MVC layout pages based on existing layout pages. This let’s you achieve a nested layout which you can compose to build beautiful websites in MVC with minimal code duplication or effort. Filed under: Video Tagged: NET , ASP.NET , MVC , Screencasts , tips , Video. Video.NET ASP.NET MVC Screencasts tipsYou can download the code if you’re interested. Michael C. Kennedy's Weblog - Friday, November 30, 2012 - Screencast: Strongly-Typed Views in ASP.NET MVC
In this screencast I discuss the how to create strongly-typed razor views in ASP.NET MVC. Filed under: Video Tagged: NET , MVC , Screencasts , Video. Video.NET MVC ScreencastsWe look at how Models can be used to pass data (both simple and complex) from controller action methods down to razor views. We also look at the concept of ViewModels which hold aggregate data to pass to views. Finally, we cover some of the tooling for generating views in Visual Studio. Download the code: Kennedy.Mvc.StronglyTypedViews.zip. Michael C. Kennedy's Weblog - Wednesday, October 31, 2012 - Screencast – Validating ASP.NET MVC Forms with DataAnnotations
Here’s a new screencast for you MVC guys and gals out there. Validating ASP.NET MVC Forms with DataAnnotations. In this short screencast, I will show you how to leverage ASP.NET MVC’s excellent model binding as well as the DataAnnotations attributes to easily add both server-side and client-side validation for MVC websites. Filed under: Video Tagged: NET , MVC , Screencasts , Video , Visual Studio. Video.NET MVC Screencasts Visual Studio Michael C. Kennedy's Weblog - Friday, January 11, 2013 - Screencast: ViewBag and View Data in ASP.NET MVC
In this screencast I discuss the ViewBag and ViewData properties in ASP.NET MVC. Filed under: Uncategorized , Video Tagged: NET , MVC , Screencasts , Video , Visual Studio. Uncategorized Video.NET MVC Screencasts Visual StudioWe look at how they can be used to pass data (both simple and complex) from controller action methods down to razor views. Download the code: Code-Kennedy.Mvc.ViewBagsAndViewData.zip. Michael C. Kennedy's Weblog - Tuesday, October 30, 2012 %>
| | |