| |
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.
|
9 Articles match "Video","Visual Studio"
| Related DevelopMentor Courses | MORE | | Tooling stack of testing Asp.MVC Views watch the video here ] While I am always happy to see more ApprovalTesting in the world, I was also impressed with the full tooling stack Jim used throughout the presentation. Here’s the List CassiniDev Inline webserver NCrunch Continuous Test Runner GitHub for Windows Source Control CruiseControl.Net Continuous Integration TortoiseDiff Diff Viewer (part of TortoiseSVN) Code Rush Productivity Enhancement for Visual Studio NuGet.Net Package Manager It was great to see this level of professionalism in a demo session; an area usually reserved for cowboy programming of hello world demos. DevelopMentor Courses - Sunday, July 22, 2012 Guerrilla.NET (US) Training You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2010. class] Movie Night + Video Games + LAN Party +. class] Movie Night + Video Games + LAN Party +. From there we will build out a.NET application using LINQ and MongoDB in a series of interactive demos using Visual Studio 2010 and C#. Power Debugging with WinDBG For many developers debugging tools start and end with Visual Studio. class] Movie Night + Video Games + LAN Party +. dynamic typing from C# 4.0, DevelopMentor Courses - Tuesday, March 1, 2011 What’s New in ApprovalTests.Net v.18? This is especially nice for… CodeCompareReporter My new favorite text diff tool is Code Compare, mainly because it integrates directly into Visual Studio 2010. will make videos about this approach soon. FrontLoadedReporter IEnviromentAwareReport Upgrades CodeCompareReporter DictionarySupport EF and Mvc3 additions Bug Fixes FrontLoadedReporter Attribute (For Build Systems) You can now add the following code to your assembly. assembly: FrontLoadedReporter( typeof (NCrunchReporter))] This is only allowed at the assembly level, and must be a IEnvironmentAwareReporter. DevelopMentor Courses - Tuesday, April 10, 2012 |
25 Articles match "Video","Visual Studio"
| The Latest from DevelopMentor | MORE | | Announcing LearningLine: Instructor-led online training from DevelopMentor Here’s a short 3-minute video which will give you a quick overview. Some developers choose online video libraries. This is why LearningLine uses multiple learning modalities including videos, articles, code demos, and exercises. Filed under: DevelopMentor Tagged: NET , ASP.NET , DevelopMentor , MSDN , Open Source , Screencasts , Speaking , tips , Tools , Visual Studio. DevelopMentor.NET ASP.NET MSDN Open Source Screencasts Speaking tips Tools Visual StudioAt DevelopMentor we have been thinking deeply about online training. Google+. Michael C. Kennedy's Weblog - Monday, February 18, 2013 Screencast – Validating ASP.NET MVC Forms with DataAnnotations Filed under: Video Tagged: NET , MVC , Screencasts , Video , Visual Studio. Video.NET MVC Screencasts Visual StudioHere’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. Michael C. Kennedy's Weblog - Friday, January 11, 2013 Screencast: Strongly-Typed Views in ASP.NET MVC Finally, we cover some of the tooling for generating views in Visual Studio. Filed under: Video Tagged: NET , MVC , Screencasts , Video. In this screencast I discuss the how to create strongly-typed razor views in ASP.NET MVC. We 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. Download the code: Kennedy.Mvc.StronglyTypedViews.zip. Video.NET MVC Screencasts Michael C. Kennedy's Weblog - Wednesday, October 31, 2012 | -
| The Best from DevelopMentor | MORE | - Asynchronous Programming in.NET 4.5 (Video)
Filed under: DevelopMentor , Video Tagged: NET , Screencasts , Threading , Visual Studio. DevelopMentor Video.NET Screencasts Threading Visual StudioHere’s a recording of a webcast I did for DevelopMentor covering.NET 4.5 and.NET 4 asynchrouns programming concepts, including Task<T> , async , and await. Enjoy! mkennedy. PS – Be sure to watch it in 720p quality. - Building a Cloud OS for.NET Developers - Part 1
We’ll focus on.NET / Visual Studio developers, but I’m sure you can adapt this to your technology of choice. At the same time I need to be able to fire up Visual Studio and do some work with an unreliable or nonexistent Internet connection So I’m keeping my current “full” Windows system intact. If you haven’t heard of it, I did a video walk-through here: Boot to VHD Screencast: [link]. What about Visual Studio? You may be thinking, “I * NEED * Visual Studio 2010”. We’ll talk about Visual Studio soon. So we have. - Understanding the MVC Project Folder Structure (ASP.NET MVC Foundations Series)
Filed under: Video Tagged: NET , MVC , Screencasts , Visual Studio. Video.NET MVC Screencasts Visual StudioHere’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. There 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. But you must understand how MVC expects you to layout your project. Cheers, @mkennedy. Michael C. Kennedy's Weblog - Friday, October 12, 2012 - Screencast – Validating ASP.NET MVC Forms with DataAnnotations
Filed under: Video Tagged: NET , MVC , Screencasts , Video , Visual Studio. Video.NET MVC Screencasts Visual StudioHere’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. Michael C. Kennedy's Weblog - Friday, January 11, 2013 - Screencast: ViewBag and View Data in ASP.NET MVC
Filed under: Uncategorized , Video Tagged: NET , MVC , Screencasts , Video , Visual Studio. Uncategorized Video.NET MVC Screencasts Visual StudioIn this screencast I discuss the ViewBag and ViewData properties in ASP.NET MVC. We 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 - Announcing LearningLine: Instructor-led online training from DevelopMentor
Here’s a short 3-minute video which will give you a quick overview. Some developers choose online video libraries. This is why LearningLine uses multiple learning modalities including videos, articles, code demos, and exercises. Filed under: DevelopMentor Tagged: NET , ASP.NET , DevelopMentor , MSDN , Open Source , Screencasts , Speaking , tips , Tools , Visual Studio. DevelopMentor.NET ASP.NET MSDN Open Source Screencasts Speaking tips Tools Visual StudioAt DevelopMentor we have been thinking deeply about online training. Google+. Michael C. Kennedy's Weblog - Monday, February 18, 2013 - Downloads from Building Rich Input Forms in ASP.NET MVC Webcast
Here is the recorded video, slides, and demo application. Slides: Kennedy-Rich-Forms-with-ASP.NET-MVC-Slides.zip Demo Application: Kennedy-MVC-Forms-Demo.zip Video Recording: Remember, you’ll need to run MongoDB to make the web app work. Read the readme in the zip … Continue reading → DevelopMentor Speaking.NET ASP.NET LINQ MVC NoSQL Screencasts Visual StudioThanks to all who attended my webcast yesterday. Michael C. Kennedy's Weblog - Wednesday, April 11, 2012 %>
| | |