> Will I need to create my own web server to host my own site if I'm
> using C# along with ASP.NET? Because I've got a site from my gmail
> account that's free.
To use ASP.NET you would indeed have to have an appropriate web server.
There are commercial hosting options, however.
> How would I be able to incorporate the .NET code
> into that? For that issue, I'm considering making a Java Applet.
> However, the java kit isn't 'dragging and dropping' buttons and making
> event handlers.
Well, that's a different matter - that's writing *client-side* code.
There are ways of doing that in .NET too - in particular, have a look
at Silverlight 1.1.
> In other words, I want to use ASP.NET using the Web Developer Express
> with C# which would be easier than Java but it might be rather
> troublesome putting it onto my google page unless I created or
> borrowed my friend's web server.
What's the bigger picture here? Are you looking to learn a server
technology, or do you just want to accomplish a particular web site
goal?

Signature
Jon Skeet - <skeet@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
Albert - 09 Jul 2007 09:19 GMT
> > Will I need to create my own web server to host my own site if I'm
> > using C# along with ASP.NET? Because I've got a site from my gmail
[quoted text clipped - 24 lines]
> 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
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.
Jon Skeet [C# MVP] - 09 Jul 2007 18:46 GMT
> 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
[quoted text clipped - 8 lines]
> 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.

Signature
Jon Skeet - <skeet@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
Albert - 09 Jul 2007 23:20 GMT
> > 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
[quoted text clipped - 15 lines]
> 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
Does ASP.NET only work on Windows?
Jon Skeet [C# MVP] - 09 Jul 2007 23:34 GMT
> > 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.
>
> Does ASP.NET only work on Windows?
See http://www.mono-project.com/ASP.NET

Signature
Jon Skeet - <skeet@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
Albert - 09 Jul 2007 23:28 GMT
> > 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
[quoted text clipped - 15 lines]
> 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'
Patrice - 10 Jul 2007 12:08 GMT
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
>> > 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
[quoted text clipped - 25 lines]
> IDE. However, it's considerably harder and longer since you can't
> 'click and drag'