chrcar01

Stories submitted by chrcar01

Tweet Snippet(www.tweetsnippet.com)

submitted by chrcar01chrcar01(560) 1 year ago

Easy code snippet tweeting. read more...

add a comment |category: |Views: 1

tags: another

Pluck Me!(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 7 months ago

Fun with Generics and Arrays and Delegates read more...

8 comments |category: |Views: 0

tags: another

"Unit tests take too much time".... WTF(devlicio.us)

submitted by chrcar01chrcar01(560) 4 years, 7 months ago

Good little post that pretty well describes most of the people I work with, and their mantra goes something like this: "We don't have time for unit tests right now, we have to get this project done ASAP!! We can always refactor and clean up the code later" read more...

3 comments |category: |Views: 32

tags: another

Brute Force? I Guess I'll Just Use SubSonic Then...(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Hand written sql versus SubSonic? SubSonic wins hands down... read more...

add a comment |category: |Views: 6

tags: another

Test Driven Development...Do You?(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Little bit of reality programming on how NOT to write unit tests. read more...

add a comment |category: |Views: 7

tags: another

CopyTo<T>(T Target)(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Technique for copying all commonly named properties from an instance of one type to an instance of some unrelated type. read more...

add a comment |category: |Views: 1

tags: another

Try..Catch ...Now What(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Story from the trenches of how NOT to use try..catch blocks. read more...

2 comments |category: |Views: 13

tags: another

Essential MonoRail(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 8 months ago

Describes the bare minimum, essential code only, to get Caslte's MonoRail to render content. Visual Studio not needed. read more...

add a comment |category: |Views: 9

tags: another

Dependency Injection from the Trenches(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 9 months ago

Example of how to incorporate dependency injection to make code that depends on external resources testable. read more...

add a comment |category: |Views: 11

tags: another

Castle ActiveRecord "Hello World"(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 10 months ago

...the simplest "Hello World" program for using Castle ActiveRecord... read more...

add a comment |category: |Views: 28

tags: another