about C# and web probramming

R

Ramsin

Hello Group,

I'm a VC++ programmer who recently working on C#. I
have a question about web programming using C#. Please let
me know what I do need to do web programming using CSharp?
What I need to know is from A-Z!
Should I have IIS installed ? if so, what type of
connection should I have ?
Or please drop me a link.

Thanks
Ramsin
 
T

Teemu Keiski

I think you could start with QuickStart ASP.NET tutorials and in addition to
that get yourself a good book aboput the subject. And as a quick answer, yes
you need IIS (at least IIS 5.0 that is Windows 2000) and perhaps some tool
to work with. Notepad can do, but on ASP.NEt site is free tool for web
development that is ASP.NET Web Matrix.

Here are couple of links:
http://www.asp.net (Official Microsoft ASP.NET Site)
http://www.asp.net/Tutorials/quickstart.aspx (QuickStart tutorials)
http://msdn.microsoft.com/asp.net/ (ASP.NET MSDN Site)
http://www.asp.net/webmatrix/default.aspx?tabIndex=4&tabId=46 (ASP.NET Web
Matrix)

--
Teemu Keiski
MCP,Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi

ASP.NET Forums Moderator, www.asp.net
AspAlliance Columnist, www.aspalliance.com

Email:
(e-mail address removed)
 
R

Ramsin Savra

Hi again,

I apprecaite your response, so it means I don't need to have any
server or connction to a server.
Again thanks for your great explanation on web programming using C# and
for the links you sent.

Regards
Ramsin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top