| |
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 "Screencast"
See all articles with
"Screencast"
| The Latest from www.leastprivilege.com | MORE | | Thinktecture.IdentityServer Beta 1 Watch the intro screencast on the codeplex site. I just upload beta 1 to codeplex. Please test this version and give me feedback. Some quick notes on setup. Use the setup tool to set the signing and SSL certificate. You can now also set the ACLs on the private key for your worker pool account. IIS is required. SSL for the IIS site the STS runs in is required. Users of the STS must be in the 'IdentityServerUsers' role. Admins of the STS must be in the 'IdentityServerAdministrators' roles. What’s new? Mainly smaller bits and pieces and some refactoring. What’s missing? IdentityServer www.leastprivilege.com - Friday, May 20, 2011 Progress on Thinktecture IdentityServer also recorded an intro screencast that briefly walks through the new codebase. I just uploaded the very first CTP1 of thinktecture IdentityServer to codeplex. wanted to make this code available to gather feedback and extended review. Keep in mind it is not done yet. Have fun! IdentityServer www.leastprivilege.com - Thursday, March 31, 2011 | | The Best from www.leastprivilege.com | MORE | | Thinktecture StarterSTS 1.0 RTW which is feature complete (and hopefully reasonably bug-free) and finally includes documentation as well as nine new screencasts on the various feature areas. Screencasts. Wow – I can’t tell you how happy and relieved I am to write this post ;). started to work with what’s now called WIF approximately two years ago – and built various security token services for customers, demos and internal use. checked-in the first public version of StarterSTS at 25th May 2009 and had 1861 download so far. Today I am announcing StarterSTS 1.0 Now that 1.0 Codeplex Site. link] (main). link]. www.leastprivilege.com - Saturday, April 3, 2010 Progress on Thinktecture IdentityServer also recorded an intro screencast that briefly walks through the new codebase. I just uploaded the very first CTP1 of thinktecture IdentityServer to codeplex. wanted to make this code available to gather feedback and extended review. Keep in mind it is not done yet. Have fun! IdentityServer www.leastprivilege.com - Thursday, March 31, 2011 | - Thinktecture.IdentityServer Beta 1
Watch the intro screencast on the codeplex site. I just upload beta 1 to codeplex. Please test this version and give me feedback. Some quick notes on setup. Use the setup tool to set the signing and SSL certificate. You can now also set the ACLs on the private key for your worker pool account. IIS is required. SSL for the IIS site the STS runs in is required. Users of the STS must be in the 'IdentityServerUsers' role. Admins of the STS must be in the 'IdentityServerAdministrators' roles. What’s new? Mainly smaller bits and pieces and some refactoring. What’s missing? IdentityServer www.leastprivilege.com - Friday, May 20, 2011 - StarterSTS 1.1
also recorded an updated screencast on delegation since some of the config settings have changed since the CTP. Earlier today I uploaded StarterSTS 1.1 and StarterRP 1.1 to codeplex. added identity delegation for internal as well as OpenID accounts and also updated StarterRP to show these features. www.leastprivilege.com - Thursday, June 10, 2010 - Updated StarterSTS Documentation & Identity Delegation Screencast
I recorded a short screencast describing the identity delegation feature in StarterSTS 1.1. You can watch it here. also uploaded an updated version of the documentation here. www.leastprivilege.com - Wednesday, May 26, 2010 - StarterSTS Version 0.92
There is also a new screencast that details the changes from the last version. I have an update to the StarterSTS up on codeplex. Have fun! www.leastprivilege.com - Tuesday, September 1, 2009 - Starter STS Screencasts
All two screencasts about the starter STS sample are online now: Setup & Overview ( download ). Advanced Topics & Configuration ( download ). www.leastprivilege.com - Wednesday, May 27, 2009 - Thinktecture Security Token Service Starter Kit
To make it even easier for you to setup and start using the STS, I have recorded a screencast that walks you through the installation and setup process. Download Setup&Overview Screencast. I am happy to announce the “Thinktecture STS Starter Kit” sample. The STS starter kit is a compact, easy to use identity provider that is completely based on the ASP.NET provider infrastructure. It is built using the Geneva framework Beta 2 bits and is a self contained web site with passive and active endpoints. The motivation behind writing this sample is twofold. tokens. Have fun! www.leastprivilege.com - Monday, May 25, 2009 %>
76 Articles match "Screencast"
See all articles with
"Screencast"
| The Latest from DevelopMentor | MORE | | Why Choose NoSQL and Document Databases over RDBMS Here is a short screencast which shows you the stark contrast in simplicity between an application using a relational database and one using a document database such as MongoDB, CouchDB, or RavenDB. Filed under: NoSQL Tagged: DevelopMentor , LearningLine , NoSQL , Online courses , Online learning , Screencasts. NoSQL DevelopMentor LearningLine Online courses Online learning Screencasts 'Do you want to know the biggest single reason you should choose document databases over SQL Server, Oracle, or MySQL? Hint: It’s not performance or scalability. Cheers, @mkennedy. Michael C. Kennedy's Weblog - Friday, May 3, 2013 Installing MongoDB on Windows and OS X Filed under: NoSQL Tagged: LearningLine , NoSQL , Open Source , Screencasts. NoSQL LearningLine Open Source Screencasts 'Ready to get started with NoSQL and MongoDB? Here are two 7-minute walkthroughs for installing MongoDB as a Windows service / OS X daemon. These are both excepts from my upcoming online MongoDB course for DevelopMentor. You can take the first 1 1/2 hours for free here: Early access: MongoDB and NoSQL for.NET developers. Windows: OS X: Feedback welcome. cheers. mkennedy. Michael C. Kennedy's Weblog - Thursday, May 2, 2013 Why Does WCF Reject Large Messages By Default? If you suspect you are hitting on of these limits the quickest way normally to diagnose this is to turn on tracing (I recorded a screencast here showing how). 'If you have been working with WCF for a while you may have noticed that, by default, messages over a certain size fail to get processed. The reason for this is that WCF tries to protect the message receiver from getting swamped with messages that will consume huge amounts of memory to process. The thing that controls this is the maxReceivedMessageSize on the binding which defaults to 64Kb. Prior to WCF 4.5 However, in WCF 4.5 DevelopMentor Courses - Monday, April 8, 2013 | -
| The Best from DevelopMentor | MORE | - Screencast: Refactoring with Partial Views in MVC
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. Filed under: Video Tagged: NET , ASP.NET , MVC , Screencasts , web. Video.NET ASP.NET MVC Screencasts webDownload the code: Refactoring-with-Partial-Views-in-MVC-Kennedy.zip. Michael C. Kennedy's Weblog - Thursday, November 1, 2012 - TDD Invades Space Invaders
Tags: DevelopMentor Screencasts Talks Unit Testing Michael C. Kennedy's Weblog - Wednesday, October 28, 2009 - Screencast: Strongly-Typed Views in ASP.NET MVC
In this screencast I discuss the how to create strongly-typed razor views in ASP.NET MVC. Filed under: Video Tagged: NET , MVC , Screencasts , Video. Video.NET MVC ScreencastsWe 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. Finally, we cover some of the tooling for generating views in Visual Studio. Download the code: Kennedy.Mvc.StronglyTypedViews.zip. Michael C. Kennedy's Weblog - Wednesday, October 31, 2012 - RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. You can also download the source code of the project built in the screencast. 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. - Screencast – Validating ASP.NET MVC Forms with DataAnnotations
Here’s a new screencast for you MVC guys and gals out there. 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. Filed under: Video Tagged: NET , MVC , Screencasts , Video , Visual Studio. Video.NET MVC Screencasts Visual StudioValidating ASP.NET MVC Forms with DataAnnotations. Michael C. Kennedy's Weblog - Friday, January 11, 2013 %>
| | |