chrcar01

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

Do You Really Want to Be a Development Team Leader?(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader". Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale. read more...

add a comment |category: |Views: 29

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

Pattern Focus: Mediator Pattern(lowendahl.net)

submitted by lowendahllowendahl(750) 4 years, 8 months ago

The mediator pattern explained as a story with two prior attempts of solving a problem which emerged into the third, using the mediator pattern. Example in C#. read more...

add a comment |category: |Views: 38

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

My new little friend, Enum<T>(devlicious.com)

submitted by bennagebennage(1150) 4 years, 8 months ago

Some description of a help class for working with Enumerations. read more...

2 comments |category: |Views: 46

tags: another

.NET web apps (and ProMesh.NET) on Linux (Mono)... "It just works"(blog.activa.be)

submitted by activaactiva(2340) 4 years, 8 months ago

I was a little curious about how ProMesh.NET (MVC Web Framework for .NET 2.0) would run on Mono (if at all) read more...

add a comment |category: |Views: 16

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

TIP: Try right clicking on the filetabs in VS 2005(blogs.msdn.com)

submitted by RobChappelRobChappel(2720) 5 years, 9 months ago

This is a nice little tip and one that I use all the time. read more...

1 comment |category: |Views: 0

tags: another

C#'s new ?? operator(blogs.sagestone.net)

submitted by bottlesbottles(420) 5 years, 10 months ago

From the post "I hadn't seen this in any of the C# 2.0 feature lists, but Fritz Onion brings this little gem to light for me. There's a new operator: ?? It's a lot like the old inline if statement." read more...

5 comments |category: |Views: 8

tags: another