Problem : I have a project called Data which is a data layer. In this project, all files are just […]
Tag: naming-conventions
Naming methods that are registered to events
Problem : Assume that I have a class that exposes the following event: public event EventHandler Closing How should methods […]
What are the naming conventions that you use while coding? [closed]
Problem : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]
Should a class have the same name as the namespace?
Problem : I’m designing a namespace to hold a set of classes that will handle user related tasks for a […]
What’s the naming convention for classes in the DataAccess Project?
Problem : I usually name by classes in the Business project as Manager.cs, like BaseManager.cs, CommentsManager.cs, ProfileManager.cs, etc… How do […]
Lambda variable names – to short name, or not to short name? [closed]
Problem : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]
F# naming convention
Problem : Is there an “official” naming / casing convention for F#? I’m always in doubt of using C# style […]
What names do you find yourself prepending/appending to classes regularly? [closed]
Problem : As it currently stands, this question is not a good fit for our Q&A format. We expect answers […]
How do I Parameterize a null string with DBNull.Value clearly and quickly
Problem : I got tired of writing the following code: /* Commenting out irrelevant parts public string MiddleName; public void […]
Naming Conventions for .NET / C# / WPF Projects
Problem : What is a widely accepted naming convention for .NET/C#/WPF projects? Solution : Microsoft has an extensive MSDN article […]
- 1
- 2