I am a newbie to asp.net and work in a firm where the projects are quite small.
I was told by my manager that in a few weeks or so we would be getting a bigger project and I need to be well versed with Design Patterns and N tier arcihtecture.
I would really appreciate if someone could provide me some links and also drop me a few sentences on how this things are useful?
I agree, these are good starting points. I would like to pin point one small thing before you dig in to deep, only use an n-tier architecture if you really need to (since n-tiers give you a physical separation of your layers and is more suitable for larger
enterprise systems). Find some good reading about the differnces between n-tiers and n-layers and bring up the question with your manager, I am pretty sure he means n-layers when he is talking about n-tiers.
Member
26 Points
73 Posts
Design Pattern and tier architecture
Jun 12, 2010 10:18 AM|dihazdihaz|LINK
Dear All,
I am a newbie to asp.net and work in a firm where the projects are quite small.
I was told by my manager that in a few weeks or so we would be getting a bigger project and I need to be well versed with Design Patterns and N tier arcihtecture.
I would really appreciate if someone could provide me some links and also drop me a few sentences on how this things are useful?
All-Star
191535 Points
20936 Posts
ASPInsiders
Moderator
MVP
Re: Design Pattern and tier architecture
Jun 12, 2010 10:33 AM|XIII|LINK
Hi,
I suggest you take a look at this overview of design patterns: http://dofactory.com/Patterns/Patterns.aspx.
And here for some material about n-tier development: http://www.google.be/search?aq=1&oq=n+tier&sourceid=chrome&ie=UTF-8&q=n+tier+architecture+in+.net.
Grz, Kris.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Participant
998 Points
339 Posts
Re: Design Pattern and tier architecture
Jun 14, 2010 02:41 AM|toas1|LINK
I agree, these are good starting points. I would like to pin point one small thing before you dig in to deep, only use an n-tier architecture if you really need to (since n-tiers give you a physical separation of your layers and is more suitable for larger enterprise systems). Find some good reading about the differnces between n-tiers and n-layers and bring up the question with your manager, I am pretty sure he means n-layers when he is talking about n-tiers.
Contributor
7324 Points
1846 Posts
Re: Design Pattern and tier architecture
Jun 14, 2010 08:00 AM|scott@elbandit.co.uk|LINK
Imar Spaanjaars has a good blog entry on n-teir and seperating your concerns DAl, Business layer etc http://imar.spaanjaars.com/476/n-layered-web-applications-with-aspnet-35-part-1-general-introduction.
I have a book coming out in a couple of months on ASP.NET Design Patterns, in the meantime these are some really good books for learning about design patterns on Amazon have a search. This is a reasonable article on desing patterns http://msdn.microsoft.com/en-us/magazine/cc301852.aspx/.
Member
131 Points
58 Posts
Re: Design Pattern and tier architecture
Jun 21, 2010 07:21 AM|Live Wire|LINK
Well not to confuse you more, the links suggested are great, I still refer them.
It will be nice if you can refer "Head First Design Pattern" as well, also covered in "Do Factory Design Patterns"
(-: Please Mark as Answer if it solves your query :-)