Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Native & Web App using .NET

Reply
Thread Tools

Native & Web App using .NET

 
 
George P Boutwell
Guest
Posts: n/a
 
      06-27-2005
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.
 
Reply With Quote
 
 
 
 
Francois Bonin [MVP]
Guest
Posts: n/a
 
      06-28-2005
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.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to provide credentials to a web app from an external web app? rpfe@sapo.pt ASP .Net 1 02-09-2007 05:06 PM
convert java web app 2 .NET web app =?Utf-8?B?bml6YW0=?= ASP .Net 0 02-28-2006 04:46 AM
convert java web app 2 .NET web app =?Utf-8?B?bml6YW0=?= ASP .Net 0 02-28-2006 04:45 AM
403 Error Web App to Web App with Client Certificates Peter Sedman ASP .Net Security 18 11-18-2004 08:09 PM
How to secure one web app with another web app... Maras ASP .Net Security 0 06-17-2004 07:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57