FlukeFan

Stories kicked by FlukeFan

Some Servicelocator pattern stinks(www.jefclaes.be)

submitted by JefClaesJefClaes(650) 1 month, 9 days ago

I have been working on a somewhat legacy codebase which makes use of the Servicelocator pattern. Although I always thought of Dependecy Injection to be the superior pattern, I was pleased to find some Inversion of Control implementation in there. Working with the codebase, I discovered first hand how easily, when used without caution and discipline, the Servicelocator pattern can introduce code rot. read more...

1 comment |category: |Views: 197

tags: another

Fluent NHibernate Solution to enable SchemaExport to create HiLo colum(anthonydewhirst.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 months, 20 days ago

I spent a few hours recently trying to figure out why Fluent NHibernate (FNH) wasn’t doing what I thought it should be doing when using the HiLo generator conventions and then using the SchemaExport tool to generate my schema. After eventually looking at the hbm files that FNH was producing for a possible error and to make sure that I was using FNH correctly, I realised that FNH wasn't the problem, and that the problem lies within SchemaExport. I have created a solution ... for FNH shown below. read more...

add a comment |category: |Views: 9

tags: another

IQueryable Can Kill Your Dog, Steal Your Wife, Kill Your Will To Live,(www.weirdlover.com)

submitted by evannevann(219) 2 years ago

If you take a quick detour over to StackOverflow, you’ll realize very, very quickly that, when it comes to wholly and full-heartedly screwing up your Linq to SQL statements, the screw-up almost always involves a misunderstanding of the purpose and... read more...

add a comment |category: |Views: 841

tags: another

Tests are not Second-Class Citizens(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 2 years, 2 months ago

Describing some of the mistakes that can be made when attempting Continuous Integration. read more...

add a comment |category: |Views: 2

tags: another

Cartoon. Tetris development(hacktoons.com)

submitted by miniscrumminiscrum(138) 2 years, 3 months ago

Next comic strip about programmers' fail. Guess what's wrong before reading the notes? read more...

add a comment |category: |Views: 507

tags: another

Rounded Corners with the Cornerz jQuery plugin(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

I found a useful plugin to create rounded corners with ease. The output looked consistent in most of the latest browsers I tested it on. Here's a post introducing you to the plugin read more...

3 comments |category: |Views: 546

tags: another

Composition versus Inheritance(www.lostechies.com)

submitted by ChrisMissalChrisMissal(145) 2 years, 3 months ago

Discusses the benefit of Composition versus Inheritance. Touches on IoC Containers and how they can help you achieve more granular bits of code that make your applications more flexible and easier to maintain. read more...

add a comment |category: |Views: 636

tags: another

Context and Best Practices(www.lostechies.com)

submitted by usshermussherm(5285) 2 years, 4 months ago

The Right Way versus the Better Way; Default Architectures; Starting Small read more...

add a comment |category: |Views: 505

tags: another

IE8 And Web Standards(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 5 months ago

Earlier this year, Microsoft submitted 7200 CSS 2.1 test cases to the W3C, as a mature approach to move the web forward and help solving ambiguities, options and misinterpretations in any specification. In this post you will get a sense of how these tests work and how IE, Firefox, Safari, Opera and Chrome are passing these tests. You will also find a demo of Expression Web SuperPreview and some very positive feedback from the Mozilla team. read more...

3 comments |category: |Views: 188

tags: another

Use Google's Closure Compiler in C#(madskristensen.net)

submitted by madskristensenmadskristensen(8565) 2 years, 6 months ago

A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript. read more...

add a comment |category: |Views: 432

tags: another

hornget - apt-get for .Net OSS(hornget.net)

submitted by carcercarcer(240) 2 years, 6 months ago

Hornget provides an apt-get like service for common .Net Open Source projects. Want the latest NHibernate, Castle ActiveRecord, Rhino Commons but don't want to go through the headache of the numerous build processes and dependencies? Hornget supplies a daily a build of a number of OSS projects trunks as a downloadable Zip to ease upgrading to the latest versions read more...

add a comment |category: |Views: 206

tags: another

Selective Unit Testing – Costs and Benefits(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 6 months ago

Test Driven Development is widely regarded as a hallmark technique of professional software development, but should you really do it all the time? Steve Sanderson argues that unit tests yield significant practical business value only for certain kinds of code. This blog post suggests what might be the underlying forces that determine whether unit tests will justify the long-term expense of creating and maintaining them. These ideas are then applied to structuring an ASP.NET MVC application. read more...

add a comment |category: |Views: 292

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

Enterprise Product: $50,000 and 8 months – You must be kidding!(theagileexecutive.com)

submitted by nickbeaunickbeau(45) 2 years, 9 months ago

Nick Beaugeard (Founde , HubOne) describes how the built a Certified, Enterprise ready application in 8 months and with a budget of only $50,000. The solution is written purely in .Net and thanks to the Microsoft Bizspark program, they took advantage of Visual Sudio Team System 2008 to help manage the process. This is a description of development process rather than necessarily the technologies applied, but should be of interest to anyone writing commercial software. read more...

add a comment |category: |Views: 472

tags: another

The Toughest Developer Puzzle Ever(jeffblankenburg.com)

submitted by sadukiesadukie(505) 2 years, 10 months ago

What happens when you get a few web developers who like puzzles together? Check out Jeff Blankenburg's post on the Toughest Developer Puzzle Ever, and rise to the challenge! read more...

2 comments |category: |Views: 1292

tags: another

Pulling others up(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 10 months ago

What should you do when you're in a situation where the people you're working with aren't using the latest and greatest technology and might not be using the so-called "best practices" that you subscribe to? read more...

add a comment |category: |Views: 357

tags: another