joejoejoejoe

Stories submitted by joejoejoejoe

A Post About Nothing, or, How I Learned To Stop Worrying And Love Null(dylanbeattie.blogspot.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 3 months ago

What does null mean? It's got to mean something. You're either pregnant or you're not. You can't have a third state. A light switch is either on or off. If a light switch doesn't exist then it's potentially very dangerous. Almost as dangerous as having a nullable bool. read more...

add a comment |category: |Views: 9

tags: another

Is a Crisp a Value Object?(dylanbeattie.blogspot.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 3 months ago

On careful reflection, I don't think a crisp is a value object – at least, not in the playground scenario I was dealing with - because I'd argue that every crisp has a distinct identity and lifecycle. Don't believe me? Here, have some crisps. No, it's OK, go on, have the whole bag... <crunch, crunch, crunch> Now that you're happily tucking into your crisps - guess what? Colin licked one of those crisps earlier when you weren't looking. read more...

add a comment |category: |Views: 9

tags: another

DDD Aggregate Component pattern in action(lostechies.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 3 months ago

How do I inject/use a Service/Repository inside an Entity? read more...

add a comment |category: |Views: 71

tags: another

"Quality Doesn't Matter That Much" -- Jeff and Joel (blog.objectmentor.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 3 months ago

I was riding my exercise bike, listening to Stack Overflow #38 when I heard Jeff Atwood and Joel Spolsky say "Quality just doesn't matter that much." I nearly fell off my bike. read more...

1 comment |category: |Views: 548

tags: another

Taking the Magic out of Expression(codethinked.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 5 months ago

Concise introduction to expression trees. read more...

add a comment |category: |Views: 444

tags: another

S#arp Architecture: ASP.NET MVC with NHibernate and Spring(devlicio.us)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years ago

Architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate 1.2 and Spring.NET 1.1.1. read more...

add a comment |category: |Views: 440

tags: another

Side Effecting Functions are Code Smells(weblogs.asp.net)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years ago

When you think of the word side effect in most languages, you tend to think of any unintended consequence. Instead, what we mean by it is having any effect on the system from an outside force. read more...

add a comment |category: |Views: 0

tags: another

Using Spring.NET and NHibernate with ASP.NET MVC(devlicio.us)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 1 month ago

getting NHibernate lazy loading to work in symbiosis with Spring.NET dependency injection for controllers read more...

add a comment |category: |Views: 406

tags: another

Your first ****** stinks! (codebetter.com)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 4 months ago

I know some people admire decisiveness and sometimes it's justified and valuable. Other times making a rash decision is going to cause nothing but pain. I've seen this come up lately in regards to both designing software and estimating projects. read more...

add a comment |category: |Views: 0

tags: another

Foundations Of Programming PDF(codebetter.com)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 4 months ago

Foundations Of Programming PDF read more...

add a comment |category: |Views: 23

tags: another

Approaching BDD(codebetter.com)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 4 months ago

Approaching BDD read more...

add a comment |category: |Views: 7

tags: another

Using jQuery with ASP.NET MVC(chadmyers.com)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 5 months ago

For the sake of this article, I'm going to assume you're already at least basically familiar with jQuery. My goal here is not to teach how to use jQuery, but rather how jQuery might be used against the new ASP.NET 3.5 MVC Extensions. For this post, I'm going to work with the Edit In Place tutorial by Jack Born. read more...

add a comment |category: |Views: 120

tags: another

MonoRail Quickly - Screencast(lostechies.com)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 5 months ago

Monorail tutorial, but also goes over his basic project setup. read more...

add a comment |category: |Views: 2

tags: another

Solution Folders in Vs.Net(dotnettipoftheday.org)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 5 months ago

Big Visual Studio.NET solutions can be organized by grouping related projects into folders read more...

add a comment |category: |Views: 3

tags: another

Hello Buildah, Goodbye Muddah(devlicio.us)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 7 months ago

Using the Builder pattern in a unit test environment. read more...

add a comment |category: |Views: 0

tags: another

Generic function to removeDuplicates from Generic List(geekswithblogs.net)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 8 months ago

Generic function to removeDuplicates from Generic List read more...

add a comment |category: |Views: 28

tags: another