|
|
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.
|
6 Articles match "Sample"
|
Related DevelopMentor Courses
|
MORE
|
|
Virtual Advanced Windows Presentation Foundation
We'll also sample some of the tools provided to help you identify and isolate problems and finally we'll look at some ways to optimize your application so it runs smoothly Get an in-depth look at the core classes that make up the WPF platform. Learn how to build custom panels and when it is necessary. Leverage the MVVM pattern for testable, maintainable applications. Design and debug your applications with available Microsoft and 3rd-party tools Understand the differences between a control template, a custom control, and a user control Performance tips on writing solid WPF applications.
DevelopMentor Courses
- Thursday, March 4, 2010
Advanced Windows Communication Foundation
We cover several samples of commonly needed functionality at the XML programming layer, working with namespaces, XPATH, and LINQ to XML. Windows Communication Foundation (WCF) replaces previous technologies such as.NET remoting, ASMX, and COM+. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Discover the advanced tasks of building services-contracts, serialization, hosting, security, identity management, and reliability. You'll get answers to these questions: How do I design services using contracts? Starting with.NET 3.5,
DevelopMentor Courses
- Monday, March 1, 2010
Project Risk Management
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
- Friday, June 12, 2009
|
124 Articles match "Sample"
|
The Latest from DevelopMentor
|
MORE
|
|
StarterRP v1.2
This version is based on.NET v4 and includes two sample Silverlight clients. A small update for StarterRP is now live on codeplex. Major update to StarterSTS coming soon….
www.leastprivilege.com
- Wednesday, August 11, 2010
WIF, ASP.NET 4.0 and Request Validation
The WIF SDK (v4) contains a sample validator that does exactly that: public class WSFedRequestValidator : RequestValidator. {. Since the response of a WS-Federation sign-in request contains XML, the ASP.NET built-in request validation will trigger an exception. To solve this, request validation needs to be turned off for pages receiving such a response message. Starting with ASP.NET 4.0 you can plug in your own request validation logic. This allows letting WS-Federation messages through, while applying all standard request validation to all other requests. WSFederationConstants.
www.leastprivilege.com
- Saturday, July 24, 2010
Thinktecture.IdentityModel: WRAP and SWT Support
The following sample code generates a SWT token using the helper class: private static string CreateSwtToken(). {. The latest drop of Thinktecture.IdentityModel contains some helpers for the Web Resource Authorization Protocol (WRAP) and Simple Web Tokens (SWT). The WrapClient class is a helper to request SWT tokens via WRAP. It supports issuer/key, SWT and SAML input credentials, e.g.: var client = new WrapClient (wrapEp); var swt = client.Issue(issuerName, issuerKey, scope); All Issue overrides return a SimpleWebToken type, which brings me to the next helper class.
www.leastprivilege.com
- Sunday, May 9, 2010
|
-
|
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
-
Hosting of Code Samples
The other day when I posted about the sample how to call a WCF Service from a SQLCLR method , I mentioned that I had no place to host my demo-code. So, earlier today I created a new resource page on the Code Gallery, and uploaded the SQLCLR to WCF sample to there. My intention is to upload other SQL Server related samples as well as How-To articles to there. did not want to create a project on CodePlex (like I did with the SQLCLRProject ), as demo code is not really projects per se.
Managed Data
- Thursday, February 12, 2009
-
Using IdentityModel: Some Samples
Constants.OrderHistoryClaimType, Constants.ApplicationIssuerIdentityClaim); var orders = orderHistory.Get >(); or some authorization code from my CardSpace sample app - thanks to the unified authorization model, I can share this method across ASP.NET, ASMX and WCF: public static IEnumerable. Here are some typical usage scenario of IdentityPrincipal in ASP.NET. GetBoardsForUser(. AuthorizationContext context, bool includePublic). {. boards = new List (); foreach ( Claim typeClaim in context.ClaimSets.FindClaims(. AppClaims.UserTypeClaim, new ApplicationIssuerClaimSet ())). {.
www.leastprivilege.com
- Saturday, March 22, 2008
-
New Digit Monitoring Sample available
Matthias Moetje (Tapi MVP) has graciously taken one of the VB6 Platform SDK samples and ported it to the ITapi3 library and allowed me to distribute it in the Tapi3 Wrapper sample set. Great sample - thanks Matthias! It allows you to select an address, place a call on it and then monitor or generate digits.
-
Guerrilla.NET Tampa samples
Thanks to all those who attended the GNET in Tampa last week. We had a blast with all of you and wish you the best of luck going back and using all the cool tricks and technologies we showed you! As promised, here are the demos we build during the week - Demos. Enjoy!
-
Guerrilla.NET Tampa samples
Thanks to all those who attended the GNET in Tampa last week. We had a blast with all of you and wish you the best of luck going back and using all the cool tricks and technologies we showed you! As promised, here are the demos we build during the week - Demos. Enjoy!
-
Updated ATAPI samples and assembly
I've posted a new version of ATAPI.NET which supports consultation transfers and a simple phone sample that shows off how to use the features. You can get the new code from our samples link -- [link]. In addtiion, this version of ATAPI.NET has a couple of bug fixes that were rolled in from a production project over the past couple of weeks to fix some weird startup/shutdown issues when a LINE_REINIT is reported by TAPI.
|
|
|