Sign in
Clark Sell
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Community
DeveloperSmackdown
Just Released
MSBuild
OData
OffTopic
T4
TeamBuild
Testing
TfsAlert
UX
Vista
VSTS
Web Services
XAML
XNA
Archive
Archives
May 2010
(2)
April 2010
(3)
March 2010
(3)
February 2010
(3)
January 2010
(1)
June 2009
(1)
May 2009
(2)
September 2007
(2)
April 2007
(1)
March 2007
(2)
February 2007
(4)
January 2007
(1)
November 2006
(5)
October 2006
(7)
July 2006
(1)
June 2006
(11)
May 2006
(2)
April 2006
(2)
March 2006
(6)
February 2006
(6)
January 2006
(19)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Clark Sell
ExpectedException might not be what you've expected
Posted
over 7 years ago
by
csell
3
Comments
If you've switched from NUnit to the VSTS Unit Testing then I am pretty sure you've used the ExpectedException attribute. If you haven't it looks something like this: [ExpectedException( typeof ( ApplicationException ), "Message" )] Using it...
Clark Sell
MSBuild, Where does one get started
Posted
over 7 years ago
by
csell
3
Comments
Long and short, if you don't know anything about MSBuild, it's time to hit the links below. Honestly it will do nothing but save you time and automate those dreaded processes. The links below will get you pointed in the right direction. General Links...
Clark Sell
Energy Blue Theme
Posted
over 7 years ago
by
csell
3
Comments
Want a better looking desktop theme? Microsoft a while back released a theme called Energy Blue or Royal. I was first introduced to it via the Experience Pack for Tablet PC. Well it turns out that theme doesn't just work on a tablet pc but XP as well...
Clark Sell
VSTS Jumpstart, things you will end up asking for
Posted
over 7 years ago
by
csell
1
Comments
Internet Links Visual Studio Team System Home Getting Started with Team Foundation MSDN Technical Forums VSTS Downloads Team System Rocks How To Links Visual Studio Team System Install Guide TFS Warehouse Troubleshooting Step...
Clark Sell
Microsoft.SDC.Tasks, New Version Released
Posted
over 7 years ago
by
csell
0
Comments
If you are doing anything with .Net 2.0 chances are you have a set of MSBuild files supporting your application. That means you already know MSBuild just rocks. What better than MSBuild? MSBuild with a sweet task library to support it of course! That...
Clark Sell
Build Status TFS Policy, Part II
Posted
over 7 years ago
by
csell
2
Comments
Since my post yesterday I just decided to update the code and also include Buck's comments. I even added a simple installer as a bonus since that last post was just useless. Here is the new version and this time in a zip ;)
Clark Sell
System.Diagnostics Tracing and DebugView
Posted
over 7 years ago
by
csell
0
Comments
The other day I ran across DebugView by Sysinternals . After playing with it for a few I suddenly had a re-found love for System.Diagnostics . “DebugView is an application that lets you monitor debug output on your local system, or any computer on...
Clark Sell
Free Thumb Drive?
Posted
over 7 years ago
by
csell
1
Comments
Serious? I can't joke at a time like this. Click here , then click on valuable information. I don't think it gets any easier than that. Thanks to Blake Handler for the awesome find .
Clark Sell
Simple NMock Working Sample
Posted
over 7 years ago
by
csell
1
Comments
Based on some conversations I had today, here is a simple NMock example. NMockExample.zip (17.19 KB)
Clark Sell
Visual Studio Source Control Undelete Configuration Check-box
Posted
over 7 years ago
by
csell
2
Comments
It's been a while since my last post but I had an opportunity to take a month of vacation when my child was born. Let me just say, it sure didn't feel like a month. Yesterday I stumbled across some IDE source control configuration gem. While poking...
Clark Sell
Stop, the build is broken!!
Posted
over 7 years ago
by
csell
4
Comments
It's late, your tired and yet somehow you got stuck fixing the build because junior engineer bob just fired off a check-in and took off. It looks like the build is now broken because junior hasn't done a get latest in a month. In the meantime 10 other...
Clark Sell
TFS Event Filtering
Posted
over 7 years ago
by
csell
3
Comments
With today's release of TfsAlert a question will no doubt get asked; what really is a Filter Expression? Short answer, an expression to filter events sent from TFS. Long answer. Formally known as Visual Studio Event Filter Language or VSEFL, it feels...
Clark Sell
WIQL List Separator and the TFS Release Candidate
Posted
over 7 years ago
by
csell
0
Comments
This past release of TFS brought us the much needed friendly names in the Team Foundation Client user drop down lists. Before that change, your WIQL query may have looked like this: <Wiql> SELECT [System.Id], [System.Title] FROM WorkItems...
Clark Sell
The VSTS Resources Map
Posted
over 6 years ago
by
csell
11
Comments
The amount of VSTS resources can get very overwhelming. We have a very strong community with a ton of resources. Lately I re-found my love for mind maps and decided to create a map around VSTS resources. I intend to keep growing...
Clark Sell
MSTest.exe
Posted
over 7 years ago
by
csell
1
Comments
Stumbled across a command line tool ( MSTest ) which executes your VSTS test list. You can call if from a Visual Studio command prompt or @ C:\Program Files\Microsoft Visual Studio 8\Common7\IDE Upon execution this will create the same output as if...
Clark Sell
Bye Bye VSMDI
Posted
over 7 years ago
by
csell
0
Comments
That blasted VSMDI file. Well Buck, Tom and crew did it. They have finally given us the ability to run tests ( albeit all ) found in an assembly regardless of test lists. http://blogs.msdn.com/buckh/archive/2006/11/04/how-to-run-tests-without-test-metadata...
Clark Sell
ExpectedException Exception Message Validation
Posted
over 7 years ago
by
csell
0
Comments
While you cannot validate you exception's message in the ExpectedException attribute all is not lost. Lets walk through three scenarios. In all three tests you will see an Assert.Fail in the try block. You need this statement in case the target doesn...
Clark Sell
Virtual PC's Differencing Disks
Posted
over 7 years ago
by
csell
0
Comments
I love Virtual PC, and I use if for all of my development. I have a ton of VPC's just sucking up MAJOR disk space. I ran across and article from Andrew Connell , HOWTO: Use Virtual PC's Differencing Disks to your Advantage . I wish I would have known...
Clark Sell
TfsAlert 0.3.0.0 Released
Posted
over 7 years ago
by
csell
2
Comments
Today we have released the initial TfsAlert release 0.3.0.0. Prerequisites .NET 3.0 is required since this is built on top of WCF. If you’re running this from Vista you will not need to install the .NET 3.0 framework. Installation Notes This version runs...
Clark Sell
T4 – Text Template Transformation Toolkit
Posted
over 4 years ago
by
csell
1
Comments
Chances are you have never heard of T4. Don’t worry, most haven’t. This tool was introduced when the DSL tools hit the market. As the name implies, it’s a code generation engine. It’s my understanding, T4 is used under the scenes...
Clark Sell
Reaching out, Toshiba Tecra M4 Mouse Lag
Posted
over 7 years ago
by
csell
2
Comments
I received my Toshiba Tecra M4 around 7 months ago. Like any, there are pro's and con's; overall not a bad machine. One thing that just drives me crazy it's the random mouse lag. Does anyone know a fix for this? If so, please comment!
Clark Sell
The TFS Release Candidate Was Cut!
Posted
over 7 years ago
by
csell
0
Comments
Yesterday ( Friday ) the official TFS Release Candidate was cut. Today I received my copy and tomorrow I upgrade. I'm stoked! The bits are on their way to the MSDN download center and you should see them sometime on the 7th.
Clark Sell
VSTS Books
Posted
over 6 years ago
by
csell
1
Comments
Ever wonder what VSTS books are out there. Well wonder no more. The list is in no particular order: Professional Team Foundation Server Professional Visual Studio 2005 Team System Software Engineering with Microsoft Visual Studio Team System...
Clark Sell
Teamprise 1.0 Released
Posted
over 7 years ago
by
csell
0
Comments
Let's face it if you are on a big enterprise development project you most likely will have both platforms, Java and .Net. I am a big fan when it comes to using the right tool for the job. I have been lucky enough to see Teamprise in action on some heterogeneous...
Clark Sell
What is a Team Project?
Posted
over 7 years ago
by
csell
1
Comments
I have now installed and used TFS at a number of clients. On every installation the very first question asked has alway been, what is a project? This question seems to provoke a solid hour of conversation about organization structure and development practices...
Page 1 of 4 (84 items)
1
2
3
4