Groups | Blog | Home
all groups > dotnet distributed apps > march 2004 >

dotnet distributed apps : Any sample code available?


Luxspes
3/18/2004 8:40:34 AM
Microsoft® .NET Distributed Applications: Integrating XML Web Services and
..NET RemotingBy Matthew MacDonald Publisher: Microsoft PressPub Date:
February 12, 2003ISBN: 0-7356-1933-6Pages: 752Slots: 2
bye
Luxspes

"Ritesh Sompura" <riteshsompura@hotmail.com> escribió en el mensaje
news:O4FBw5MDEHA.624@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]


begin 666 btn_start.gif
M1TE&.#EA7P`0`/0```````$!`9&1D9V=G:*BHJ.CHZBHJ*FIJ;V]O</#P]34
MU-75U=;6UM?7U]C8V-G9V>SL[.WM[>[N[N_O[_#P\/[^_O______________
M_________________________RP`````7P`0```%_Z!5661IGFBJKFSKNN-2
M39%DWWBN[WSO_\!?9$&P2";!I'+)#$8HBJ(M4FM:K]<($E<E&J<Z@/@&^)5Q
MXC3S?,;JNM)CE4R7M'EW>UV9QP*T-W!?$G,V>6IV8XF(AGN*AH^(;(^+/P%M
M5#9>@6&1.6R-:(R@:*&DIZ$\$P"7G!*;8'BIDJFF9*.*J'J[I#UI`36"L:6V
MO,6.M<;*NKUX8S3"1SNXBZ=W;=BYN,RW?5RLF32:<6[E?LDYJV"9KP054X7F
M\D"4.U5(2)D,!>]4_O\``_J#0$B@P8,($R(D=&0"!!I(HEAP0+&BQ8L8'S2@
HN!&CQX\@0XH<Z:!!@@$(#A6H7,FRI4L#+F/*G$FSILV6, D(" $`.P``
`
end
Ritesh Sompura
3/18/2004 3:20:25 PM
Hi! Guys,

I am learning and working on .NET Architecture. I want to develop
application with n-Tire Architecture.

Is there any sample code which shows which class should be in which tier.
How to pass data from Data Access Logic Class to Business Logic Class and
from Business Logic Class to Presentation Logic Class and vice versa.

Is there any printed book available which teaches how to implement power of
..NET while building n-tier architecture application.

Hope I have explained my self properly.

Thank you,
Ritesh.

richlm
3/20/2004 9:54:57 PM
For code samples take a look at the "architectural sample applications"
If you are using VS.NET enterprise you will find some of them ready to
install under C:\Program Files\Microsoft Visual Studio .NET 2003\Enterprise
Samples.

There's also a handful of others here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdasamppet.asp

"Duwamish" and Pet Shop" are probably a good place to start. But don't
expect these samples to implement every single "best practice" touted by
Microsoft - they don't. But they are still a very good basis for analysis
(and criticism).

For guidance & best practices, you will find a whole load of useful info
here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/Anch_EntDevAppArchPatPrac.asp
(there's an article entitled "Designing Data Tier Components and Passing
Data Through Tiers" which you may find useful).

Some of the MS patterns & practices guides are available in printed form -
following link should give you an idea
http://www.microsoft.com/resources/practices/

Richard.


[quoted text, click to view]

Carlos Oramas
4/23/2004 10:46:02 AM
Hola,

Tienes una guía sobre paso de datos entre capas:
Designing Data Tier Component and Passing Data Through Tiers

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/BOAGag.asp

Pero básicamente tu decisión principal está entre utilizar tus propias
clases o hacer uso de los DataSet. Aunque yo pienso que la mejor opción es
seguramente una combinación de ambas.

Además tienes:
.NET Data Access Architecture Guide

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daag.asp

Saludos,
Carlos Oramas

[quoted text, click to view]

AddThis Social Bookmark Button