I have a single table name with an irregular plural (the plural is the same as the singular). Is there any way to disable the automatic pluralization (Account = DB.Accounts) for that single table while retaining the feature for the others?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?