Class design/design pattern resources
 




IT Certification FAQ

 
|
Home
|
Microsoft
|
CISCO
|
CompTIA
|
Exam/Study FAQ
|
Employment FAQ
| Links  | Forums  |
Book Reviews


FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  ProfileProfile  Log in to check your private messagesPrivate messages  Log inLog in

Class design/design pattern resources

 
Post new topic   Reply to topic    Forum Index -> microsoft.public.cert.exam.mcsd
Author Message
TomTom
Guest





PostPosted: Thu Oct 07, 2004 4:30 am    Post subject: Class design/design pattern resources Reply with quote

I am looking for books and web sites that show how I should design classes
and databases with real world examples, as I don't have much real world
experiences designing those. If you know a book that shows good examples
based on a scenario, could you let me know?
Back to top
UAError
Guest





PostPosted: Thu Oct 07, 2004 3:33 pm    Post subject: Re: Class design/design pattern resources Reply with quote

"TomTom" <no_spam@nospamfordiscussion.com> wrote:

Quote:
I am looking for books and web sites that show how I should design classes
and databases with real world examples, as I don't have much real world
experiences designing those. If you know a book that shows good examples
based on a scenario, could you let me know?


Well, not EXACTLY what you are looking for but it may still
be of some help

Patterns:

Enterprise Solution Patterns Using Microsoft .NET
http://msdn.microsoft.com/architecture/patterns/default.aspx?pull=/library/en-us/dnpatterns/html/Esp.asp

Enterprise Solution Patterns Using Microsoft .NET (.pdf
Download)
http://www.microsoft.com/downloads/details.aspx?FamilyId=3C81C38E-ABFC-484F-A076-CF99B3485754&displaylang=en

Microsoft Patterns and Practices
http://msdn.microsoft.com/architecture/patterns/default.aspx

Patterns of Enterprise Application Architecture
by Martin Fowler
560 pages
Addison-Wesley Pub Co; 1st edition (November 5, 2002)
ISBN: 0321127420
http://www.amazon.com/exec/obidos/ASIN/0321127420
http://www.awprofessional.com/title/0321127420
http://www.awprofessional.com/articles/article.asp?p=30661


Case studies:

Microsoft Customer Evidence
http://www.microsoft.com/resources/casestudies


Databases (hopefully someone else can give some more
relevant recommandations):

Joe Celko's Data and Databases : Concepts in Practice
400 pages
Morgan Kaufmann; 1st edition (July 27, 1999)
ISBN: 1558604324
http://www.amazon.com/exec/obidos/ASIN/1558604324
http://books.elsevier.com/us/mk/us/subindex.asp?isbn=1558604324

Object-Oriented Modeling and Design for Database
Applications
by Michael R Blaha, William Premerlani
484 pages
Publisher: Prentice Hall; 1st edition (July 17, 1997)
ISBN: 0131238299
http://www.amazon.com/exec/obidos/ASIN/0131238299
http://63.240.93.147/title/0131238299

Simply browse amazon for a while something like
http://www.amazon.com/exec/obidos/tg/ASIN/0201752840
http://www.awprofessional.com/title/0201752840
http://www.awprofessional.com/articles/article.asp?p=31832
may better fit your needs.


Class or Component Design:

..NET Framework General Reference:
Design Guidelines for Class Library Developers
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnetframeworkdesignguidelines.asp

Programming .NET Components
by Juval Lowy
480 pages
O'Reilly; 1 edition (April 2003)
ISBN: 0596003471
http://www.amazon.com/exec/obidos/ASIN/0596003471
http://www.oreilly.com/catalog/pnetcomp/index.html
http://www.oreilly.com/catalog/pnetcomp/chapter/index.html


I found this one a bit too basic:

C# Class Design Handbook: Coding Effective Classes
by Richard Conway
384 pages
Apress; 1 edition (September 1, 2003)
ISBN: 1590592573
http://www.amazon.com/exec/obidos/ASIN/1590592573
http://www.amazon.com/exec/obidos/ASIN/1861008287
http://www.apress.com/book/bookDisplay.html?bID=270
Back to top
TomTom
Guest





