Viewing 15 posts - 91 through 105 (of 251 total)
David.Poole (5/21/2016)
ORMs are fine for prototyping.The issues I have with them are:
[Ul]
- I now have to give direct table access to people I don't know, let alone trust
[/ul]
No you...
May 23, 2016 at 6:52 am
FunkyDexter (5/18/2016)
I'm not experiencing this...not using Select() when I run a LINQ query, I get just the columns defined in my entity
EF will only select the columns required by the...
May 18, 2016 at 11:35 am
"One of the issues (features?) with Entity Framework is that by default the queries all run as SELECT *. Instead of bringing back all of the columns in a table"
I'm...
May 17, 2016 at 6:44 am
Gary Varga (2/16/2016)
February 16, 2016 at 7:03 am
So, does the ability to include "post deployment" tasks in your SSDT project not help to alleviate this somewhat? This lets you "seed" your database with reference data, at least...
January 18, 2016 at 1:03 pm
Thanks for the article...5 stars (especially since you didn't say "performant" anywhere) 😀
October 23, 2015 at 10:52 am
If I say "who wrote this crap"...it's a code smell.
Of course, I'm often the one who wrote it, but that's beside the point. 😀
October 6, 2015 at 7:15 am
Charles Kincaid (5/29/2015)
rasika.nanayakkara (5/29/2015)
I tried this example and found out that Excel and Word documents cannot open and it says they are corrupt.
Since I did not see any mention of...
May 29, 2015 at 6:47 am
But personally, I do like having the option of setting FileMode and FileAccess.
Sure, nothing wrong with wanting more control. It might be better to change this up entirely though, and...
May 28, 2015 at 3:57 pm
Solomon Rutzky (5/28/2015)
May 28, 2015 at 11:55 am
Solomon Rutzky (5/28/2015)
!! Critical Issue !!: You open a FileStream but...
May 28, 2015 at 7:12 am
Eric M Russell (5/21/2015)
dmbaker (5/21/2015)
Eric M Russell (5/21/2015)
Why is including location in server name important for some?
Because when I'm querying a London server from Seattle, I like to know that...
May 21, 2015 at 7:33 am
Eric M Russell (5/21/2015)
Why is including location in server name important for some?
Because when I'm querying a London server from Seattle, I like to know that I can step out...
May 21, 2015 at 7:22 am
Paul Bradshaw (3/18/2015)
March 20, 2015 at 7:22 am
Eirikur Eiriksson (3/31/2014)
dmbaker (3/31/2014)
March 31, 2014 at 2:36 pm
Viewing 15 posts - 91 through 105 (of 251 total)