Viewing 15 posts - 106 through 120 (of 247 total)
Eric M Russell (3/6/2014)
March 6, 2014 at 10:00 am
DEK46656 (3/6/2014)
dmbaker (3/6/2014)
At the moment I would think the best approach would be is to design the database “correctly” and implement the GUI through something like MVC. Leave as...
March 6, 2014 at 9:26 am
At the moment I would think the best approach would be is to design the database “correctly” and implement the GUI through something like MVC. Leave as much of...
March 6, 2014 at 8:57 am
Entity Framework can do a "mass delete" by executing an arbitrary SQL statement. It's arguable as to whether that's actually EF since you're essentially "stepping out" of the framework to...
March 6, 2014 at 7:20 am
My apologies, it wasn't clear in your initial post that that this was the case and it's someting that seems to be often forgotten. I'm certainly glad to hear it...
January 9, 2014 at 7:14 am
Step 0 - Talk to the business
Are you sure you need a data warehouse at all? Discuss needs with your users and make sure you understand the business. If you...
January 9, 2014 at 6:54 am
My comments were aimed at two salacious points:
Did you mean "salient?" I suppose salacious would work, but it gives your post a whole different meaning. 😀
October 15, 2013 at 7:43 am
Can you post more details? Sounds like you're using .NET (since you mention app.config) but knowing what language you're coding would be helpful (e.g. c#? VB.NET?) as would what version...
September 13, 2013 at 7:22 am
I think that "database abstraction layer" isn't really what you think it is, or at least your view is incomplete. Microsoft's Entity Framework, as well as other ORM tools, are...
July 10, 2013 at 8:51 am
"When they need to construct a class in C#, they don't heave out a prosthetic GUI to do it. They just cut code"
Well, I think one could call Visual Studio...
June 10, 2013 at 6:44 am
patrickmcginnis59 10839 (5/13/2013)
dmbaker (5/13/2013)
vliet (5/13/2013)
Developers think row-based. They cannot work with set-based algorithms. Everyone who tells you otherwise hasn't worked together with developers.
Really? That's a pretty broad brush you're using...
May 13, 2013 at 9:39 am
vliet (5/13/2013)
Developers think row-based. They cannot work with set-based algorithms. Everyone who tells you otherwise hasn't worked together with developers.
Really? That's a pretty broad brush you're using there. I don't...
May 13, 2013 at 7:07 am
Well, we don't use VS 2012 yet and I've not tried this with VS 2012, but I'll give it a shot.
1) Get Sql Server Data Tools! Download and install the...
January 29, 2013 at 10:29 am
Any chance you can upgrade to Visual Studio 2010 or later? SQL Server Data Tools, which is available in 2010/2012 is pretty darn useful, and it makes database development much...
January 29, 2013 at 7:26 am
I find it interesting that nobody has mentioned that building software, and modifying it, has an associated cost -- somebody has to pay for it.
When users ask for modifications to...
January 21, 2013 at 7:03 am
Viewing 15 posts - 106 through 120 (of 247 total)