I would like to share two good articles and assume every programmer who are working in a team should read (at least twice) .
part 1
http://www.bluegraybox.com/blog/2004/12/02/picture-hanging/
good metaphor for explaining the various issues in tasking junior staff
part 2…
ContinueAdded by dev2709 on March 26, 2012 at 10:00pm — No Comments
This article become my favourite on in these days.
A lot of messages are well written by the writer John H. Ostdick.
Here is the link.
http://www.successmagazine.com/steve-jobs-master-of-innovation/PARAMS/article/1054/channel/22
very good one and please read it. It will worth your time.
messages from the…
ContinueAdded by dev2709 on May 6, 2010 at 11:30pm — No Comments
The following is the sample of tightly coupled code in c#.
MyComponent class use logger object and use it method log that tracks any activity to a database.
using System;
using…
ContinueAdded by dev2709 on March 7, 2010 at 8:00pm — 6 Comments
Interesting post from Uncle Bob. So I share again.
http://blog.objectmentor.com/articles/2009/10/06/echoes-from-the-stone-age
The Design Patterns religion is a foul bird that ravages teams and cuts down young projects in their prime. But let’s be clear about what that religion is. The Design Patterns religion is the ardent belief that the use of design patterns is…
ContinueI would like to share The Professional Programmer article from Uncle Bob. His message is mainly target to Business Application Developers. Here is the link.
http://programmer.97things.oreilly.com/wiki/index.php/The_Professional_Programmer
Those of you that want to know who is Uncle Bob. Please check this link.…
ContinueAdded by dev2709 on March 6, 2010 at 11:45am — 10 Comments
Added by dev2709 on September 22, 2009 at 11:28pm — No Comments
Added by dev2709 on September 10, 2009 at 12:14am — 3 Comments
Added by dev2709 on September 8, 2009 at 9:32pm — No Comments
Added by dev2709 on January 31, 2009 at 1:15am — No Comments
Added by dev2709 on January 31, 2009 at 12:50am — No Comments
Added by dev2709 on January 9, 2009 at 6:00pm — No Comments
Added by dev2709 on December 13, 2008 at 11:18pm — 1 Comment
There will be 4 layers for enterprise business application in .net.
- The Presentation Layer (UI)
- The Business Layer (BLL)
- The Data Access Layer (DAL)
- The Data Layer (Data Store)
Layer are supposed to talk in this way.
UI -> BLL -> DAL -> Data Store
we use DTO (Data Transfer Object) to pass the object to other layers.
DTO is just a class with property. so we can set and get the properties.
UI = aspx + aspx.cs (or)…
Added by dev2709 on March 6, 2008 at 11:50pm — No Comments
I want to start my first post with question. Most of my posts will be related to software development for business applications.
Here is the question.
Suppose, I have one live web application. The application is written by c#, asp.net 1.1 and using backend database as Microsoft SQL Server 2000 or 2005.
Business Client request the following.
They want to accept additional information 'Remarks' in Customer Data Entry Form and keep that information in…
ContinueAdded by dev2709 on December 14, 2007 at 11:53pm — 1 Comment
© 2013 Created by Ko Chit.
