Giter Club home page Giter Club logo

Comments (2)

ardalis avatar ardalis commented on June 18, 2024

As software developers we're often forced to make choices between the ideal and the pragmatic, and I think this is another example of this kind of choice.

If you wanted to be "more ideal" with regard to exposing features of underlying ORM and implementation details, you could either avoid using AsNoTracking and AsSplitQuery completely, or you could ensure they were abstract "hints" the specification could pass along to any implementation, which could leverage or ignore them as it saw fit.

Of course, in reality the real implementation of the query provider will make a difference in the actual behavior of the system, but the general goal is to limit the extent to which such differences impact our design of our system and its business rules / domain model.

from specification.

k290 avatar k290 commented on June 18, 2024

Thanks for the thoughts. I'm satisfied with that. I'm going to leave this open for 24 hours in case anyone else chimes in and then will close the issue.

from specification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.