Viewing 15 posts - 16 through 30 (of 103 total)
Agree with Aaron, T-SQL is a mixture of set-based and procedural programming. Any individual SQL command, like a SELECT, is set-based, but if you put anything after it suddenly you...
April 3, 2009 at 8:32 am
I've been eying netbooks for a while myself, but not for business purposes. I want one to make blogging on the go easier, perhaps use it as an e-book when...
January 12, 2009 at 7:14 am
GSquared (1/5/2009)
January 5, 2009 at 12:28 pm
Jack Corbett (1/5/2009)
Timothy (1/5/2009)
January 5, 2009 at 9:29 am
I'll admit I rarely write comments. About the only time I do is if the code has "gotchas": basically it does things in a way you wouldn't normally expect but...
January 5, 2009 at 7:16 am
Nice post blandry. I agree with pretty much everything you said. I've been thinking a lot myself the country seems to be going through a hangover right now. The credit...
November 25, 2008 at 7:07 am
Good point you make Steve about companies possibly selling the data you trust them with when/if they go belly up. I see so many statements on websites about how your...
October 27, 2008 at 6:54 am
Yeah, I was going to ask about your conservative and realistic savings. Generally speaking I'd expect conservative estimates to be lower than realistic since, by definition, you're being cautious.
September 29, 2008 at 6:53 am
Adam Machanic (9/22/2008)
Exactly; doing that work would defeat the whole purpose of LINQ. And it still wouldn't be compile-time verifiable.
I'm just curious, how would you expect any object relational...
September 22, 2008 at 11:17 am
Adam Machanic (9/22/2008)
CREATE PROC x
@i INT
AS
BEGIN
SET NOCOUNT ON
IF @i = 0
...
September 22, 2008 at 10:24 am
Adam Machanic (9/22/2008)
Now if we could just get stored procedures that exposed well-defined output contracts, the sweet spot would be clear: LINQ to SQL to stored procedures.
Unless I'm missing something...
September 22, 2008 at 9:31 am
cs_troyk (9/22/2008)
September 22, 2008 at 8:33 am
Using Linq to SQL for direct table access is something I've just recently started doing, but only in limited respects. Mainly, for now, for constructing queries for a search, i.e....
September 19, 2008 at 7:54 am
I happened to click on a tab in Maxthon that had a Digg story about He Kexin, the Chinese female gymnast under suspicion of competing in the current Olympics as...
August 25, 2008 at 12:33 pm
Viewing 15 posts - 16 through 30 (of 103 total)