| |
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.
|
39 Articles match "Video"
See all articles with
"Video"
| The Latest from Michael C. Kennedy's Weblog | 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. 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. We wanted to create an environment that combines the best parts of online learning and classroom training, the best parts of self-directed exploration and expert-led mentoring. 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. 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. Video.NET MVC Screencasts Visual Studio Michael C. Kennedy's Weblog - Friday, January 11, 2013 Introduction to ASP.NET MVC Routes Filed under: Video Tagged: NET , MVC , Screencasts. 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. Next 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. Video.NET MVC Screencasts Michael C. Kennedy's Weblog - Monday, December 3, 2012 | | The Best from Michael C. Kennedy's Weblog | MORE | | MongoDB vs. SQL Server 2008 Performance Showdown The audio and video isn’t too hot, but the content is. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Those were. Ease-of-use and deployment. Performance. For ease-of-use, you’ll have to want to read the original article. But first, here’s a new twist on an old proverb: “Data is money”. Fair enough. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 Asynchronous Programming in.NET 4.5 (Video) Filed under: DevelopMentor , Video Tagged: NET , Screencasts , Threading , Visual Studio. Here’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. DevelopMentor Video.NET Screencasts Threading Visual Studio Michael C. Kennedy's Weblog - Monday, July 23, 2012 RESTful Web Services with WCF Screencast 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). 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. All content copyright Michael C. Kennedy. Michael C. Kennedy's Weblog - Tuesday, March 24, 2009 | - TDD Invades Space Invaders
For remote collaboration we use : Skype (audio / video) VNC for screen keyboard sharing RDP (windows remote desktop) -- requires Windows 2003/2008 server for pairing. A joint post by Llewellyn Falco and Michael Kennedy. As a follow-up to our " Avoiding 5 Common Pitfalls in Unit Testing " article we did a webcast where we took a problem from the audience and solved it live and unrehearsed on stage. These kinds of performances are always a risk but that's part of what makes them fun. Of course, the question is could we have done it better? This is OK. Create a 15x10 board. // 2. win }. Michael C. Kennedy's Weblog - Wednesday, October 28, 2009 - Introduction to ASP.NET MVC Routes
Filed under: Video Tagged: NET , MVC , Screencasts. 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. Next 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. Video.NET MVC Screencasts Michael C. Kennedy's Weblog - Monday, December 3, 2012 - 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! - 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. 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. We wanted to create an environment that combines the best parts of online learning and classroom training, the best parts of self-directed exploration and expert-led mentoring. Michael C. Kennedy's Weblog - Monday, February 18, 2013 - Screencast: Refactoring with Partial Views in MVC
Filed under: Video Tagged: NET , ASP.NET , MVC , Screencasts , web. 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. Video.NET ASP.NET MVC Screencasts web Michael C. Kennedy's Weblog - Thursday, November 1, 2012 - Understanding the MVC Project Folder Structure (ASP.NET MVC Foundations Series)
Filed under: Video Tagged: NET , MVC , Screencasts , Visual Studio. 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. 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. Video.NET MVC Screencasts Visual Studio Michael C. Kennedy's Weblog - Friday, October 12, 2012 - Getting Things Done with Backpack and 37Signals
note: if you aren't familiar with Backpack yet, watch these short videos before going on.). . [Note: You can download this post as a PDF.]. Here's an article about Getting Things Done and how I use Backpack from 37Signals to make it happen. I've recently taken on some roles where I have a lot more loose-ends in my life and adopting Getting Things Done (GTD) has really helped manage everything. I'm also a huge fan of the 37Signals suite of products ( Backpack , Basecamp , etc). So using 37Signals to implement Getting Things Done (GTD) was the obvious choice for me. Check Lists. Michael C. Kennedy's Weblog - Sunday, January 30, 2011 %>
120 Articles match "Video"
See all articles with
"Video"
| The Latest from DevelopMentor | MORE | | The #AngularJS $scope is not the MVC Model Take a good look at this video from Miško Hevery starting at about 0:29. BTW the rest of this video is highly recommended as well. '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. In this post I showed how to use the $scope variable that is passed into the Controller to share data between the Controller and the View. Now that sounds awfully like a model but it isn’t. If you don’t have a “.” The Problem Solver - Monday, April 15, 2013 The #AngularJS $scope is not the MVC Model Take a good look at this video from Miško Hevery starting at about 0:29. BTW the rest of this video is highly recommended as well. '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. In this post I showed how to use the $scope variable that is passed into the Controller to share data between the Controller and the View. Now that sounds awfully like a model but it isn’t. If you don’t have a “.” The Problem Solver - Monday, April 15, 2013 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. 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. We wanted to create an environment that combines the best parts of online learning and classroom training, the best parts of self-directed exploration and expert-led mentoring. Michael C. Kennedy's Weblog - Monday, February 18, 2013 | -
| The Best from DevelopMentor | MORE | - HTML5 Video
Video has always been a difficult thing on the web. After all you just add a video element, set the source and you are good to go right? If you create a page like this: HTML5 Video demo. video. {. < video poster ="[link]. autoplay > HTML5 Video element not supported. However when I open the page in Internet Exporer 9 or FireFox we get this: The video element loads the movie poster but it doesn’t start playing. And that even though according to CanIUse.com the video element is supported on the current version of Safari I am running. The Problem Solver - Tuesday, December 13, 2011 - Access Control Service: Walkthrough Videos of Web Application, SOAP, REST and Silverlight Integration
Instead of writing it all down, I decided to quickly record four short videos that cover the relevant features and code. This video does a quick walkthrough of the solution and shows the web application part. This video shows how to wire up the service to ACS and hows how to create a client that first requests a token from an IdP and then sends this token to ACS. Over the weekend I worked a little more on my ACS2 sample. Have fun ;). Part 1 – Overview. This includes driving the sign in UI via JavaScript (thanks Matias) as well as the registration logic I wrote about here. www.leastprivilege.com - Tuesday, May 24, 2011 - HTML5 Presentatie slides en demo
DotNed dotnetmag HTML5 Modernizr WebSockets WebWorkers ChromeFrame VideoDe PowerPoint slides en de demo code van mijn HTML5 presentatie van gisteravond zijn nu beschikbaar. Voor de liefhebbers ook online via SlideShare. HTML5 Overview View more presentations from Maurice Beijer Met dank aan 4DotNet die de sponsor was van deze bijeenkomst. Enjoy! TheProblemSolver DotNetEvents. The Problem Solver - Friday, January 6, 2012 - Asynchronous Programming in.NET 4.5 (Video)
Filed under: DevelopMentor , Video Tagged: NET , Screencasts , Threading , Visual Studio. Here’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. DevelopMentor Video.NET Screencasts Threading Visual Studio - HTML5 Slides and Samples
Futures HTML5 Modernizr WebSockets WebWorkers Video IEThe slides and samples from the HTML5 talk I did yesterday at the DevelopMentor office in London. HTML5 from Maurice Beijer Enjoy! The Problem Solver - Thursday, October 18, 2012 %>
| | |