rauchy

Stories kicked by rauchy

Special Case It, Part Two(rauchy.net)

submitted by rauchyrauchy(455) 2 years, 4 months ago

More techniques to kick null's ass. read more...

add a comment |category: |Views: 15

tags: another

Special Case It(rauchy.net)

submitted by rauchyrauchy(455) 2 years, 5 months ago

Guys, will you knock it off with returning nulls from methods? read more...

add a comment |category: |Views: 16

tags: another

Announcing TeamCity.CodeBetter.com (codebetter.com)

submitted by MichaelDotNetMichaelDotNet(450) 3 years, 3 months ago

CodeBetter – in collaboration with JetBrains, IdeaVine, and Devlicio.us – is proud to announce the launch of TeamCity.CodeBetter.com – a continuous integration server farm for open source projects. JetBrains is generously supporting our community efforts by funding the monthly costs of the server farm and providing a TeamCity Enterprise license. Volunteers from CodeBetter, IdeaVine, and Devlicio.us are administering the servers and setting up OSS projects on the build grid. read more...

1 comment |category: |Views: 205

tags: another

SubSonic 3 Alpha Is Ready(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 5 months ago

SubSonic 3 is ready for Alpha. It's a pretty significant upgrade and I think I've tackled all the bugs and issues. Lofty hopes, but with your help maybe we can make this thing solid. read more...

add a comment |category: |Views: 183

tags: another

SubSonic 3.0 Preview 2(blog.wekeroad.com)

submitted by jkealeyjkealey(235) 3 years, 6 months ago

Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. read more...

1 comment |category: |Views: 438

tags: another

ALT.NET Podcast Episode 12: More jQuery in ASP.NET(altnetpodcast.com)

submitted by powerrushpowerrush(3873) 3 years, 7 months ago

In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft’s jQuery in ASP.NET announcement. Continuation or Episode 12. read more...

add a comment |category: |Views: 7

tags: another

10 Programming Proverbs Every Developer Should Know(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 7 months ago

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

add a comment |category: |Views: 1213

tags: another

Regionerate Beta 2 Released(rauchy.net)

submitted by rauchyrauchy(455) 3 years, 7 months ago

I am pleased to announce the release of Regionerate Beta 2. The first public beta was released more than a year ago and since then, thanks to great community participation in the forums and thanks to submitted patches, many bugs were fixed and many new features were introduced. I would like to thank everyone for their great help over the past year, and I hope Regionerate will continue to evolve and grow towards a super-stable and feature-rich v1.0. read more...

1 comment |category: |Views: 23

tags: another

Roland WeigeIt's GhostDoc for Visual Studio(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 9 months ago

I have been using Roland WeigeIt’s GhostDoc 2.1.3 for both Visual Studio 2005 and 2008 for about six months, and I am hooked. Here's a quick tutorial to get up and running with this free tool. read more...

add a comment |category: |Views: 572

tags: another

12 Unit Testing Tips for Software Engineers(readwriteweb.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"In this post we look at a dozen unit testing tips that software engineers can apply, regardless of their programming language or environment." read more...

add a comment |category: |Views: 570

tags: another

Naming Conventions: Are They Really That Important?(rauchy.net)

submitted by rauchyrauchy(455) 3 years, 9 months ago

Why are we so obsessed with naming conventions? read more...

add a comment |category: |Views: 17

tags: another

Contextual Binding with StructureMap 2.5(devlicio.us)

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

Taking a look at the various ways to do contextual binding with the StructureMap IoC container. What is Contextual Binding? Contextual Binding is the ability to switch out different concrete implementations of a service (i.e. class) at runtime depending on the context in which they are used. read more...

add a comment |category: |Views: 112

tags: another

No, inheritance is not the way to achieve code reuse!(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

I am not sure how so many people go through so many years of school, which is supposed to make us better at thinking, and they fail to differentiate the “why” and the “how”. During interviews, when I ask their opinion about the purpose of inheritance in OOP, invariably I get this precooked answer (not so nicely expressed): inheritance is the way to achieve code reuse. No it is not! read more...

5 comments |category: |Views: 648

tags: another

The Onion Architecture(jeffreypalermo.com)

submitted by terrbleterrble(1665) 3 years, 9 months ago

The fundamental rule is that all code can depend on layers more central, but code cannot depend on layers further out from the core. This architecture is unashamedly biased toward object-oriented programming, and it puts objects before all others. read more...

1 comment |category: |Views: 487

tags: another

Finally, a Good Reason for an Extension Method(rauchy.net)

submitted by rauchyrauchy(455) 3 years, 10 months ago

I finally understand why extension methods are useful. read more...

add a comment |category: |Views: 37

tags: another

Scale Cheaply - Sharding (codebetter.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 10 months ago

There are a lot of expensive ways to scale your database – all of which are highly touted by the big three database vendors because, well, they want to sell you all types of really expensive stuff. Despite what an “engagement consultant” might tell you though, most of the high-traffic websites on the web (google, digg, facebook) rely on far cheaper and better strategies: the core of which is called sharding. read more...

add a comment |category: |Views: 321

tags: another