|
|
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.
|
3 Articles match "Sample"
|
Related DevelopMentor Courses
|
MORE
|
|
Project Risk Management
Guide Project Risks Management Processes Sample Project ? Discuss the processes of Project Risk Management and a project manager?s s role in this activity. Discuss why projects are unsuccessful due to inadequate risk management, and how project teams can address this shortcoming.
DevelopMentor Courses
- Friday, June 12, 2009
Essential Windows Communication Foundation
We cover several samples of commonly needed functionality at the XML programming layer, working with namespaces, XPATH, and LINQ to XML. In this course, you learn to: Understand the motivation and architecture behind SOA & WCF Create clients and services with WCF Expose your services using SOAP and REST Choose between different channels, bindings, and configuration options Host a service as a Windows service or in IIS/WAS Deal with concurrency and sessions in WCF Handle errors in services Authenticate and authorize access to services Federate services using tokens and claims Span transactions across service boundaries Add reliability using transport and message mechanisms Extend WCF by writing custom behaviors and creating
DevelopMentor Courses
- Friday, June 12, 2009
Visual Studio Team System
It explains how to profile code in various application types, explaining how it supports the two most common profiling techniques - sampling and instrumentation - and de-mystifying the various analysis views of the profiling data in order to effectively isolate performance problems. Use VSTS to enforce best practices of software development Understand the VSTS tools and how and where they fit into the project lifecycle Learn how VSTS can be configured to use different software methodologies Use graphical modeling tools to create a system design and validate its deployment Employ test-driven development to produce robust code Harness the power of source control Learn how to manage testing and track bugs Set up a project portal to access all project documentation Manage databases with Visual Studio Team Edition for Database Professionals Schedule Builds with Team Build Use
DevelopMentor Courses
- Friday, June 12, 2009
|
104 Articles match "Sample"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: IUIVisualizer and event management with behaviors
some of the concepts we’ve talked about already through a new sample – a simple picture
viewer:
image application ala photoSuru, it’s really more of a sample of MVVM practices with
the Here’s some of the coding examples present in the sample:
It Download the sample from In this post, we will look at the IUIVisualizer , and bring together
some viewer:
The
Mark's Blog of Random Thoughts
- Friday, February 5, 2010
MVVM: Binding RadioButton groups
instance, the sample code was trying to map a single value to a set of Radio Buttons
based Sample Application Description
Our ll populate it with some sample data:
{rtf1ansiansicpglang1024noproof65001uc1 cf0 cf5 publiccf0 MainViewModel()par ?? {par ?? cf4 // Fill with sample data.par ??cf0 A question I got recently was how to manage Radio Buttons with bindings – in this
instance, based on an enumeration set.
Mark's Blog of Random Thoughts
- Friday, January 29, 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. I 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. This clearly isn't scalable as the input stream increases in size. 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
-
Using Model – View – ViewModel with Silverlight
However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete mess of things. Josh Smith did an excellent screen cast for Pixel8 on using MVVM with WPF, you can find it here . Even thought the UI technology used doesn't change the basic MVVM pattern there are some subtle differences, like not easily being able to use ICommand in Silverlight, so I decided to create a small Silverlight sample. The basic structure goes like this: The user interacts with a View, implemented as a Silverlight user control.
The Problem Solver
- Tuesday, April 7, 2009
-
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
...Tags: Tags: .NET NET Workflow WCF webcast WF4 VS201
The Problem Solver
- Tuesday, December 1, 2009
-
Jason’s AJAX Component Library
don’t have any examples of the components it contains online so you’re going to have to download the solution and take a look at the samples on your own machine. [Update: This release won't build if you extracted it to a folder with spaces in the path. You might want to get Release 2 instead.]
I’ve
Jason Diamond
- Monday, June 4, 2007
-
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.
...Tags: I 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
-
WF and ASP.NET - A Few Gotchas
See the sample code referenced at the end of
this Again, see the sample code for an illustration
of Here's the sample code
I ASP.NET as WF host is an important and useful scenario for WF adoption, but there
are are some interesting details that are worth understanding before you tackle this yourself.
The The first thing to understand is that
There Must Be Some Mistake
- Monday, October 1, 2007
-
Using IdentityModel: Some Samples
some authorization code from my CardSpace sample app - thanks to the unified
Here are some typical usage scenario of IdentityPrincipal in ASP.NET.
Simple IsInRole calls (checks for a status claim with a value of 'Gold'):
HttpContext .Current.User.IsInRole( Current.User.IsInRole( "Gold" );
www.leastprivilege.com
- Saturday, March 22, 2008
|
|
|