| |
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.
|
16 Articles match "Video","Web"
| Related DevelopMentor Courses | MORE | | What’s new in ApprovalTests.Net v.20? To learn more about approving email messages, watch this video. Testing Email with ApprovalTests FileLauncher with DelayReporter There has been a great deal of demand to use Cassini-dev after Jim Counts demo’d it during his ASPConf video on testing ASP.MVC views. Unfortunately, when using this method it’s a bit tricky to use a file launcher, since the web server dies BEFORE the browser can hit it. ASP routing support As community contributor, Krzysztof Ko?mic This can be particularly troublesome when changing an existing, unfamiliar piece of code. Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 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. oData : Expose your SQL data sources to rich clients and RIA web applications using WCF Data Services and oData. 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 class] Movie Night + Video Games + LAN Party +. assuming Silverlight 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Testing Asp.Net pages Note : If you want to test something that isn’t the “end result” of a web page, simply pull that logic into a separate classmethoddll and test it normally. TestMethod) Architecture : The Normal architecture when testing web pages is as follows The strategy I've developed is very simular to this, but allows for better "test functionality" by adding a test method IN the aspx page, and then allowing a secret handshake, or backdoor to the aspx page to run that scenario. Here’s a video of the whole thing in action. This is for testing the final output of the page. Asp.Net Aspx DevelopMentor Courses - Sunday, July 3, 2011 |
27 Articles match "Video","Web"
| The Latest from DevelopMentor | MORE | | Screencast: Refactoring with Partial Views in MVC Filed under: Video Tagged: NET , ASP.NET , MVC , Screencasts , web. Video.NET ASP.NET MVC Screencasts webIn 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. Michael C. Kennedy's Weblog - Thursday, November 1, 2012 What’s new in ApprovalTests.Net v.20? To learn more about approving email messages, watch this video. Testing Email with ApprovalTests FileLauncher with DelayReporter There has been a great deal of demand to use Cassini-dev after Jim Counts demo’d it during his ASPConf video on testing ASP.MVC views. Unfortunately, when using this method it’s a bit tricky to use a file launcher, since the web server dies BEFORE the browser can hit it. ASP routing support As community contributor, Krzysztof Ko?mic This can be particularly troublesome when changing an existing, unfamiliar piece of code. Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 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 | -
| 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. The problem with IE9 and FireFox not playing the movie has to do with video formats. HTML5 Video demo. 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. Part 4 – Silverlight and Web Identity Integration. Over the weekend I worked a little more on my ACS2 sample. Have fun ;). Part 1 – Overview. watch. Part 2 – SOAP Service and Client. watch. watch. www.leastprivilege.com - Tuesday, May 24, 2011 - Screencast: Refactoring with Partial Views in MVC
Filed under: Video Tagged: NET , ASP.NET , MVC , Screencasts , web. Video.NET ASP.NET MVC Screencasts webIn 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. Michael C. Kennedy's Weblog - Thursday, November 1, 2012 - RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. Finally, if you're willing to do without video you can download just the audio as an MP3. 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. - 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 - MongoDB vs. SQL Server 2008 Performance Showdown
The audio and video isn’t too hot, but the content is. The scenario: Model a data intensive web application aiming to support as many concurrent users as possible. There will be users from the web application itself. 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. Your Turn. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Getting Started with WCF and Rest Services recording
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. 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. Enjoy! www.TheProblemSolver.nl The Problem Solver - Thursday, October 27, 2011 %>
| | |