Re: C# web graphics ?
- From: Peter Fallon <pfalcon64@xxxxxxxxxxxxxxxx>
- Date: Fri, 13 Oct 2006 23:25:52 +1000
You have to remember that C# is executing SERVER side in any ASP.NET
system. The onyl code that is actuall executing on a browser client is
HTML, DTHML and Javascript (or Flash, or any other codebase that can
execute within a client's browser framework).
This is why a JAVA program can do the local graphic, as the langauge is
capable of executing on the client as a local program (albeit within the
relevant "sandbox" that the Java JIT creates).
The C# equivalent to this is to build a "smart client application" - one
which is deployed to a website, and when the client requests it,
downloads one or more parts of itself to run locally - as locally
executing windows Forms app (with all the graphics bells and whistles
that allows) but under special security conditions. There are all manner
of issues from availability of the .NET framework locally to security
implications for your code if it needs to use local resources like files
or printers which you will need to research.
<no_spam jack.nielsen@xxxxxxxxxx> says...
Is it possible to make a sprite fly around in a c# web application ?.
How much graphics cappabilities are the with C# and web, I know that some of
my friends have made many nice graphics demos with java and just wondered if
C# can do anything at all ?
Does anyone have a url to a page that shows just a simple thing ?
Jack
--------------------------------------------------------------------------------
Jeg beskyttes af den gratis SPAMfighter til privatbrugere.
Den har indtil videre sparet mig for at få 15615 spam-mails
Betalende brugere får ikke denne besked i deres e-mails.
Hent en gratis SPAMfighter her.
- Follow-Ups:
- Re: C# web graphics ?
- From: Laurent Bugnion
- Re: C# web graphics ?
- References:
- C# web graphics ?
- From: Jack Nielsen
- C# web graphics ?
- Prev by Date: pdf files
- Next by Date: Re: pdf files
- Previous by thread: Re: C# web graphics ?
- Next by thread: Re: C# web graphics ?
- Index(es):
Relevant Pages
|