Software Development Network>> Windows Forms>> Design Issues ClickOnce application
Hi,
Check the Smart CLient design architecture from Microsoft
http://www.microsoft.com/downloads/details.aspx familyid=8EC600BD-A2E5-44AC-9A8F-68D06361853E&displaylang=en
check the sample from codeproject http://www.codeproject.com/dotnet/DotNetBuildSmClnts.asp
Regards
Satish
Thanx for your support
I got some more info on this issue on net.
http://www.simple-talk.com/2005/12/05/smart-client-architecture/
regards
Always design n-tire architecture applications. This will avoid the database calls from the client machines every time. Use the webservices or .Net remoting as middle tire.
Design Issues ClickOnce application
Keith Swem
Hi,
Check the Smart CLient design architecture from Microsoft
http://www.microsoft.com/downloads/details.aspx familyid=8EC600BD-A2E5-44AC-9A8F-68D06361853E&displaylang=en
check the sample from codeproject http://www.codeproject.com/dotnet/DotNetBuildSmClnts.asp
Regards
Satish
GlenW
Thanx for your support
I got some more info on this issue on net.
http://www.simple-talk.com/2005/12/05/smart-client-architecture/
regards
Chaitanya Tyagi
Hi,
Always design n-tire architecture applications. This will avoid the database calls from the client machines every time. Use the webservices or .Net remoting as middle tire.
Regards
Satish