Originally posted by Amer Seifeddine:
I am trying to build my own framework along with the business application.
The great thing about open source projects is that the source is available to actually look at. Pick a couple of existing frameworks you like, and look at their source code to see how they handle it. What do you feel you need to do differently?
You can learn a lot by reading source code. One of my favorite tech bloggers, Scott Hanselman, does a
weekly source code post where he talks about what he learns from reading the source of different types of applications. Great stuff for developing your own skills.