colinjack

Stories kicked by colinjack

SOA Patterns – Blogjecting Watchdog(rgoarchitects.com)

submitted by colinjackcolinjack(1010) 3 years ago

Great SOA pattern. read more...

add a comment |category: |Views: 22

tags: another

The Cost of Net Negative Producing Programmers(blog.jayfields.com)

submitted by colinjackcolinjack(1010) 3 years, 4 months ago

Discussion of NNPPs and how to tackle them. read more...

1 comment |category: |Views: 473

tags: another

The Fat Controller (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 4 months ago

Avoiding MVC anti-patterns. read more...

add a comment |category: |Views: 48

tags: another

On Oxite(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 5 months ago

Excellent comments from Glen Block on Oxite, great quote: "...if you want to develop something that will be useful to the community as guidance, don't built it behind closed doors, build it WITH the community. Don't tell them it's good guidance, let THEM tell you." read more...

add a comment |category: |Views: 7

tags: another

Describing Anti-Patterns(rgoarchitects.com)

submitted by colinjackcolinjack(1010) 3 years, 5 months ago

List of SOA anti-patterns that the author wants to describe. read more...

add a comment |category: |Views: 16

tags: another

Oxite - Oh Dear Lord Why?! (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 5 months ago

Oxite is an open source application built on ASP.NET MVC and Karl Seguin raises some points related to the design/architecture/implementation. read more...

1 comment |category: |Views: 695

tags: another

SOA Anti-Pattern : The Knot(rgoarchitects.com)

submitted by colinjackcolinjack(1010) 3 years, 5 months ago

Arnon is wriitng a book on SOA Patterns and has published one of the anti-patterns that he intends to include in it. Highly recommended. read more...

add a comment |category: |Views: 29

tags: another

Time to slow down the Oslo hype (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

Jeremy Millers views on the Oslo hype. read more...

add a comment |category: |Views: 11

tags: another

Ian talks about L2S Being killed(codebetter.com)

submitted by sidaroksidarok(1715) 3 years, 6 months ago

great post from Ian on the choice of EF over L2S decision from Microsoft. read more...

2 comments |category: |Views: 635

tags: another

LINQ To SQL is Dead - Read Between the Lines (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved. read more...

4 comments |category: |Views: 817

tags: another

LINQ To SQL Gets Kicked to the Curb... Needs A Good Home!(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. read more...

5 comments |category: |Views: 490

tags: another

BDD - Consider your audience(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 7 months ago

Reminder to focus on the language of your users/domain experts. read more...

add a comment |category: |Views: 8

tags: another

Thoughts on validation in ASP.NET MVC applications(blog.codeville.net)

submitted by LordLord(3737) 3 years, 8 months ago

MVC Preview 5 comes with two new API pieces that seem relevant to validation: ModelState. Controllers now have an official way to pass validation error information to views. Populate ViewData.ModelState, then you can use the built-in HTML helpers to render error message summaries, and to highlight input fields that correspond to errors. Model binders. Controllers are expected to populate model objects from form posts using the IModelBinder API. You can create custom binders - the framework calls your binder to obtain a value for each model property. (If you don’t understand this, don’t worry - it turns out not to be relevant.) read more...

add a comment |category: |Views: 17

tags: another

Taking a look at NUnit 2.5 Alpha 3(blog.benhall.me.uk)

submitted by colinjackcolinjack(1010) 3 years, 9 months ago

Detailed look at NUnit 2.5 alpha 3. read more...

add a comment |category: |Views: 5

tags: another

Ward's Wiki is still a great resource from Jeremy D. Miller(codebetter.com)

submitted by dcarrdcarr(790) 3 years, 10 months ago

From Jeremy Miller.. This is fantastic and this information is so utterly vital to success and optimization for teams. It kills me most fail to leverage the real benefit of 'speaking in patterns' at a mastery level where it is understood that the conceptual OO design is easy and trivial compared with changing your culture. Yet once it happens an entire cascade of changes often happen I have noticed which drives tems to obvious places in domain-driven 'ubiquitous language'. Damon read more...

1 comment |category: |Views: 13

tags: another

Projects In Visual Studio(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 10 months ago

Ideas for how to improve the experience of using projects with Visual Studio. read more...

add a comment |category: |Views: 13

tags: another