Re: C# web graphics ?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.



.



Relevant Pages

  • Re: C# web graphics ?
    ... 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). ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Invoking Web Service from WinForm App VERY slow first call
    ... references are still defined as web references rather that service references. ... We've narrowed it down to something that is occurring on our client ... we wrote a small console app that simply invokes the web ... Executing again produces the same results. ...
    (microsoft.public.dotnet.framework.webservices)
  • Testers with AT&T - Light Speed: 6-8 Months: CA, TX and MO
    ... Must have previous work experience in AT&T - Light Speed project!!! ... ensuring client satisfaction. ... executing, tracking and reporting on the test execution; ... Transfer knowledge, monitor engagement team performance, and provide ...
    (comp.software.testing)
  • Re: Invoking Web Service from WinForm App VERY slow first call
    ... we wrote a small console app that simply invokes the web ... service through a class then prints out the elapsed time on the console. ... Executing again produces the same results. ... object is not actually created until the client application invokes a method ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: DBCC TRACEON 3604
    ... Take a Profiler trace of the server to capture the hostname and/or application name of the client machine executing the DBCC TRACEON command. ...
    (microsoft.public.sqlserver.server)