Is it possible not to have Entity as suffix for entity objects.
We want to keep it Employee as Employee.
The views & stored procedures are kind of ok.
If available, are there any risk factors of doing so.
As Walaa said: the suffix is there for a reason. I wouldn't recommend it to remove it, as sooner or later you'll run into a name clash which results in non-compilable code etc.