Note that there are some explanatory texts on larger screens.

plurals
  1. USRob
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CONot sure that is what I'm looking for. Ive added an Edit to hopefully explain further. I'm wanting to sort the list of Records prior to the Skip and Take based on a value of one of the Fields - in the example above it would be on the value of the Field with a Name Colour (so Records with a Field called Colour and Value of Blue would be above a Record with a Field with called Colour and a value of Red)
      singulars
    2. COIsnt the ability to inject at runtime without the need to re-compile your code one of the main points of dependancy injection though? I find switching between concrete implementations for 3rd party services or Data Access objects and a fake implementation of these is something i do quite often during development and testing, and so i would not want to have to keep changing the code each time and recompiling. Also, it allows people to re-use in a slightly different mode without changing the code. I guess there is an argument to use either approach depending on circumstance
      singulars
    3. CO@mookid8000 Does that not mean then that if i want to change which concrete implementation of an interface i want to use (say switching between a real and a fake DAO), that i would need to change the code and re-compile? By having it in a castle xml config file i can just change the config and re-start the service or application.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload