|
|
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
How can I use VSTS to design a project, generate a code framework, and build a deployment plan? How can I do a new build when a developer checks in code? Source Code Control: Introduction Source code control, or revision control, is the management of revisions to pieces of information that makes up a project. Many applications make use of source code control to manage their code, documentation, project data and any other information that a project requires. Members can check data into and out of source control. DevelopMentor?s
DevelopMentor Courses
- Friday, June 12, 2009
|
29 Articles match "Sample","Source Code"
|
The Latest from DevelopMentor
|
MORE
|
|
MongoDB vs. SQL Server 2008 Performance Showdown
We’ll see source code, downloadable and executable examples and you can verify all of this for yourselves. Here are some graphs, some stats, and some code. You can also download the sample code. Then comment or uncomment sections of the code in the clients for your scenarios. Download Sample: [link]. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Articles ASP.NET NoSQL Open Source web2.0Those were. Ease-of-use and deployment. Performance. money) to burn. Your Turn.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
The NoSQL Movement, LINQ, and MongoDB - Oh My!
This is only a few lines of code per collection (think of this as a table). Once in the database and once, in parallel, in code? How much faster than the finely tune system that is SQL Server 2008 can these open source NoSQL systems be?”. ll be posting a full performance comparison with source code soon. This is free, open-source database which runs on Windows, Linux, and Mac OS X systems. Let’s write some code. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
MVVM: IUIVisualizer and event management with behaviors
In this post, we will look at the IUIVisualizer , and bring together some of the concepts we’ve talked about already through a new sample – a simple picture viewer: The application grabs all the images from the user’s photo folder and then displays each one onto the surface of a corkboard. It’s not designed to be a true image application ala photoSuru, it’s really more of a sample of MVVM practices with the helper library. Here’s some of the coding examples present in the sample: It registers a ISelectFile service and implements it as an OpenFileDialog. par ?? par ??
Mark's Blog of Random Thoughts
- Friday, February 5, 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.
www.leastprivilege.com
- Wednesday, September 3, 2008
-
MongoDB vs. SQL Server 2008 Performance Showdown
We’ll see source code, downloadable and executable examples and you can verify all of this for yourselves. Here are some graphs, some stats, and some code. You can also download the sample code. Then comment or uncomment sections of the code in the clients for your scenarios. Download Sample: [link]. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Articles ASP.NET NoSQL Open Source web2.0Those were. Ease-of-use and deployment. Performance. money) to burn. Your Turn.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
-
The NoSQL Movement, LINQ, and MongoDB - Oh My!
This is only a few lines of code per collection (think of this as a table). Once in the database and once, in parallel, in code? How much faster than the finely tune system that is SQL Server 2008 can these open source NoSQL systems be?”. ll be posting a full performance comparison with source code soon. This is free, open-source database which runs on Windows, Linux, and Mac OS X systems. Let’s write some code. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
-
ClickOnce Deployment for Unmanaged Code (C++, VB6, etc)
Write the following code for your Main method of your.NET launcher application: static void Main( string [] args) { try { Process.Start( "TheRealApp.exe" ); } catch ( Exception x ) { string msg = "Error launch application:nn" + x; string cap = "Error Launching Application" ; MessageBox.Show( msg, cap, MessageBoxButtons.OK, MessageBoxIcon.Error ); } }. If you want to try it yourself, you can run this sample application here: Run Michael's Useless C++ App via ClickOnce. You can also download the source. Too bad it isn't supported for C++, VB 6, or other technologies. Kennedy.
-
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. Then I heard through some inside sources that this MSDN Magazine article was about to come out: Foundations: Unit Testing Workflows and Activities by Matt Milner. don't have to write about that now, but you'll see it used in the sample with my library. The Sample: Let me set the stage first before we see the test code. Here's the code to test selling a stock (some details omitted for simplicity, exact code follows later).
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 class citizens. We would spend time carefully choosing method names, refactoring our code to keep our classes and methods small, and so on. But we never applied these same principles to our test code. As a side-effect of adding back the old tests, we reviewed and cleaned them up with the same level of scrutiny we gave to our "real" code. Solution: Going forward, we expect the same quality of code (or higher) in the unit tests as we do for our production code.
Michael C. Kennedy's Weblog
- Thursday, August 6, 2009
-
WPF MVVM Helper Library (WPF + MVVM = testability)
When teaching WPF, I always introduce students to MVVM as part of the Essential WPF class, it's an incredibly useful pattern that really separates the UI from the code behind behavior. So, be aware that as you use this code, it owes a lot to a variety of people. provide it here with full source code so you can diagnose any issues you have, or just look through it. Just remember I put no guarentee on this code - consider it a sample for you to do whatever you like with. >>. that I tend to use a lot. So, what all is here? Well, quite a bit. file -.
|
|
|