rbanks54

Stories kicked 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

Rhino Mocks Quick Reference(orand.blogspot.com)

submitted by orandorand(295) 4 years, 5 months ago

Concise examples of all the main features of the Rhino Mocks mock object framework read more...

2 comments |category: |Views: 950

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

The waterfall trap for “agile” projects(gojko.net)

submitted by gojkogojko(1115) 4 years, 5 months ago

Jeff Patton from Thoughtworks held a very interesting session at XpDay last month in London, focusing on a common misconception that causes “agile” projects to fall into the same trap that the waterfall ones typically do. read more...

add a comment |category: |Views: 4

tags: another

More Silk-style icons(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 5 months ago

Everybody's heard of the fantastic silky-smooth "Silk Icons" set from FamFamFam. This new set complements that original 1,000 png icon set with over 450 more of the same for use in Windows or Web applications. read more...

1 comment |category: |Views: 270

tags: another

Type casting – the difference between as and () operators(olegsych.spaces.live.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

In C#, you have two different ways to perform type casting (a.k.a. explicit type conversion) – as and () operators. The difference between the two operators is not limited to just syntax, they work differently. It is subtle enough to trap even experienced developers read more...

add a comment |category: |Views: 12

tags: another

TDD with ASP.NET MVC 3.5 Extensions(chadmyers.com)

submitted by chadmyerschadmyers(840) 4 years, 5 months ago

Doing TDD using the new ASP.NET MVC 3.5 Extensions read more...

add a comment |category: |Views: 26

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

How to use R# with VS 2008(codebetter.com)

submitted by whoisvaibhavwhoisvaibhav(1000) 4 years, 6 months ago

Tips for immediately using R# 3.0.2 with VS 2008 read more...

add a comment |category: |Views: 1

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

New SubSonic Provider: LOLCode.NET (blog.wekeroad.com)

submitted by stimpy77stimpy77(1271) 4 years, 6 months ago

SubSonic now supports LOLCode.NET read more...

5 comments |category: |Views: 14

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

Report Services Automation With PowerShell(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 7 months ago

PowerShell script to take a Report Services .rptproj project file and output a command script to deploy the reports as per the project settings. read more...

add a comment |category: |Views: 59

tags: another

Conveying Agile Processes Concisely to Clients(devlicio.us)

submitted by billybilly(410) 4 years, 7 months ago

When beginning a new project of any appreciable size and scope, I always start with a project charter to define the project vision, the business case for the product, basic scope and critical success factors. I also use the project charter to clearly define, to the stakeholders of the project, the agile processes that will be employed to manage project development. read more...

add a comment |category: |Views: 0

tags: another

Home Automation with Windows Workflow(blogs.msdn.com)

submitted by RobrRobr(190) 4 years, 7 months ago

There are some pretty good Home Automation packages out there on the market. Some of these are made for installers and are thus closed to easy customization by the end user. Then there are packages that are made for hobbyists. These have good core automation systems, and provide some add-in points for customization. read more...

add a comment |category: |Views: 50

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