473,382 Members | 1,247 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Single code base for stand alone and web application - is this posisible?

Hi All,

I'm new to dotNET. I am (thinking of) building the presentation layer of
my application in dotNET. Communication with the backend will be done by
subject based (multicast) messaging - running on a Unix backend, with a
windows client (C Win32 DLL) resident on the front end.

I want to have a single code base for both a stand alone version of the
application (rich user interface, faster responses via local cacheing
etc), as well as a web enabled version of the application (for internet
acess - but with slightly cut down features).

Q1). I want to use the same code base for these 2 "versions" of the
application - for all the obvious reasons, maintenability, reduction of
duplicity of effort etc. My question is: Is this possible, if so, any
suggestions on the best way to achieve this?

Q2). Is it possible to develop web applications in dotNet that will run
in other browsers other than IE? (example Netscape?).

Thanks

PS:
I'd prefer to use Vb or Vb.Net because of the RAD faetures, not keen on
C#, as it is a relatively "unproven" and new language

Jul 21 '05 #1
1 1725
Hi Takeshi,

"Takeshi" <do************@work.com> wrote in message
news:bt**********@sparta.btinternet.com...
Hi All,

I'm new to dotNET. I am (thinking of) building the presentation layer of
my application in dotNET. Communication with the backend will be done by
subject based (multicast) messaging - running on a Unix backend, with a
windows client (C Win32 DLL) resident on the front end.

I want to have a single code base for both a stand alone version of the
application (rich user interface, faster responses via local cacheing
etc), as well as a web enabled version of the application (for internet
acess - but with slightly cut down features).

Q1). I want to use the same code base for these 2 "versions" of the
application - for all the obvious reasons, maintenability, reduction of
duplicity of effort etc. My question is: Is this possible, if so, any
suggestions on the best way to achieve this?
Put as much code into business layer.
You'll have to create differenet front-ends though.
Q2). Is it possible to develop web applications in dotNet that will run
in other browsers other than IE? (example Netscape?).
Sure. Web application is server side and it adopts its output to the client
browser automatically (depends also on controls you use).
Thanks

PS:
I'd prefer to use Vb or Vb.Net because of the RAD faetures, not keen on
C#, as it is a relatively "unproven" and new language


LOL."C# unproven", that is good one.
Take note that majority of framework is built with C#.
You'll have to use vb.net or C# since vb doesn't do .net.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rhand.com
Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

121
by: David Pendrey | last post by:
I was wondering if it is at all posible to write a stand alone .EXE program in Visual Studio .NET. Hopefully in VB.NET but if not another language would be ok. Thanks for the assistance
13
by: MLH | last post by:
I want to send 2 reports using SendObject. Something like this would do nicely... DoCmd SendObject A_REPORT, "rpt1";"rpt2", A_FORMATRTF, MyRecip, , , MySubject, MyBodyText, 0 ....except for...
16
by: Elad | last post by:
Hi, I have an application that is made up of several executables. I need all these executables to use the same instance of an object. What is the best, most efficient way to approach this? ...
5
by: William Hughes | last post by:
I'd like to be able to create a VB.NET application that is a single .EXE file -- obviously with the requirements that the .NET framework and any other dependancies are already installed on the PC....
1
by: Takeshi | last post by:
Hi All, I'm new to dotNET. I am (thinking of) building the presentation layer of my application in dotNET. Communication with the backend will be done by subject based (multicast) messaging -...
7
by: Ulrich Wisser | last post by:
Hi, I would like to stop the postmaster every night and run vacuum pg_dump reindex in the stand alone backend.
2
by: jim-on-linux | last post by:
py help, The file below will run as a stand alone file. It works fine as it is. But, when I call it from another module it locks my computer, The off switch is the only salvation. This...
3
by: newsaboutgod | last post by:
I need a stand alone database for a VB.Net application on a laptop. It will have about 15,000 records in it. Frst off, if there any way to load XML in to a dataset and then run SQL against it?...
5
jinalpatel
by: jinalpatel | last post by:
We have access database which is stand alone application. It is sitted at 21 different locations including one main office. Every month the transactions are copied in to disk and sent to the main...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.