PostPosted: Sat Oct 09, 2004 8:30 am    Post subject: Re: Class design/design pattern resources Reply with quote

Thanks again. I just ordered Patterns of Enterprise Application
Architecture.

"UAError" <null@null.null> wrote in message
news:ksgam01k5fobnp9vo7mqhffg1hgammkss8@4ax.com...
Quote:
"TomTom" <no_spam@nospamfordiscussion.com> wrote:

I am looking for books and web sites that show how I should design classes
and databases with real world examples, as I don't have much real world
experiences designing those. If you know a book that shows good examples
based on a scenario, could you let me know?


Well, not EXACTLY what you are looking for but it may still
be of some help

Patterns:

Enterprise Solution Patterns Using Microsoft .NET
http://msdn.microsoft.com/architecture/patterns/default.aspx?pull=/library/en-us/dnpatterns/html/Esp.asp

Enterprise Solution Patterns Using Microsoft .NET (.pdf
Download)
http://www.microsoft.com/downloads/details.aspx?FamilyId=3C81C38E-ABFC-484F-A076-CF99B3485754&displaylang=en

Microsoft Patterns and Practices
http://msdn.microsoft.com/architecture/patterns/default.aspx

Patterns of Enterprise Application Architecture
by Martin Fowler
560 pages
Addison-Wesley Pub Co; 1st edition (November 5, 2002)
ISBN: 0321127420
http://www.amazon.com/exec/obidos/ASIN/0321127420
http://www.awprofessional.com/title/0321127420
http://www.awprofessional.com/articles/article.asp?p=30661


Case studies:

Microsoft Customer Evidence
http://www.microsoft.com/resources/casestudies


Databases (hopefully someone else can give some more
relevant recommandations):

Joe Celko's Data and Databases : Concepts in Practice
400 pages
Morgan Kaufmann; 1st edition (July 27, 1999)
ISBN: 1558604324
http://www.amazon.com/exec/obidos/ASIN/1558604324
http://books.elsevier.com/us/mk/us/subindex.asp?isbn=1558604324

Object-Oriented Modeling and Design for Database
Applications
by Michael R Blaha, William Premerlani
484 pages
Publisher: Prentice Hall; 1st edition (July 17, 1997)
ISBN: 0131238299
http://www.amazon.com/exec/obidos/ASIN/0131238299
http://63.240.93.147/title/0131238299

Simply browse amazon for a while something like
http://www.amazon.com/exec/obidos/tg/ASIN/0201752840
http://www.awprofessional.com/title/0201752840
http://www.awprofessional.com/articles/article.asp?p=31832
may better fit your needs.


Class or Component Design:

.NET Framework General Reference:
Design Guidelines for Class Library Developers
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnetframeworkdesignguidelines.asp

Programming .NET Components
by Juval Lowy
480 pages
O'Reilly; 1 edition (April 2003)
ISBN: 0596003471
http://www.amazon.com/exec/obidos/ASIN/0596003471
http://www.oreilly.com/catalog/pnetcomp/index.html
http://www.oreilly.com/catalog/pnetcomp/chapter/index.html


I found this one a bit too basic:

C# Class Design Handbook: Coding Effective Classes
by Richard Conway
384 pages
Apress; 1 edition (September 1, 2003)
ISBN: 1590592573
http://www.amazon.com/exec/obidos/ASIN/1590592573
http://www.amazon.com/exec/obidos/ASIN/1861008287
http://www.apress.com/book/bookDisplay.html?bID=270
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> microsoft.public.cert.exam.mcsd All times are GMT
Page 1 of 1

 

Copyright © 2002-2006 Web-S-Sense Pty. Ltd. All rights reserved.

Powered by phpBB
Advertising | Policies/Disclaimers | Contact us | Link to us


Featured Sites: Free Antivirus and Antispyware Info | Free PC Support | MCSE Directory