Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   MCSD (http://www.velocityreviews.com/forums/f26-mcsd.html)
-   -   .NET Design Patterns (http://www.velocityreviews.com/forums/t43553-net-design-patterns.html)

Joe T. 12-01-2003 08:15 PM

.NET Design Patterns
 
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?

General Protection Fault 12-01-2003 08:39 PM

Re: .NET Design Patterns
 
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


Laurent Desmons 12-01-2003 08:45 PM

.NET Design Patterns
 
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.


Benjamin 12-01-2003 10:17 PM

Re: .NET Design Patterns
 
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." <anonymous@discussions.microsoft.com> wrote in message
news:038301c3b847$e79c39f0$a101280a@phx.gbl...
> 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?




Kline Sphere 12-02-2003 07:54 AM

Re: .NET Design Patterns
 
>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.

Relishguy 12-07-2003 05:13 AM

Re: .NET Design Patterns
 
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." <anonymous@discussions.microsoft.com> wrote in message news:<038301c3b847$e79c39f0$a101280a@phx.gbl>...
> I'm looking for a good book about Design Patterns as they
> related to any .NET language. <snipped/>



All times are GMT. The time now is 01:58 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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