J
James
I am not sure if it is even the correct term for it, but I am soon to
start writing an application for all our users on our network.
Previously at where I used to work we used some sort of sql scripting
language to accomplish something like this:
We had an application framework and database hosted on a server - then
an application on each users PC. When this was run it loaded it from
the server.
This was very useful because it was constantly changing to iron out
bugs, add new functionality etc.
In essence it worked like a website, the 'page' on the server was
updated and each user saw an instant reflection of that.
I want to accomplish the same thing, if possible, with .NET
Key ideas are it needs to be able to be updated constantly, even while
users are running it - then they can somehow just refresh there
appliaction somehow (or restart it) to see the new changes.
I would much rather to appliation based rather than web based, due to
that being where most of my experience is. Plus I would think it would
be quicker when running.
Is this feasible and where would I start looking?
start writing an application for all our users on our network.
Previously at where I used to work we used some sort of sql scripting
language to accomplish something like this:
We had an application framework and database hosted on a server - then
an application on each users PC. When this was run it loaded it from
the server.
This was very useful because it was constantly changing to iron out
bugs, add new functionality etc.
In essence it worked like a website, the 'page' on the server was
updated and each user saw an instant reflection of that.
I want to accomplish the same thing, if possible, with .NET
Key ideas are it needs to be able to be updated constantly, even while
users are running it - then they can somehow just refresh there
appliaction somehow (or restart it) to see the new changes.
I would much rather to appliation based rather than web based, due to
that being where most of my experience is. Plus I would think it would
be quicker when running.
Is this feasible and where would I start looking?