|
|
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","Visual Studio"
|
Related DevelopMentor Courses
|
MORE
|
|
Visual Studio Team System
The course uses the latest version of Team System, Visual Studio Team System 2008. Essential Visual Studio Team System (FW357) Day 1 Introduction to VSTS This module presents an introduction to Microsoft's Visual Studio Team System, a new platform for integrating and managing all aspects of the software development process. Project Lifecycle Management: Introduction to Managing Projects with VSTS This module presents an introduction to project management with Microsoft's Visual Studio Team System. We can do that with Visual Studio.
DevelopMentor Courses
- Friday, June 12, 2009
|
24 Articles match "Sample","Visual Studio"
|
The Latest from DevelopMentor
|
MORE
|
|
The NoSQL Movement, LINQ, and MongoDB - Oh My!
For a project I’m working on I’ve built a Windows Forms UI that lets me manage the database easily by just adding an object data source and doing some drag-drop magic in Visual Studio. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip. Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” Flat files? Don’t take my word on it.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
MVVM Helpers 2.0 is live
There is a project template for Visual Studio 2008 and another for Visual Studio 2010 – make sure to copy them into the appropriate template directories. Here’s the sample if you want to peruse it: V2SampleApp.zip.… and available on codeplex in beta form: [link]. There are several new features in this release that I've been tinkering with for a while. First, I now use MEF to link things together. waited until.NET 4.0 was released to push this out because MEF is part of the framework now. If you don't want to take a dependency on it (in 3.5) media/ding.wav" ).Play();
Mark's Blog of Random Thoughts
- Friday, April 16, 2010
Trackable DTO’s: Taking N-Tier a Step Further with EF4
and Visual Studio 2010. use two sets of T4 templates (a code-generation technology built into Visual Studio): One set is used by the Data Access Layer on the service side to generate both the ObjectContext container class and POCO classes that serve as DTO’s but have an ObjectState property. In fact, the sample app I write for my article uses svcutil to generate client entities when adding a service reference in Visual Studio. Download code for this post here. Fast forward to Entity Framework 4.0 NET client. Enjoy.
Tony and Zuzana's World
- Friday, February 19, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
ClickOnce Deployment for Unmanaged Code (C++, VB6, etc)
If you want to try it yourself, you can run this sample application here: Run Michael's Useless C++ App via ClickOnce. Tags: DevelopMentor Talks Visual Studio ClickOnce is a great deployment model for many Windows applications built with the.NET Framework. Too bad it isn't supported for C++, VB 6, or other technologies. Or is it. Surprisingly, you can deploy your unmanaged apps with ClickOnce. You just need a tiny.NET app to get it started. Here's how it works: Take your existing C++ project. Add to the solution a.NET console application. You can also download the source.
-
Unit Testing Coming to a Workflow Near You
So in the near future I'll be putting together some libraries and samples on unit testing Windows Workflow. Tags: Tools Unit Testing Visual Studio [Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. However you won't find very much support for Test Driven Development (TDD) or unit testing in general. There has been some work done on unit testing Windows Workflows. Scott Allen. Kennedy.
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
-
Dynamic Data Access with LINQ
They are not and this video and sample application shows you how to accomplish just this. Screen shot of sample application. Tags: DevelopMentor Talks Visual Studio When I talk about LINQ people often ask whether it’s possible to have dynamic queries with LINQ. An example of this is presenting the user with a UI that allows them to optionally filter by some criteria or other and sort by some criteria. This was straightforward if you built-up a SQL string in code. The compiled, static nature of LINQ makes dynamic queries appear difficult at first. Normal. false.
-
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. I’m assuming you have Visual Studio 2005 and ASP.NET AJAX installed, of course. [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 been really busy recently working on some extender controls for ASP.NET AJAX. So here is the first release of Jason’s AJAX Component Library. ResizeColumnsExtender.
Jason Diamond
- Monday, June 4, 2007
-
EF 4.0 N-Tier Support: Take 2
Following the release of Visual Studio 2010 and.NET 4.0 You can download the sample application I created here. For convenience I’m using the Northwind sample database. Open the Server Explorer in Visual Studio 2010 and a data connection to the Northwind database. You may need to attach Northwind to SQL Express using Management Studio. Create a class library project using Visual Studio 2010 and name it NorthwindData. Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0, Entity Framework 4.0
Tony and Zuzana's World
- Thursday, November 12, 2009
-
The NoSQL Movement, LINQ, and MongoDB - Oh My!
For a project I’m working on I’ve built a Windows Forms UI that lets me manage the database easily by just adding an object data source and doing some drag-drop magic in Visual Studio. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip. Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” Flat files? Don’t take my word on it.
Michael C. Kennedy's Weblog
- Thursday, April 22, 2010
-
Significant Advances in Unit Testing Windows Workflow
Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216 KB). 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. Running these tests inside Visual Studio we get all green! This post describes a unit testing library for testing Windows Workflow Foundations. It is not a framework like HarnessIt , NUnit , or MsTest. Rather it's a library that can be used in conjunction with any of these testing frameworks. Scott Allen. Enjoy!
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
|
|
|