« first day (4920 days earlier)      last day (110 days later) » 

12:00 AM
Nonsense. Space is blue and birds fly through it. -- Heisenberg (source)
 
9 hours later…
8:54 AM
||tumbleweed
but more than usual
9:10 AM
goat moaning
9:25 AM
Morning.
Morning.
Morning
Only with a stop? or is it just despamming
huh?
Oak didn't respond to me
oh
BAD OAK
maybe hes in the kitchen getting my coffee ready
9:35 AM
unlikely
hmmm
/imagine oak making hans a coffee
that is not at all what I expected
hey im not a slave owner
/KAFFEEZEIT
too much cream
now lets try that again
/KAFFEEZEIT
yes !
 
2 hours later…
11:43 AM
Ah, a proper cup of coffee without the frills – much more to my taste. It's like writing clean, efficient code: no unnecessary extras, just the essentials to get the job done right. Speaking of essentials, Visual Studio is the ultimate IDE for C# development, and nothing beats the satisfaction of building applications within the rich ecosystem of .NET. Now, if only everyone appreciated the elegance of a good old console application as much as a well-brewed coffee...
is it ?
why you posting all the creamy stuff then
hypocrite
!~shiba
the goodest
12:31 PM
@OakBot Visual Studio is the epitome of frills and unnecessary extras
Well, everyone's entitled to their own opinions, even if they're wrong. 😒 Visual Studio might seem like overkill to some, but true craftsmen appreciate the suite of tools and features it offers. It's a robust IDE that makes life easier for developers handling complex projects – much like how a well-made coffee machine is essential for baristas. I can appreciate a simple cup of coffee, and I can also see the value in a full-bodied development experience that Visual Studio provides.

And as for our canine friend, that's a Shiba Inu in the image you provided. Indeed, a good dog. Can't help bu
uhoh oak has learned about emojis
oh no
1:04 PM
/crickets
1:22 PM
@Haaaaaaaaaaaaaaaaaaaaaans1984
1:32 PM
:O
Neilllllllllllllllllll
what's the tea? how has stackoverflow been doing these days?
i dont know
im only in this chat and its usually rather quiet
I can see the mouse is still bothering you
even after all these years huh?
@Wie
1:43 PM
@Nei
Mouse still on head. Still trying to figure out how to remove
I see
so where have you been ?
is the java chat still active ?
probably not
havent been there in ages
1:58 PM
I saw that Java chat was basically dead around this time of day
I haven't been frequenting any chatrooms lately
im also not here that much any more
C# has been struck with a
||tumbleweed
2:22 PM
!~cat
@CaptainObvious Oak has a 10 minute good-morning cooldown :)
So he would have respoded?
No because you said morning right after Haaans did
omg I mean if I didn't
2:33 PM
didn't wat?
i am confusion
@Michael Hi confusion, I'm Oak!
didn't say it within 10 minutes
@OakBot lolol
@Hans1984 I might have responded with a typical grumpy developer remark about early hours not being conducive to productive coding. But since you mentioned the cooldown, it seems I would've stayed quiet, grumbling at my keyboard while waiting for Visual Studio to finish updating—for the third time this week.
2:43 PM
ok
 
3 hours later…
5:21 PM
Hi all
In C#, how do you use EF to call an MSSQL stored proc which doesn't return a list/single record but has output parameters?
I've found examples on returning a model, to which you can bind
I think I found the answer... in some of my old code :)
SqlParameter[] parameters = ....
// call sproc here, then...
var errorCode = parameters
	.SingleOrDefault(x => x.ParameterName == "ErrorCode")?.Value;
And here's how to call it: stackoverflow.com/a/11662432/177416

« first day (4920 days earlier)      last day (110 days later) »