rbanks54

Stories submitted by rbanks54

How To Create a WCF Custom Code Analysis Rule for Visual Studio(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 2 months ago

Want to create your own code analysis rules for Visual Studio? Here's how. read more...

add a comment |category: |Views: 15

tags: another

Living with TFS Version Control(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 5 months ago

Why is doing a "Get Latest (Recursive)" bad for your health and how does TFS version control really work? Read this to find out. read more...

add a comment |category: |Views: 40

tags: another

Tips for Upgrading from TFS 2005 to TFS 2008(ozgrant.com)

submitted by rbanks54rbanks54(210) 4 years, 6 months ago

Thinking of upgrading your TFS 2005 installation to TFS 2008? The good news is that it's reasonably easy, but you'll want to have a read through this list of things to know and be aware of before upgrading. read more...

add a comment |category: |Views: 91

tags: another

Problems with the new MSDN Download Manager(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 6 months ago

Thoughts on the new download manager used for Visual Studio distribution and a hint as to where your downloads may actually be. read more...

add a comment |category: |Views: 5

tags: another

Introducing SyncLINQ (Databinding with LINQ)(paulstovell.net)

submitted by rbanks54rbanks54(210) 4 years, 7 months ago

SyncLINQ is a set of extensions to LINQ that enable data binding over LINQ queries. SyncLINQ alters LINQ queries so that they return INotifyCollectionChanged collections, meaning that when the sources are updated, the result of the LINQ query is also updated. read more...

add a comment |category: |Views: 186

tags: another

Getting Started with TFS Integrator(notgartner.wordpress.com)

submitted by rbanks54rbanks54(210) 4 years, 7 months ago

Ever wanted to get continuous integration (CI) working with TFS? Have a look at TFSIntegrator and find out how easy it can be. read more...

1 comment |category: |Views: 13

tags: another

Assembling A Free WPF Development Kit(learnwpf.com)

submitted by rbanks54rbanks54(210) 4 years, 7 months ago

Want to get started playing around with WPF applications, but you'd rather save your cash for some SLI video cards? Never fear - here's a list of free (as in gratis) tools for most facets of WPF development. read more...

add a comment |category: |Views: 4

tags: another

Using Workflow Rules to Iterate and Remove Items From a Collection(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 7 months ago

Information on how to process collections and remove items from collections, all via the WF Rules engine. read more...

add a comment |category: |Views: 62

tags: another

How to use the Workflow Rules Engine By Itself(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 7 months ago

You can use the workflow rules engine on it's own without any workflows at all. Because the windows workflow foundation architecture is very loosely coupled the workflow rules engine is effectively a standalone component that workflows call out to when they have rules to evaluate. We can take advantage of this from our own .NET applications and call the rules engine whenever we want a set of rules evaluated against one of our objects. read more...

add a comment |category: |Views: 250

tags: another

Building .NET 3.5 Applications with Team Build 2005(tfsnow.wordpress.com)

submitted by rbanks54rbanks54(210) 4 years, 7 months ago

Last week I posted up on how we had figured out a way of building .NET 2.0 code developed in Visual Studio 2008 under Team Build 2005 (a component of Team Foundation Server 2005). That post received quite ... read more...

add a comment |category: |Views: 7

tags: another

Development Nirvana(dotnetjunkies.com)

submitted by rbanks54rbanks54(210) 4 years, 7 months ago

A list of freely available tools and utilities to make Visual Studio sing read more...

add a comment |category: |Views: 1

tags: another

How To Detect if Another Application is Running in Full Screen Mode(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 8 months ago

Work out how to tell if another program is running in fullscreen mode. read more...

add a comment |category: |Views: 87

tags: another

Reporting Services Deployment Automation(paulstovell.net)

submitted by rbanks54rbanks54(210) 4 years, 8 months ago

Scripts to help with automating the deployment of reporting services applications (via TFS but the concept applied to CC.Net as well). read more...

add a comment |category: |Views: 48

tags: another

Versioning Builds With TFS & MSBuild(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 8 months ago

How to automatically use the TFS changeset number for the revision number part of a version string. read more...

add a comment |category: |Views: 163

tags: another