In this quick article, I will show you how to avoid pluralization of classes in LINQ to SQL.Step 1:Open Visual Studio and click on Tool from the Menu. Then select Options:Step 2:Select the Database Tools tab: Step 3:Now choose the "O/R Designer" option from the Database tool tab:Step 4:Change Enabled to False. Now when you create a data model using LINQ to SQL, pluralization of classes would be turned off.I hope this quick article was useful. Thanks for reading.
Resolving Concurrency Conflicts in LINQ
Using O/R Designer to Bind a Windows Form in LINQ
This article sounds good for those who are aware of Pluralization of classes and facing problem. I am new in this field. So want to know what exactly is Pluralization of classes. what type of problem we face if as in your article we enable the option true. Can you explain me with an example. Thank in advance