Questions tagged [mehdime-entity]

The Mehdime.Entity is a library available already in www.nuget.com. It is very convient way of using Entity Framework with custom access layers. I think it is worth to create such tag

3 questions
2
votes
1 answer

Instantiate DbContext-derived class with Mehdime.Entity AmbientDbContextLocator

can anyone tell me what I am doing wrong? I am wanting to use Mehdime.Entity from https://www.nuget.org/packages/Mehdime.Entity in order to manage my DBContext-derived classes in a Console Application. I am also using NInject. The connection…
Chris Walsh
  • 3,423
  • 2
  • 42
  • 62
0
votes
0 answers

how to manipulate .hex file in python

1 I have an .hex file looking something like…
0
votes
1 answer

Get SQL query from Where expression

I have .Net Framework console application using EF6 context from which I'm selecting using mehdime entity scope and I'm trying to get the resulting SQL query in my program. I'd like to get the generated SQL that would result from the WHERE, but…
mishan
  • 1,177
  • 3
  • 19
  • 42