Re: C# code in DB?
Tech-Archive recommends: Fix windows errors by optimizing your registry
digory wrote:
Hi all
Is it possible to place parts of a C# application (code + GUI) in a
database like Oracle? The application should be a "thin client", i.e.
it does little else than getting code from the DB and executing it.
How do I do it? (Please no details, I am only evaluating the
possibilities, I'm not a C# crack yet.)
Thanks for your replies!
Peter
Hi there, you could place your assemblies (dlls) on a server and load
them dynamically from your thin client - I use this method in several of
my apps
.
Relevant Pages
- C# code in DB?
... Is it possible to place parts of a C# application (code + GUI) in a ... database like Oracle? ... The application should be a "thin client", ... (microsoft.public.dotnet.languages.csharp) - Re: C# code in DB?
... database like Oracle? ... The application should be a "thin client", ... it does little else than getting code from the DB and executing it. ... (microsoft.public.dotnet.languages.csharp) - Re: C# code in DB?
... talks to some middleware with a secure connection, ... not arbitrary as nobody has access to the database except us. ... Because the concept of the thin client is simple and robust, ... (microsoft.public.dotnet.languages.csharp) - Re: C# code in DB?
... talks to some middleware with a secure connection, ... not arbitrary as nobody has access to the database except us. ... there are hundreds of computers. ... Because the concept of the thin client is simple and robust, ... (microsoft.public.dotnet.languages.csharp) - Remoting Vs Webservices
... I would like to build a thin client application which will display data and ... The user will have a look at the data images and post it back to server. ... Webservice or remoting to pump data from database to client? ... (microsoft.public.dotnet.languages.csharp) |
|