Patrice
Tue Jul 10 06:08:28 CDT 2007
As said in an other response this is the part of the .NET framework that
provides an infrastructure for web applications and that finally renders
HTML, CSS, Javascript code to the browser (you could do simple anitmations
with this).
Depends the kind of animation you want to do but you could use Flash,
Silverlight, WPF, DirectX etc.. depending on your needs.
IMO your best bet is to google a bit before going back here to post
unresolved questions you may still have then....
For ASP.NET see :
http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx
For SilverLight :
http://silverlight.net/
For Flash :
http://www.adobe.com/products/flash/
For WPF :
http://msdn2.microsoft.com/en-us/netframework/aa663326.aspx
--
Patrice
"Albert" <albert.xtheunknown0@gmail.com> a écrit dans le message de news:
1184020133.456485.84760@e9g2000prf.googlegroups.com...
> On Jul 10, 3:46 am, Jon Skeet [C# MVP] <s...@pobox.com> wrote:
>> Albert <albert.xtheunkno...@gmail.com> wrote:
>> > I'm looking for the 'best' way to create a computer program for the
>> > Victorian Science Talent Search (in Australia). I feel that I need to
>> > talk to people about the factors into deciding the programming
>> > language and tools to achieve that goal. The past two times I entered
>> > STS in Computer Programs - Games and Simulations, I created simple
>> > simulations along with a tutorial on the general science topic that I
>> > decided on using Visual C# Express Edition (a Windows application).
>> > Now, I reckon I can move away from standalone programs to ones on the
>> > Web, for a main but very convincing advantage that you need to worry
>> > less about the UI and let the browser shape that and that it is easier
>> > to make it 'portable'. I want to enter STS next year but I'm getting
>> > bored of C# standalone applications.
>>
>> Well, I'd start off by experimenting with ASP.NET on your own box - I'm
>> sure you can find somewhere to host it later on if you need to.
>>
>> --
>> Jon Skeet - <s...@pobox.com>
http://www.pobox.com/~skeet
>> Blog:
http://www.msmvps.com/jon.skeet
>> If replying to the group, please do not mail me too
>
> Can ASP.NET itself create graphics, simulation, animation? Or is it
> just an 'extension' to web pages that allows it to be more 'dynamic'
> or 'interactive'? Because I don't want to have to learn DirectX or
> install a heap of extensions just to get going. The advantage of Java
> is that you can directly code graphics and user interfaces, you just
> need the defined classes and it all comes in one package, the NetBeans
> IDE. However, it's considerably harder and longer since you can't
> 'click and drag'
>