ignu

Stories kicked by ignu

Reporting in NoSQL(blog.wekeroad.com)

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

One question that comes up a lot in conversation, however, is “dude what about reporting – you can’t do that with NoSQL very well now can ya?” and the answer is “yes, correct. You can’t”. As with all things programming: right tool for the right job. read more...

add a comment |category: |Views: 311

tags: another

Why Comments Are Evil and Pair Programming(deepfriedbytes.com)

submitted by ignuignu(105) 2 years, 9 months ago

In this episode Keith and Woody sit down with friend and traveling developer Corey Haines. Here's a question, how many times have you written comments in your code? Probably a lot! In this show Corey gives some valid reasons why developers shouldn't have comments in their code. The guys also discuss pair programming, what it is, how it is done, and the benefits of doing it. read more...

add a comment |category: |Views: 18

tags: another

Zen is Live!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 10 months ago

Zen, the lean project management tool, is now open to the public! read more...

add a comment |category: |Views: 550

tags: another

Automocking and BDD style tests with NUnit(geekswithblogs.net)

submitted by ignuignu(105) 2 years, 11 months ago

A low friction approach to get rolling with TDD/BDD. read more...

add a comment |category: |Views: 47

tags: another

Adventures in MVVM – Commanding with List Boxes(geekswithblogs.net)

submitted by BrianGenisioBrianGenisio(1000) 2 years, 11 months ago

Continuing in my series of “Adventures in MVVM”, I want to talk about a few different approaches to working with List Boxes with the MVVM pattern... read more...

add a comment |category: |Views: 25

tags: another

Kobe – In the nuts & bolts and don’t really liking it(ayende.com)

submitted by LordLord(3737) 3 years, 1 month ago

There is another ASP.Net MVC sample app, this time it is official, passed the proper review procedure, and is explicitly marketed as “intended to guide you with the planning, architecting, and implementing of Web 2.0 applications and services.” I am saying all of that in order to distinguish it from Oxite, which was non of this things. There have been a couple of reviews of Kobe already. Frankly, I don’t really care for them, mostly because I think that they dealt too much with nitty gritty details of the app that doesn’t really matter much. I don’t much care for extra using or the use of System.Int32 vs. int, the naming convention used or even what sort of HTML formatting they used. I mostly care about the code and architecture. So I decided to take a look myself. read more...

add a comment |category: |Views: 240

tags: another

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

submitted by johnsheehanjohnsheehan(4785) 3 years, 1 month ago

Karl Seguin weighs in on the latest MS ASP.NET MVC sample app read more...

add a comment |category: |Views: 406

tags: another

Kobe – MS New Web 2.0 Resource Kit in ASP.NET MVC and My thoughts(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 1 month ago

If you recently visited the home page of www.asp.net you will find that Microsoft has released a new Resource Kit for developing Web 2.0 Applications. The resource kit contains a sample reference application that is developed in ASP.NET MVC framework. Since both of these are my area of of interest, I downloaded the codes and give a quick walkthrough. Prior getting to the main discussion, I just want to remind you that it is the second reference application (after Oxite) that is named under Microsoft, so you are suppose to get some quality.... read more...

add a comment |category: |Views: 402

tags: another

An Open Letter to Joel Spolsky and Jeff Atwood (blog.objectmentor.com)

submitted by ignuignu(105) 3 years, 3 months ago

Uncle Bob writes an open letter to Stack Overflow and offers to be a guest on the show. read more...

add a comment |category: |Views: 16

tags: another

Discussion: OO 101 Solutions and the Open Close Principle at the archi(ayende.com)

submitted by adminjewadminjew(1490) 3 years, 4 months ago

This post is based on the transcript of a conversation between me and Luke Breuer, regarding the application of the Open Close Principle to the system architecture. The quoted sections are Luke's, and my own responses are shown underneath them. This is a different style from my usual posts, because this is a conversation, which was transcriptted and only slighted edited. I hope that this would help all those who wanted to know more about what I meant about using OPC at the architecture level and how to structure systems where you only ever add new things. read more...

add a comment |category: |Views: 11

tags: another

Alt.NET Podcast Episode 13: Ruby on Rails(altnetpodcast.com)

submitted by blowmageblowmage(455) 3 years, 4 months ago

Brian Eng and Jeff Cohen from the Softies on Rails blog, and James Avery discuss the Ruby on Rails web framework and what Alt.NET can learn from it. read more...

add a comment |category: |Views: 186

tags: another

When Should I Write Tests?(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 5 months ago

The definitive answer to a question that comes up all the time... read more...

2 comments |category: |Views: 494

tags: another

Improve your jQuery - 25 excellent tips(tvidesign.co.uk)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings. I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in. read more...

2 comments |category: |Views: 776

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

ASP.NET: officially unmaintainable(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years ago

+1 read more...

13 comments |category: |Views: 847

tags: another

Entity Framework: Our Albatross (codebetter.com)

submitted by ignuignu(105) 4 years ago

ADO.NET Entity Framework. All I needed to know is that there are three different designer-generated XML files. But Dave Laribee rips it a new one here. read more...

1 comment |category: |Views: 342

tags: another