Re: Design patterns in .NET
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Coder-X wrote:
> Hi,
>
> i have a few questions i would like to ask :
>
> 1 - Where can i find good design patterns resources for .NET ?
"Patterns of Enterprise Application Architecture" by Martin Fowler
(ISBN 0-321-12742-0) may be just the resource you're looking for. The
author explains several patterns for working with relational databases.
> 2 - What's the best design pattern for a windows database application (
> multiuser ) ?
There isn't a single best pattern for every problem. Hopefully, that's
a question you'll be able to answer after you have reviewed patterns
others have used in the past.
> 3 - I'm trying to develop a simple database application . I'm thinking of
> defining a class for every table in the database. Is this a good design
> practice ?
You did say it would be a simple application, so yes, it might be a
good design in your case.
> Thanks,
> José Carlos Ferreira
.
Relevant Pages
- Re: delegation vs. inheritance
... "variance encapsulation" argument we might create a "purely ... I see that kind of "technical design" happen ... that another way of the technicians taking over design. ... Then about design patterns you comment ... (comp.object) - Re: For Sean Pitman: Review of "Meaningful Information"
... They are just looking for something that humans have an higher ... human-like design is not easily detectable. ... that all simple patterns are the result of intelligent design. ... What is 'informational complexity'? ... (talk.origins) - Re: (OT) Giving up on science [Was: Giving Up on Leopard]
... As you may know, both the Hebrew and ... of design that cannot be accidental or just coincidence. ... mathematical patterns run through the entire Bible, ... When you subtract a multiple of 7 from a multiple of 7 ... (comp.sys.mac.system) - Re: John Conways game of Life and order from chaos
... mathematically proven to be gardens of eden. ... designed patterns), but if I recall you don't really have any IDers ... instructive to calculate the CSI of a Garden of Eden pattern or two and ... functional information is not the hallmark of design as ... (talk.origins) - Re: The structure of PHP/Web Application coding.
... From your mentioning of Design Patterns i assume you want to/are practicing OOP. ... Refactoring should start allmost immediately from the start of any project and is to be done so frequently that it comes close to being done "all te time". ... IMHO a framework is simply the outcome of applying the principles of XP over the development of several similar applications. ... (comp.lang.php) |
|