I think you guys used very old versions of EF, because I'm using EF for almost every project that I start and the queries are actually very clear and concise. In the end you can even execute your own queries with EF, the same way as you do with Dapper, I'm very satisfied with how EF actually works
LucianPopescu
Posts
-
Question for DB admins, DB architects, etc. -
Recommendation on a corporation wide password manager1Password is the best you can get for this kind of purpose
-
A Thought For Anyone Asking Questionswhen you are in the box you have to think outside of the box :)
-
Good tech / startup reading?Try this
-
Electronic Consciousness?What about chemical reactions ? For example, we are able to transmit with our cell phones voice and visuals but what about smell ?
-
Electronic Consciousness?I think that cannot be reproduced electronically something that is biologically or chemically done.
-
MEFWhat's the difference between MEF and PRISM ?
-
Add to favoritesThank you, didn't know about it :D
-
Add to favoritesToday, reading an article i wanted to add the article to favorites and i think it would be a nice feature to have this option to add articles to some favorites list on my profile :) what do you think ?
-
Contest - Google Whacking [modified]submit them here : http://googlewhack.com/[^]
-
Contest - Find a Larger Google Result Set [modified]www
About 25,270,000,000 results (0.15 seconds)
-
Is your brain fully OO compliant?Chris Losinger wrote:
Crtl-F is sufficient for most things.
or Ctrl+Shift+F. :)
-
c# Casting v As operatorI use this :
if(e is SomeObject)
{
SomeObject obj = (SomeObject)e;
} -
VS 2010 SP1Check this out: [^]
-
WPF or WinFormsI was just wondering about this: In which situations i should use WPF instead of WinForms to create a application ?
-
UK Citizenship TestI got 54%, lol and I never been in UK, i just answered by guess :))
-
OMG! They're on to me.And no-one (IMHO) don't spend so little time writing actual code.
-
Everything's Backwards!Ian Shlasko wrote:
You drive on the wrong side of the road
Remember that for them that is the right (not wrong) side of the road, this is the problem .
-
DiagramsI'm thinking about usual stuff like workflows, application layers, architecture... etc
-
DiagramsI see many different nice looking diagrams in cp articles and every time i wonder about what software did you use to create your diagrams, not only for cp articles but also for your day-by-day work... I'm looking for such a software. What do you use and what do you recommend ? Thank you.