Native & Web App using .NET

G

George P Boutwell

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.
 
F

Francois Bonin [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top