NOT-MS-RELATED: Code Management

NOT-MS-RELATED: Code Management



hi
we talk to how to manage your code 

on small project is very easy but on large project its very difficult ??

on this articles am explain personal method to manage code

first am programmed DLL files it work like  framework 
am struct all need Name space Needs and this fill this name space function and producer and properties
that make easy to go direct to name space it need
e.g
am defined name space work with sql server
and filled functions and all needs of classes and so on

and saved it


on the main project if need to connect to sql server
its very easy to use my name space already created 
and then consumed it

same this on other project

that shortage time and easy to maintain application in the future 

on classes 
how to write my code in my class 

if the class contain multi task you can Use the keyword "#region

to group your code 
this keyword really very magic to grouping code 

how to type code :-

on variable use the known Name 
e.g

c# code 
string UserName;


do not type like this:
c# code 
string Us;
that its very difficult if this code makes old and forget it 
use the comment 
like this :
c# code 
string UserName; //this to present the UserName failed

 this is basic to write standard code  
Good coding 

Leave a Comment
  • Please add 2 and 7 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Carsten Siemens edited Revision 1. Comment: Candidate for deletion: (1) not MS related (2) no serious content

  • Maheshkumar S Tiwari edited Original. Comment: Added tags. Please format the article  

Page 1 of 1 (2 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • This is very confusing.

  • Maheshkumar S Tiwari edited Original. Comment: Added tags. Please format the article  

  • Carsten Siemens edited Revision 1. Comment: Candidate for deletion: (1) not MS related (2) no serious content

Page 1 of 1 (3 items)