| |
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.
|
13 Articles match "Build","Video"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training Multithreading : Build efficient multithreaded processing using new lightweight concurrent data structures. 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. DI/IoC : Use powerful OO design patterns and techniques to build loosely-coupled, testable, and maintainable applications including Dependency Injection (DI), Inversion of Control (IoC), and unit testing. and jQuery. DevelopMentor Courses - Tuesday, March 1, 2011 Testing Views in Asp.Mvc 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/mvctestsiteFor many years, the views (the html returned from an rendered MVC controller) were an extremely difficult thing to test. Like 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 What’s New in ApprovalTests.Net v.18? 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. This is very useful for Build Systems where you want to override the behavior of the reporters. will make videos about this approach soon. assembly: FrontLoadedReporter( typeof (NCrunchReporter))] This is only allowed at the assembly level, and must be a IEnvironmentAwareReporter. don’t know how this didn’t exist from the very start. Both are fixed now. DevelopMentor Courses - Tuesday, April 10, 2012 |
26 Articles match "Build","Video"
| 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. LearningLine instructors are professional software developers with real-world experience building applications with the technology you are learning right now. I am very proud to announce an exciting new online learning platform from DevelopMentor : [link]. At DevelopMentor we have been thinking deeply about online training. Google+. Michael C. Kennedy's Weblog - Monday, February 18, 2013 Nested Layouts in ASP.NET MVC 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. In this screencast, Michael Kennedy shows you how easy it is to create ASP.NET MVC layout pages based on existing layout pages. You can download the code if you’re interested. Video.NET ASP.NET MVC Screencasts tips Michael C. Kennedy's Weblog - Friday, November 30, 2012 Testing Views in Asp.Mvc 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/mvctestsiteFor many years, the views (the html returned from an rendered MVC controller) were an extremely difficult thing to test. Like 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 | -
| The Best from DevelopMentor | MORE | - Building a Cloud OS for.NET Developers - Part 1
If you haven’t heard of it, I did a video walk-through here: Boot to VHD Screencast: [link]. Let’s talk about cloud operating systems. This article explores the options and potential of moving entirely “To The Cloud” for developers who normally demand significant offline power from their applications (IDEs, compilers, debuggers, etc). We’ll focus on.NET / Visual Studio developers, but I’m sure you can adapt this to your technology of choice. ve been fascinated with what Google is doing with Chrome OS. think finding a way to fully “live in the cloud” has a lot of promise. Good luck! - 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. Thanks to all who attended my webcast yesterday. Read the readme in the zip … Continue reading → DevelopMentor Speaking.NET ASP.NET LINQ MVC NoSQL Screencasts Visual Studio Michael C. Kennedy's Weblog - Wednesday, April 11, 2012 - RESTful Web Services with WCF Screencast
cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. Finally, if you're willing to do without video you can download just the audio as an MP3. I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). All content copyright Michael C. Kennedy. - Testing Views in Asp.Mvc
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/mvctestsiteFor many years, the views (the html returned from an rendered MVC controller) were an extremely difficult thing to test. Like 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 - Getting Started with WCF and Rest Services recording
You can watch the video stream from here or download the file, even in mobile format, from here. And besides this screencast there are a lot of other interesting videos to watch there Session abstract In this session Maurice de Beijer will show you how to get started building REST services. He will demonstrate building REST services using the new WCF Web API. The recording for the webinar I did on October 4th about getting started with REST services and the WCF Web API is available on the DevelopMentor website. Enjoy! www.TheProblemSolver.nl The Problem Solver - Thursday, October 27, 2011 - Nested Layouts in ASP.NET MVC
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. In this screencast, Michael Kennedy shows you how easy it is to create ASP.NET MVC layout pages based on existing layout pages. You can download the code if you’re interested. Video.NET ASP.NET MVC Screencasts tips Michael C. Kennedy's Weblog - Friday, November 30, 2012 - What’s New in ApprovalTests.Net v.18?
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. This is very useful for Build Systems where you want to override the behavior of the reporters. will make videos about this approach soon. assembly: FrontLoadedReporter( typeof (NCrunchReporter))] This is only allowed at the assembly level, and must be a IEnvironmentAwareReporter. don’t know how this didn’t exist from the very start. Both are fixed now. DevelopMentor Courses - Tuesday, April 10, 2012 %>
| | |