Simple question : Can I create a Web-based application with Visual C# 2005 Express ?

C

cpchan

Hello,

Can I create a Web-based application (not a Web site) with Visual C# 2005
Express ?
Or I have to use Visual Web Developer 2005 Express Edition, choose ASP.NET
and then choose C# ?

Are there any web-sites give me step-by-step Visual C# 2005 Express
Web-based application development ?

Please tell me, thanks a lot.
 
P

pvdg42

cpchan said:
Hello,

Can I create a Web-based application (not a Web site) with Visual C# 2005
Express ?
Or I have to use Visual Web Developer 2005 Express Edition, choose ASP.NET
and then choose C# ?

Are there any web-sites give me step-by-step Visual C# 2005 Express
Web-based application development ?

Please tell me, thanks a lot.
What is a web-based application if it's not a "web site"? A web service,
perhaps?
Web Site is VS (or, V<whatever>Express)-speak for a web-based project.
For web projects, you need Visual Web Developer 2005 Express Edition.
Visual C# 2005 Express is for Windows apps as shown here:

http://msdn.microsoft.com/vstudio/express/visualcsharp/features/default.aspx

but also supports integration of your Windows app with Web Services:

http://msdn.microsoft.com/vstudio/express/visualcsharp/features/xml/default.aspx
 
C

cpchan

Thanks.

pvdg42 said:
What is a web-based application if it's not a "web site"? A web service,
perhaps?
Web Site is VS (or, V<whatever>Express)-speak for a web-based project.
For web projects, you need Visual Web Developer 2005 Express Edition.
Visual C# 2005 Express is for Windows apps as shown here:

http://msdn.microsoft.com/vstudio/express/visualcsharp/features/default.aspx

but also supports integration of your Windows app with Web Services:

http://msdn.microsoft.com/vstudio/express/visualcsharp/features/xml/default.
aspx
 

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