Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

I am new to asp.net programming. although I have well versed in VB 6.0 and sqlserver 2000-20008. I would like to develop dynamic web applications.

some sites give us static web templates for free or for money.

I would like to know such sites providing asp.net websites as free or for money to get quick idea of building a site.

else any idea to leaning materials useful to learn complete website building use vb.net or c#.net. as I am a quick learner. your help is already acknowledged with gratitude.

thanks in advance
Posted
Updated 20-Sep-11 10:16am
v2

1 solution

A quick learner? Good. Get a Visual Studio or install free Visual Studio Express product called Visual Web Developer Web Express:

http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-web-developer-express[^]. Install MSDN with documentation.

You can also go to http://www.asp.net/get-started[^] and install everything from there. You can use this resource to learn the technology. You can also go to Downloads page and download some free ASP.NET applications such as Wiki, eCommerce, etc.

Done? Now go to the menu and create a new Web site using File => New => Web Site… from one of the available templates. As you tagged ASP.NET, start from choosing "ASP.NET Web Site", give a name and a directory for your project. You will get a skeleton of your site, fully-functional working environment, with development HTTP server, debugger for your server-side and client-side code, detailed MSDN help on all items.

Done? This is your template. Now quick-learn the technology starting from this point. :-)

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900