Re: what would be A way to go....



On Fri, 23 Nov 2007 12:25:05 GMT, "Andrew Thompson" <u32984@uwe>
wrote:

Fish Rock wrote:
suppose I wanted to make availble on the WWW a facility to do some rather
floating-point-calculation-intensive stuff.
[quoted text clipped - 8 lines]

Suggestions very welcome.

I started using C# a couple of years ago and never looked back, simply
because it does everything I need. You can crunch numbers very
efficiently inside a regular class library, which you can access from
a web page, ...

Where?

For example, here is (approximately, at time of check)
59,400 examples of webstart launched, Java based,
applications.
<http://www.google.com/search?as_q=&as_filetype=jnlp>
Where (at what/any URL) can I see/test a 'C#/web based'
application?


Your link doesn't work (like most of the java apps I've used), but if
you want the free version of the development environment, you can get
it from MS:

http://www.microsoft.com/express/vcsharp/


If you are looking for losts of open source projects, tutorials and
such, you might try these here:

http://www.codeproject.com/

http://www.codeplex.com/


Although I'm not quite sure what you mean when you say "see/test a
C#/web based application".

If you want to be a tester of other folks' web pages, it generally
doesn't matter what language what the page was written in.

If you want to be a developer of web applications, it is better to
look at the source code of other people's work than the end-user
result.

I couldn't determine which one you were asking for here.

If you're looking for little sample apps that showcase animation and
things like that, your best bet is to look at Silverlight (which is
actually XAML, but everything you can do in XAML declaratively you can
also do in C# programmatically) -- its just nice to know both


http://silverlight.net/community/gallerydetail.aspx?cat=3

http://silverlight.net/community/gallerydetail.aspx?cat=4


Maybe if you're more specific in your request I could suggest some
sites.

.