about C# and web probramming

  • Thread starter Thread starter Ramsin
  • Start date Start date
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
 
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)
 
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
 
Back
Top