| |
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.
|
4 Articles match "Video"
See all articles with
"Video"
| The Latest from Tony and Zuzana's World | MORE | | SSD + SATA = Best of Both Worlds Besides, a lot of space is for things like videos and audio that don’t need the blinding speed of SSD, which I wanted to reserve for the stuff I use all the time, like the main OS, programs, documents, and my Windows VM. kept my applications, Windows VM and most of my documents on the SSD to take advantage of faster access speed, but placed the other stuff on the SATA, as well as space-hogging video files. Every once and a while I pull something off that makes me smile. While I enjoyed the improved speed of the solid state drive, I soon ran out of space. Personal Technical Apple DevelopMentor Courses - Monday, April 2, 2012 Webinar: MEF Explained also presented a webinar on the topic (video download available soon). In the process of updating my Exploring.NET course for DevelopMentor, I’ve authored a module on the Managed Extensibility Framework , or MEF for short. Here are the slides and code for that session. Glenn Block , the principal architect of MEF, has written a very good article on MEF in the Feb 2010 issue of MSDN Magazine, where he provides plenty of code samples. Rather than repeating those here, I’ll limit myself to explaining the overall architecture of MEF and how the various pieces fit together. Tony and Zuzana's World - Friday, November 19, 2010 Webinar: N-Tier Entity Framework with DTOs The screencast video is now available to be streamed or downloaded. I recently delivered a free webinar for DevelopMentor on n-tier application development using Entity Framework 4.0. In it I explained how to use what I call “Trackable Data Transfer Objects” to achieve the same result as “Self-Tracking Entities” but using a more lightweight tracking mechanism to achieve better interoperability, as I outlined in this blog post. The slides and code for the presentation are also available. Tony and Zuzana's World - Wednesday, April 21, 2010 | | The Best from Tony and Zuzana's World | MORE | | Webinar: N-Tier Entity Framework with DTOs The screencast video is now available to be streamed or downloaded. I recently delivered a free webinar for DevelopMentor on n-tier application development using Entity Framework 4.0. In it I explained how to use what I call “Trackable Data Transfer Objects” to achieve the same result as “Self-Tracking Entities” but using a more lightweight tracking mechanism to achieve better interoperability, as I outlined in this blog post. The slides and code for the presentation are also available. Tony and Zuzana's World - Wednesday, April 21, 2010 Learn What’s New in Entity Framework 4.0! Update: Here are links to the recorded session: stream video , download video. I’ll be presenting a free DevelopMentor web cast on Tuesday Dec 8, 2009 at 9:00 am (Pacific Standard Time) on new features in Entity Framework 4.0. There’s way too much that’s new to cover in a 90 minute web cast, but we’ll be focusing on the biggies: POCO Classes. T4 Code-Generation Templates. Lazy Loading. Change-Tracking Options. Model-First and Code-Only Approaches. Tier Support. To sign up, register here: [link]. For a little background on myself, here’s my bio. Tony and Zuzana's World - Saturday, December 12, 2009 Webinar: MEF Explained also presented a webinar on the topic (video download available soon). In the process of updating my Exploring.NET course for DevelopMentor, I’ve authored a module on the Managed Extensibility Framework , or MEF for short. Here are the slides and code for that session. Glenn Block , the principal architect of MEF, has written a very good article on MEF in the Feb 2010 issue of MSDN Magazine, where he provides plenty of code samples. Rather than repeating those here, I’ll limit myself to explaining the overall architecture of MEF and how the various pieces fit together. Tony and Zuzana's World - Friday, November 19, 2010 | - SSD + SATA = Best of Both Worlds
Besides, a lot of space is for things like videos and audio that don’t need the blinding speed of SSD, which I wanted to reserve for the stuff I use all the time, like the main OS, programs, documents, and my Windows VM. kept my applications, Windows VM and most of my documents on the SSD to take advantage of faster access speed, but placed the other stuff on the SATA, as well as space-hogging video files. Every once and a while I pull something off that makes me smile. While I enjoyed the improved speed of the solid state drive, I soon ran out of space. Personal Technical Apple DevelopMentor Courses - Monday, April 2, 2012 %>
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 %>
| | |