Beginner tutorial

  • Thread starter Thread starter Adynan
  • Start date Start date
A

Adynan

Hi
can you guide me about some beginners tutorial for smart client
application development in .NET?

thanks
 
enjoy:

http://samples.gotdotnet.com/quickstart/CompactFramework/

There are also LOTS of good third party sites out there (I haven't listed
any for fear I will upset those I omit. I'll leave it to them) and some more
advanced stuff in the MSDN.

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

Don't miss the FAQ (you'll just get directed to it, if you ask anything here
that's been covered in there.)

http://msdn.microsoft.com/smartclient/community/cffaq/default.aspx
 
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