I'm using the ADO.NET Entity Framework as the data access layer in my application, but I'm not sure where I should be putting business logic. Are there any best practices or samples available that illustrate how to integrate business logic with Entity Framework entities?
After Edit:
I want any samples with implement calculation,security,rules and other things in BLL ...
Any article and samples..!
