| |
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.
|
8 Articles match "Sample"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training The interaction between Agile Development and these principles will be demonstrated using several code samples. C# : Leverage new features of C# including asynchronous methods from C# 5.0, dynamic typing from C# 4.0, and LINQ and lambda expressions from C# 3.0. WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 assuming Silverlight 5.0 beta is available after Mix 11). MVVM : Learn advanced WPF / Silverlight design patterns and techniques including MVVM (Model-View-ViewModel). and jQuery. REST-oriented features. DevelopMentor Courses - Tuesday, March 1, 2011 Project Risk Management Training Guide Project Risks Management Processes Sample Project ? Discuss the processes of Project Risk Management and a project manager?s role in this activity. Discuss why projects are unsuccessful due to inadequate risk management, and how project teams can address this shortcoming. List and discuss the impact risks have on project success criteria and common categories for project risk. Discuss the process for developing a Risk Management Plan. Discuss techniques for identifying a project?s risks. Discuss techniques assessing and analyzing risks, both qualitatively and quantitatively. DevelopMentor Courses - Wednesday, February 22, 2012 C++11: An Overview of the New C++ Training Participants will gain: Knowledge of the most important C++11 features and how they help produce better programs. Insights into how new features solve important problems. Understanding of which features are useful primarily to library writers, which to class authors, and which to virtually all C++ developers. Availability information regarding which features are available on which platforms. Format : Lecture and question/answer. There are no hands-on exercises, but participants are welcome - encouraged! to bring computers to experiment with the material as it is presented. And such features! DevelopMentor Courses - Wednesday, February 22, 2012 |
199 Articles match "Sample"
| The Latest from DevelopMentor | MORE | | ASP.NET WebAPI Security 5: JavaScript Clients All samples I showed in my last post were in C#. Christian contributed another client sample in some strange language that is supposed to work well in browsers ;). In that scenario we do exactly the same as the samples did in my last post – obtain a token, then use it to call the service. JavaScript client scenarios. There are two fundamental scenarios when it comes to JavaScript clients. The most common is probably that the JS code is originating from the same web application that also contains the web APIs. come to mind. Single page apps often fall in that category. www.leastprivilege.com - Thursday, March 15, 2012 ASP.NET WebAPI Security 4: Examples for various Authentication Scenarios The Thinktecture.IdentityModel.Http repository includes a number of samples for the various authentication scenarios. Stay tuned for more client samples! All the clients follow a basic pattern: Acquire client credential (a single token, multiple tokens, username/password). Call Service. The service simply enumerates the claims it finds on the request and returns them to the client. won’t show that part of the code, but rather focus on the step 1 and 2. Basic Authentication. This is the most basic (pun inteneded) scenario. Simply set username and password and you are good to go. www.leastprivilege.com - Wednesday, March 14, 2012 ASP.NET WebAPI Security 3: Extensible Authentication Framework var config = new AuthenticationConfiguration. {. // sample claims transformation for consultants sample, comment out to see raw claims. You can find the full source code and some samples here. In the next post I will describe some of the samples in the download, and then move on to authorization. In my last post, I described the identity architecture of ASP.NET Web API. The short version was, that Web API (beta 1) does not really have an authentication system on its own, but inherits the client security context from its host. This is fine in many situations (e.g. www.leastprivilege.com - Tuesday, March 13, 2012 | -
| The Best from DevelopMentor | MORE | - Random Sampling extension method
Had reason recently to select a random sample of data from a stream of elements. The amount of samples I needed to take was finite but what was unknown was the number of elements in the input stream. managed to find various implementations of an IEnumerable extension method on the net, but all the ones I found would cache the entire stream before selecting the sample. After a look around I found this blog article that describes how to implement Reservoir sampling without the need to keep all the items. .NET Mutterings - Wednesday, October 1, 2008 - Sample Relying Party for Thinktecture.IdentityServer
I uploaded a sample RP for IdentityServer. It shows some basic things like connecting a web application via WS-Federation and a SOAP service via WS-Trust. IdentityModel IdentityServer www.leastprivilege.com - Tuesday, July 5, 2011 - Access Control Service: Passive/Active Transition Sample
Here you can find my updated ACS2 sample. In addition to the existing front ends (web [WS-Federation], console [SOAP & REST], Silverlight [REST]) and error handling , it now also includes a WPF client that shows the passive/active transition with a SOAP service as illustrated here. All the ACS interaction is encapsulated in a WPF user control that: retrieves the JSON feed. displays a list of supported identity providers. triggers the sign in via a browser control. retrieves the token response. All you need to supply is the ACS namespace and the realm. Have fun! Azure IdentityModel www.leastprivilege.com - Thursday, June 23, 2011 - Simple MVVM Toolkit Improvements: Documentation, Features, Sample Apps
I’ve released a new version of my Simple MVVM Toolkit for Silverlight that has improved documentation, a bunch of new features and additional sample applications. And many of those other toolkits are woefully lacking in the way of documentation and code samples. Sample applications with step-by-step instructions. have spent quite a bit of time fleshing out documentation for the toolkit, and the download includes several sample applications. Other sample apps demonstrate features such as enum lists, associated properties, and async support. Tony and Zuzana's World - Sunday, January 23, 2011 - Online Workflow 4 presentation
Attached are the PowerPoint sheets and samples from my online Window Workflow Foundation 4 presentation today. Let me know if you have any questions. WF4Demo.zip www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu. The Problem Solver - Tuesday, December 1, 2009 - Turbo charge your applications with AppFabric caching
Below are links to the PowerPoint sheets and the sample I used for my webinar yesterday evening. PowerPoint Sample Enjoy! The session itself was recorded and will be available soon, link to follow. www.TheProblemSolver.nl www.dotnetevents.nl.NET WCF webcast ASP.NET VS2010 AppFabric Azure The Problem Solver - Friday, February 25, 2011 - Online WF4 presentation recordings
Get them while they are hot You can download the samples and PowerPoint from here. The recordings from my recent online Windows Workflow Foundation 4 presentation have been posted online. Streaming: [link] Video Download: [link] Video As WMV (used by streaming link): [link] MP3 (iTunes Ready): [link] Download MP3 (iTunes Ready): [link] Enjoy! www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu. The Problem Solver - Tuesday, December 8, 2009
| | |