Table Name
-
I am going to define a table for Book's Publisher so I want to give a name like Book_Publisher_Mapping. But when I will map this with EF then It creates a partial class that name is Book_Publisher_Mapping. So it is not good name for class. I think class name should be like BookPublisherMapping. So I should define table like BookPublisherMapping. It's a good naming convention for table name in Pascal case without _. Thanks
My new article:A Simple MVC Application using LINQ to SQL
ASP.NET MVC 4 - Layout and Section in Razor -
I am going to define a table for Book's Publisher so I want to give a name like Book_Publisher_Mapping. But when I will map this with EF then It creates a partial class that name is Book_Publisher_Mapping. So it is not good name for class. I think class name should be like BookPublisherMapping. So I should define table like BookPublisherMapping. It's a good naming convention for table name in Pascal case without _. Thanks
My new article:A Simple MVC Application using LINQ to SQL
ASP.NET MVC 4 - Layout and Section in RazorIt is an excellent naming convention underscores (_) were invented because the devil (Oracle) could not work out what lower case is.
Never underestimate the power of human stupidity RAH