In this quick post, I will show you how you could avoid pluralization of classes in LINQ to SQL
Step1
Open visual studio and click on Tool from Menu. Then select Options
Step 2
Select Database Tools tab
Step 3
Now choose O/R designer option from Database tool tab
Step 4
Change Enabled to False.
Now when you create data model using LINQ to SQL pluralization of classes would be turned off.
I hope this quick post was useful. Thanks for reading
Follow @debugmode_
Leave a Reply