Saturday 15 February 2014

orm - Use LINQ generated classes directly? -


Will LINQ generate a set of squares from SQL files, should they be used directly, or whether they are wrapped in another class Should the model not depend on the implementation?

You can do it in any way, generally I can convert SQL classes to a repository Wrap, but if the app is small then you can use the repository methods directly.

If the app is big then you can add commercial level.


No comments:

Post a Comment