|
|
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.
|
1 Articles match "Sample","Source Code"
|
Related DevelopMentor Courses
|
MORE
|
|
Visual Studio Team System
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
|
27 Articles match "Sample","Source Code"
|
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 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
Using SAML as a Client Credential Type in WCF (updated to WIF RTM)
A reader has asked me to update the Client SAML sample to WIF RTM (for background
and the service code, e.g.:
//
sample sample implementation - do not use for production ;)
You can find the complete source code here .
...Tags: and motivation please read here first).
The The main work was in the SAML security token handler Validate method, this looks now
like
www.leastprivilege.com
- Thursday, February 4, 2010
MVVM: Views and ViewModels
XAML code behind files (they are considered a single element together). have UI-specific code and designer elements present in these files. The code behind file contains the required
boilerplate boilerplate code (essentially a constructor and call to InitializeComponent ).
If 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
|
-
Zermatt: Source Code for FormsAuth STS
I got several requests to publish the full source of the FormsAuth STS I described here .
The setup is just like the passive STS/RP samples in the SDK.
Find it here .
HTH
...Tags: Tags: IdentityMode
www.leastprivilege.com
- Wednesday, September 3, 2008
-
Significant Advances in Unit Testing Windows Workflow
Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216
KB) You can also just jump to the code .
If Then I heard through some inside sources that this MSDN Magazine article was about
to see it used in the sample with my library.
What This post describes a unit testing library for testing Windows Workflow Foundations.
It It
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
Because tests were only there to service and support the production code, they became
second our code to keep our classes and methods small, and so on. same principles to our test code.
As the same level of scrutiny we gave to our "real" code. Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter
entitled entitled Avoiding 5 Common Pitfalls in Unit Testing .
You
Michael C. Kennedy's Weblog
- Thursday, August 6, 2009
-
ClickOnce Deployment for Unmanaged Code (C++, VB6, etc)
Write the following code for your Main method of your .NET you want to try it yourself, you can run this sample application here:
Run
Michael's the source .
All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
...Tags: ClickOnce is a
great great deployment model for many Windows applications built with the .NET
-
Article: Building a Twitter Application in .NET
you want to download the sample application to follow along, you can get it here:
http://www.michaelckennedy.com/Samples/SampleStatusUpdater.zip
While Open a link in a web browser, choose view source, and copy some XML. There are two main things happening in this code. I recently wrote an article for DevelopMentor 's
Developments Developments newsletter entitled Building a Twitter Application in .NET
-
Unit Testing Coming to a Workflow Near You
putting together some libraries and samples on unit testing Windows Workflow. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
...Tags: [Update: See the follow up post "Significant
Advances Advances in Unit Testing Windows Workflow" ]
If
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
-
SOS: finding the method bound to an EventHandler with WinDbg.
I was preparing a sample memory leak application for an Advanced C# class at Microsoft this past week and debugging through it with SOS.DLL ("Son of Strike"). a transient object - it goes away at the end of the request - in production code,
I said, this was a sample.
So, My prepared application was an ASP.NET application that would leak memory by holding references to the page objects after they had completed their work. I did this by having the page hook up an event handler to a global event and then never remove the handler.
This,
|
|
|