I am considering using LINQ-to-SQL to create a DAL in my application. I usually create a DAL manually, as I'm not a big fan of ORM (too much IMO abstraction), but I'm trying to save time for an impatient client.
My question is, how do you map LINQ-to-SQL generated classes to your BLL classes? Do you just add your code to the classes created by LINQ-to-SQL (these are partial classes) and don’t create BLL classes at all (so does the class work both as a DAL and a BLL class) or how do you usually do this?
thanks
, LINQ to SQL : , , - , , - LINQ to SQL, LINQ SQL . - BLL, - DAL. LINQ to SQL , DAL - ( BLN-); DAL; DAL, .
, : LINQ to SQL DAL, BLL, , , , .
Source: https://habr.com/ru/post/1717109/More articles:Can I deploy one GAE application from another GAE application? - pythonConvert string to unique numeric value in php - phpCalling window functions in ASM (push / pop question) - assemblySelenium IDE click () timeout - asp.netWYSIWYG редактор HTML/CSS, который может генерировать div, float, padding - htmlhow to find keyboard in / dev on osx - keyboardWhy is an OperationContract attribute required in a WCF service? - c #Self-referential enum attributes in C # dynamic assembly - enumsCustom Latex Application - latexHow can I use T4 templates with MonoDevelop 2.2 on OSX - monoAll Articles