asp and c#

  • Thread starter Thread starter Jessica Weiner
  • Start date Start date
J

Jessica Weiner

can someone explain the relationship between asp and c#? i have written some
applications using c# only and want to know how can i take advantage of asp.
any comments are appreciated.

thanks
jess
 
Yes you can ... ASP.NET is a library where you can use C# to write your web
based applications. In fact when you write them, it is in a very similar
style to desktop applications. I would grab an entry level ASP.NET book and
work through its examples to get a better idea.

Cheers,

Greg
 
Greg Young said:
Yes you can ... ASP.NET is a library where you can use C# to write your
web based applications. In fact when you write them, it is in a very
similar style to desktop applications. I would grab an entry level ASP.NET
book and work through its examples to get a better idea.

So do I need some sort of a web server to test these applications or can I
do that on a local machine?

Thanks.
Jess
 
And if you are using VS2005 (or Visual Web Developer, which is free), you
don't even need IIS to run your asp.net applications. There is a lightweight
web server coming with VS, able to test your applications on your local
machine.
 

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

Back
Top