vb6stillrocksman

Stories kicked by vb6stillrocksman

Tutorial to TDD using Rhino Mocks and SystemWrapper.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 5 months ago

Learn how to do TDD and mocking. Also discover new library SystemWrapper. read more...

add a comment |category: |Views: 116

tags: another

Improving the SEO of your blog(cptloadtest.com)

submitted by dburtondburton(115) 3 years, 5 months ago

Did you know that yourdomain.com and www.yourdomain.com are actually different sites? Are they both serving the same content? If so, it may be negatively impacting your search engine rankings. Using HTTP 301 redirects, you can combine these synonymous URLs to increase your page ranking. read more...

1 comment |category: |Views: 270

tags: another

Becoming a ReSharper Samurai - Part 2(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 5 months ago

This is the second in a multi-part series were we will guide you through various features of ReSharper. read more...

add a comment |category: |Views: 485

tags: another

The Private Life of a Public API(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 5 months ago

Developing a public API on .NET is hard work, but it can be rewarding. Some reflections on the "Framework Design Guidelines" read more...

1 comment |category: |Views: 325

tags: another

Using Linq2Objets to perform list conversoin(dimecasts.net)

submitted by vb6stillrocksmanvb6stillrocksman(55) 3 years, 8 months ago

A short screencast showing how to use Linq2Objets to perform list conversion. read more...

add a comment |category: |Views: 174

tags: another

Setting up Continuous Integration for your Application with Team City(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 8 months ago

A short screencast on setting up Continuous Integration for your Application with Team City read more...

add a comment |category: |Views: 265

tags: another

XML Data Manipulation with XLinq(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

A short screencasts on how to do XML Data Manipulation with XLinq read more...

add a comment |category: |Views: 147

tags: another

Creating a project in Team Foundation Server(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 10 months ago

A short screencast showing how to create a project in Team Foundation Server read more...

1 comment |category: |Views: 149

tags: another

Testing Abstract classes with Rhino Mocks(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 10 months ago

Short how-to screencast showing how to test Abstract classes with Rhino Mocks read more...

add a comment |category: |Views: 148

tags: another

A Programming Job Interview Challenge #9 (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 11 months ago

That’s it, the 9th post of the series of programming job interview challenge is out and alive. This question is about trees and it is very simple. It is a logical question so there is no need for code... read more...

add a comment |category: |Views: 333

tags: another

10 reasons why SQL Server 2008 is going to rock(angryhacker.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Just like its predecessor, SQL Server 2008 is taking its sweet time to actually ship. However, unlike its predecessor, it won't just be a "worthwhile upgrade". It will kick ass. Here are the top 10 reasons why. read more...

add a comment |category: |Views: 976

tags: another

Learning how to create LiveTemplates with ReSharper(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short how-to on learning how to create LiveTemplates with ReSharper read more...

1 comment |category: |Views: 206

tags: another

Introduction to Mocking with Rhino Mocks(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

A short screencast introduction to Mocking with Rhino Mocks read more...

add a comment |category: |Views: 329

tags: another

Preserving Routes for SEO using the MVC Routing Engine(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short screencast showing how to preserve routes for SEO using the MVC Routing Engine read more...

add a comment |category: |Views: 159

tags: another

Unit tests are for functionality, not code!(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

Unit tests are meant to test functionality, NOT code! That means if you write your unit tests after the fact, you’re probably not focusing on the functionality. read more...

1 comment |category: |Views: 324

tags: another

Getting rid of strings (2): use lambda expressions(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

1 comment |category: |Views: 644

tags: another