Beginners tutorial

  • Thread starter Thread starter volatil3_
  • Start date Start date
V

volatil3_

Hi

i have just joined this group,i am looking for some basic tutorial
regarding smartclient application development in .NET

kindly guide me in this regard,also if there is any good book on this
topic,kindl let me know

thanks
-adnan
 
There are several smart client samples out there that can get you going
pretty quickly. The references I list below are sample smart client
applications released by Microsoft (or their partners) The samples (in
order) are called: TaskVision, IssueVision and FotoVision. TaskVision
and IssueVision are samples for building WinForms based smart clients.
FotoVision is the only one of the three that has a smart client
implmentation targeting the compact framework. If you are building a
WinForms smart client, I would start with TaskVision and then goto
IssueVision. Once you understand these two, you will be able to easily
implement a smart client. If you have to build a compact framework
smart client, then go directly to FotoVision.

Here are the links:

http://www.windowsforms.net/Applications/application.aspx?PageID=20&tabindex=8
http://www.windowsforms.net/Applications/application.aspx?PageID=40&tabindex=8
http://msdn.microsoft.com/smartclient/codesamples/fotovision/default.aspx

sayed
 
Back
Top