Browse by Tags

All Tags » Architecture (RSS)

Interesting MVC Sample Project

I was listening to some podcasts or other, I think it was one of the Herding Code podcasts, where they interview Rob Conery and his sample MVC project. In which he walked you through the process of creating this MVC Storefront using ASP.NET MVC, TDD,...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

100% Customized Development Effort vs Customization of Available Solutions

Sometimes, and I am also guilty at this as well, we tend to want to develop a fully 100% customized solution from the very beginning, may it be an ASP.NET website or otherwise. After all, what fun is it in trying to customize someone else's code,...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

Coding Katamari

As usual, I started my day perusing hundreds RSS subscription (I used to use Outlook for this, but I am getting to like Google Reader more and more). Lots of neat stuffs you can find just reading other people's writing. For example: http://thewpfblog...
Posted by Jimmy Chandra | with no comments
Filed under: , , , ,

Service Oriented Architecture Antipatterns

Was just browsing around today and stumbled upon this article on IBM. Good reading if you are into SOA. Share this post: | | | |
Posted by Jimmy Chandra | with no comments
Filed under: ,

Reusable Common Domain Object Library, Achievable?

I work in an intranet team that develop customized solution for my current company, its parent company and its subsidiaries. Needless to say, most of the time we found that we need similar domain objects such as Projects, Tenders, Contracts, Users / Employees...
Posted by Jimmy Chandra | with no comments
Filed under: ,

Oh where, oh where did my interface go?

What's the best practice on interface placement? I was playing around with this idea after seeing an episode of dnrtv and thought it might be nice to just put this up in the blog and ask others' opinions on this subject. For now, I can only think of 3...
Posted by Jimmy Chandra | with no comments
Filed under: ,

Excellent GoF pattern resource

I was just browsing around the C-Sharp board when I stumbled into this post by Sdr. Andry Huzain. Thought I'll link it here for those who does not browse the C# board. http://www.dofactory.com/Patterns/Patterns.aspx The sites contain Gang of Four Design...