Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
1.25/5 (4 votes)
See more:
how to build or create a project........in this development resource can any one guide me.....?
Posted
Comments
[no name] 23-Jul-12 11:43am    
Welcome to CP. Your question does not make a whole lot of sense but I think that you have misunderstood what the site is all about. We are a collection of programmers that help each other.

We can't give you any specifics on how to create a C# project, because the exact details will depend on what your project is meant to do, and what environment it is meant to run in: Is it a website, or a Console app, or Winforms, or WPF, or a web service, or... there are far, far too many possible options to give you details.

But they all pretty much start out the same.
1) Install Visual Studio (an Express version is fine, and free - see Microsoft for download details)
2) Run Visual Studio, and on the menu bar select "File", then "New...Project". A dialog will appear that give you the options.
3) Select an appropriate option, and give it a sensible name.

VS will create a skeleton project for you, ready for you to fill in the details.
 
Share this answer
 
Personally I would start by having a read here Beginner Developer Learning Center[^]
 
Share this answer
 

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