Is table inheritance the wrong approach
If we take the two below entities as en example.
What strategy to follow while matching sql server datatypes in C# Code First approach while using Entity Framework
While matching SQL Server datatypes with C# Code First Approach in Entity Framework, what are specific points that we should keep in mind so that our C# datatype should match exactly our SQL Server datatype?
Is a mocking framework useful if I’m unit testing a repository/database? [duplicate]
This question already has answers here: How to test the data access layer? (3 answers) Staying OO and Testable while working with a database (4 answers) Closed 9 years ago. I’m trying to improve my testing skills. I frequently hear about mocking framework to build fake objects (as far as I understand). Right now I […]
Is a mocking framework useful if I’m unit testing a repository/database? [duplicate]
This question already has answers here: How to test the data access layer? (3 answers) Staying OO and Testable while working with a database (4 answers) Closed 9 years ago. I’m trying to improve my testing skills. I frequently hear about mocking framework to build fake objects (as far as I understand). Right now I […]
Is a mocking framework useful if I’m unit testing a repository/database? [duplicate]
This question already has answers here: How to test the data access layer? (3 answers) Staying OO and Testable while working with a database (4 answers) Closed 9 years ago. I’m trying to improve my testing skills. I frequently hear about mocking framework to build fake objects (as far as I understand). Right now I […]
Is a mocking framework useful if I’m unit testing a repository/database? [duplicate]
This question already has answers here: How to test the data access layer? (3 answers) Staying OO and Testable while working with a database (4 answers) Closed 9 years ago. I’m trying to improve my testing skills. I frequently hear about mocking framework to build fake objects (as far as I understand). Right now I […]
Is a mocking framework useful if I’m unit testing a repository/database? [duplicate]
This question already has answers here: How to test the data access layer? (3 answers) Staying OO and Testable while working with a database (4 answers) Closed 9 years ago. I’m trying to improve my testing skills. I frequently hear about mocking framework to build fake objects (as far as I understand). Right now I […]
How do I write my BLL to make it re-usable?
Most of it was written 4-5 years ago. Our teams long term objectives are to use Entity Framework. Though we aren’t gonna do it right away as our deadlines aren’t allowing us to do so.
Now we have our own framework. I want to be able to segregate the Business logic layer in such a way that it need not be re-written when we move to EF. Please guide us with best practices, advise us in this direction.
How do I write my BLL to make it re-usable?
Most of it was written 4-5 years ago. Our teams long term objectives are to use Entity Framework. Though we aren’t gonna do it right away as our deadlines aren’t allowing us to do so.
Now we have our own framework. I want to be able to segregate the Business logic layer in such a way that it need not be re-written when we move to EF. Please guide us with best practices, advise us in this direction.
How do I write my BLL to make it re-usable?
Most of it was written 4-5 years ago. Our teams long term objectives are to use Entity Framework. Though we aren’t gonna do it right away as our deadlines aren’t allowing us to do so.
Now we have our own framework. I want to be able to segregate the Business logic layer in such a way that it need not be re-written when we move to EF. Please guide us with best practices, advise us in this direction.