One thing you could/should do is make sure that your UI code is clearly
separated from your business logic.
That way you can reuse that business logic code in both applications.
Use WebForms for your browser-based apps and WinForms for your desktop apps.
A good resource for .NET development generally is
http://www.gotdotnet.com
HTH
Cois
"George P Boutwell" <> wrote in message
news:...
> What's the best way to develop an Native client and a Web/Intranet
> 'client'
> for an application. IE, I want that as I'm developing my Native client
> for
> my application, shortly after I'm done with it, I can quickly and easily
> bring up an web based application that does most if not all the same
> stuff.
> What's the best way to accomplish this? Is using WindowsForm all that is
> required? What is a good resource for this specific kind of development?
>
> Thanks,
>
> George P Boutwell
>
> P.S. I don't generally accept personal e-mail so, all replies should be to
> this newsgroup post.