Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi i made my first big project a month ago but i have problem
when i want to add something to my project, its confusing and too much hard for add new item because i need to change many thing and i know object oriented (very good) and i used in my project but its still confusing when i want to add something new, can someone tell me how can i manage big project in (C#)
With Respect
Posted
Comments
Richard MacCutchan 21-Jan-15 10:29am    
If you find your own project confusing then it may be that the design was not very well thought out. There are many patterns and frameworks that can make this task easier for you, did you consider using any of them?

1 solution

Your question is not too clear, what exactly you mean be adding something new?
Is it a class or form into your solution or what?

If you are asking from solution perspective, you can create folders based on modules and divide your classes and forms in those folders.
 
Share this answer
 
Comments
Avenger1 21-Jan-15 15:05pm    
my project have many classes (but i don't have any problem with classes) and some forms (i mean more than 10 forms and 50 classes) but in my forms for example you want to add this code "int v = x + y;"
but in my project you should change many or some code, for this code and other codes doing correctly
this is my problem, i can't manage them but i m using object oriented
With Respect

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