Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > MCSD > .NET Design Patterns

Reply
Thread Tools

.NET Design Patterns

 
 
Joe T.
Guest
Posts: n/a
 
      12-01-2003
I'm looking for a good book about Design Patterns as they
related to any .NET language. This book would be the
equivalent of the J2EE Core Patterns described on
http://www.javasoft.com.

I hesitate to look at the .NET PetShop application for
the following reason. In order to kick the crap out of
the J2EE PetShop application in terms of performance and
the amount of code needed, the developers largely blurred
the lines between what objects are business objects and
what objects belong to the data access tier. By
violating this principle and several others, they
achieved better performance but cast serious doubts
concerning the extensibility and maintenability of the
application.

Any recommendations?
 
Reply With Quote
 
 
 
 
General Protection Fault
Guest
Posts: n/a
 
      12-01-2003
Joe T. wrote:
> I'm looking for a good book about Design Patterns as they
> related to any .NET language. This book would be the
> equivalent of the J2EE Core Patterns described on
> http://www.javasoft.com.
>
> I hesitate to look at the .NET PetShop application for
> the following reason. In order to kick the crap out of
> the J2EE PetShop application in terms of performance and
> the amount of code needed, the developers largely blurred
> the lines between what objects are business objects and
> what objects belong to the data access tier. By
> violating this principle and several others, they
> achieved better performance but cast serious doubts
> concerning the extensibility and maintenability of the
> application.
>
> Any recommendations?


http://msdn.microsoft.com/practices/...se/default.asp

 
Reply With Quote
 
 
 
 
Laurent Desmons
Guest
Posts: n/a
 
      12-01-2003
That's a broad topic, but here's a link you can follow to
see how GOF patterns may be implemented in C# .NET

http://www.codeproject.com/csharp/#D...d+Architecture

Regards.

 
Reply With Quote
 
Benjamin
Guest
Posts: n/a
 
      12-01-2003
There is a good book called .NET Patterns by Christian Thilmany available on
Amazon.com.
Its a pretty good book. I have it..
The MSDN Patterns and Practices section is also a fab resource and
constantly updated .If you prefer books you can order the material in book
form (although the online version and the PDF's are free)..

cheers
ben


"Joe T." <> wrote in message
news:038301c3b847$e79c39f0$...
> I'm looking for a good book about Design Patterns as they
> related to any .NET language. This book would be the
> equivalent of the J2EE Core Patterns described on
> http://www.javasoft.com.
>
> I hesitate to look at the .NET PetShop application for
> the following reason. In order to kick the crap out of
> the J2EE PetShop application in terms of performance and
> the amount of code needed, the developers largely blurred
> the lines between what objects are business objects and
> what objects belong to the data access tier. By
> violating this principle and several others, they
> achieved better performance but cast serious doubts
> concerning the extensibility and maintenability of the
> application.
>
> Any recommendations?



 
Reply With Quote
 
Kline Sphere
Guest
Posts: n/a
 
      12-02-2003
>I hesitate to look at the .NET PetShop application for
>the following reason. In order to kick the crap out of
>the J2EE PetShop application in terms of performance and
>the amount of code needed, the developers largely blurred
>the lines between what objects are business objects and
>what objects belong to the data access tier.


Glad to hear someone else thought that too.
 
Reply With Quote
 
Relishguy
Guest
Posts: n/a
 
      12-07-2003
Check out:

"Professional Design Patterns in VB.NET: Building Adaptable
Applications"

http://www.amazon.com/exec/obidos/tg...21664?v=glance

I have read about half of it. A little wordy (like other books like
this) but good overall.

Regards..
"Joe T." <> wrote in message news:<038301c3b847$e79c39f0$>...
> I'm looking for a good book about Design Patterns as they
> related to any .NET language. <snipped/>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Has anybody here read Design Patterns Explained: A New Perspective on Object-Oriented Design John Java 0 06-01-2007 02:45 PM
Design Pattern Relationship Diagram - Design Patterns - Gang of Four Tim Smith C++ 2 12-15-2004 05:22 PM
ebook on Software Design Patterns (C#.NET) Siz ASP .Net 1 12-12-2004 09:32 PM
New open source software to use Design Patterns Josh28 ASP .Net 0 11-29-2004 10:54 AM
where to find good patterns and sources of patterns (was Re: singletons) crichmon C++ 4 07-07-2004 10:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57