chrissie1

Stories submitted by chrissie1

My First VS 2010 Extension(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 2 years ago

Writting a first VS2010 extension for NArrange to make it eassier to run. read more...

add a comment |category: |Views: 6

tags: another

Validating a Domain model for VB.Net(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 2 years, 6 months ago

Validating a domain object without changing the object, for VB.Net. read more...

add a comment |category: |Views: 8

tags: another

professional values(theruntime.com)

submitted by chrissie1chrissie1(370) 3 years, 3 months ago

Interesting post about over the need to agree to disagree, even in software development. read more...

add a comment |category: |Views: 6

tags: another

Troubleshooting blocking 101 on sql-server(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 6 months ago

How to find out which process is blickong in SQL-server 2005 read more...

1 comment |category: |Views: 179

tags: another

An interview with Roy Osherove author of "The Art of Unit Testing"(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 7 months ago

A short interview with Roy Osherove, author of a new book "The Art of Unit Testing" and known blogger, who works on Typemock Isolator. read more...

add a comment |category: |Views: 206

tags: another

VB.Net: Rhino Mocks and the AAA syntax(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 7 months ago

About how to use the new AAA (Arrange, act, and Assert) syntax with VB.Net and the difference with the old syntax. read more...

add a comment |category: |Views: 38

tags: another

How to include OpenSearch for your website.(hanselman.com)

submitted by chrissie1chrissie1(370) 3 years, 10 months ago

Scott explains what OpeSearch is and how to add it to for your website. read more...

add a comment |category: |Views: 11

tags: another

Seperations of concerns(lostechies.com)

submitted by chrissie1chrissie1(370) 3 years, 10 months ago

This is the 5th and last part in a series on hoow to make a bad application better. Wonderfully explained. There is a lot to learn from this. read more...

add a comment |category: |Views: 358

tags: another

Extending the System.Drawing.Image clas to make a thumbnail(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 10 months ago

Extending the System.Drawing.Image clas to make a thumbnail easy way. Instead of using getThumbnail you just use Tothumbnail and a maximumsize, optional parameter is if you want to keep the aspect ratio. read more...

4 comments |category: |Views: 242

tags: another