|
|
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.
|
2 Articles match "2008","Sample"
|
Related DevelopMentor Courses
|
MORE
|
|
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. The P2P infrastructure that is shipping with Windows XP, Vista and Server 2008 makes this easily possible. 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
The course uses the latest version of Team System, Visual Studio Team System 2008. 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
|
35 Articles match "2008","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: Views and ViewModels
Copy the project template into your Visual Studio 2008 templates directory located
off cf0 cf3 ///cf4 Sample ViewModel that wraps a Directory.par ??cf0 MarkerDirectory };par ?? }par ?? }par ??}
-->
///
/// Sample
ViewModel cf0 messageVisualizer.Show(cf7 "About In the previous post, I provided a link to the project template you can use to start
a a
Mark's Blog of Random Thoughts
- Friday, January 22, 2010
MVVM Helpers 1: Views and ViewModels
Copy the project template into your Visual Studio 2008 templates directory located
off cf0 cf3 ///cf4 Sample ViewModel that wraps a Directory.par ??cf0 MarkerDirectory };par ?? }par ?? }par ??}
-->
///
/// Sample
ViewModel cf0 messageVisualizer.Show(cf7 "About In the previous post, I provided a link to the project template you can use to start
a a
Mark's Blog of Random Thoughts
- Friday, January 22, 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
-
Part 1: It's Basically Focus
rigged up a sample application with two windows. The first
which assigns it to the RichTextBox.
If you'd like to play with this sample,
Focus Types
As you may know, in WPF there are two
types of focus: logical focus and keyboard focus.
Keyboard
focus is the easiest to grasp:
-
Part 3: Shifting focus to the first available element in WPF
I didn't in the sample (or in my production app) but I could certainly see that being
We've seen how to programatically control focus and that's all great stuff, but one
thing I like to do with WPF is see how much of the repetitive or UI-specific code
I can move into the XAML and keep out of the code behind.
-
ClickOnce Deployment for Unmanaged Code (C++, VB6, etc)
you want to try it yourself, you can run this sample application here:
Run
Michael's ClickOnce is a
great great deployment model for many Windows applications built with the .NET NET Framework.
Too Too bad it isn't supported for C++, VB 6, or other technologies.
-
Unit Testing Coming to a Workflow Near You
putting together some libraries and samples on unit testing Windows Workflow. [Update: See the follow up post "Significant
Advances Advances in Unit Testing Windows Workflow" ]
If If you've been working with Windows Workflow, you'll find it has some cool features
for
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
-
Using the .NET Access Control Service with Geneva
sample in the ACS SDK.
The sample uses the “old” WCF plumbing to process tokens and create claims based on
wanted to find out what has to be done to migrate the sample to use Geneva.
SDK sample up and running. If you haven’t checked out the .NET NET Access Control Service yet – I can highly recommend
www.leastprivilege.com
- Thursday, December 11, 2008
-
ASP.NET Security Goodness
mobile browsers - A sample application - Security Runtime Engine (SRE) HTTP module.”
download
AntiCSRF
“AntiCSRF makes it easier for ASP.NET developers to guard themselves against Cross
A bunch of (ASP.NET) security tools got released over the weekend – highly recommended!
Get more info from Mark and Barry .
CAT.NET V1 CTP
“CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws
www.leastprivilege.com
- Monday, December 15, 2008
|
|
|