Click here to Skip to main content
15,886,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.......

I am beginner in c# programming and working with MVC architecture for my windows application. i get confuse when i pass the parameters to the function from one layer to another layer. So i want to know about the naming convention of parameters which we pass to the constructor or function in order to call another layer's constructor or function. Kindly explain it in details.

Soon reply will be appreciated......!!!!!!!!!!

Thanks...
Posted

There are plenty of naming conventions available. You can use camel case, pascal case or whatever suits you. Important thing is to provide meaningful names to objects and to have uniformity across the application.
 
Share this answer
 
General Naming Conventions[^] should help you out.
 
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