Brian Korzynski
1.1K posts


@Dave_DotNet Store the image outside the db. They make db and backups larger and doesn’t optimize display (say on a webpage) as well as a CDN does.
In SQL Server they used to have FileTables to give you the best of both worlds. Not sure if people still use them though.
English

If Product schema has" Image", should you store the actual "Image" in Azure Blob storage or just directly in SQL DB? 👀
#dotnet

English
Brian Korzynski retweetledi

@housecor I totally understand the feeling, I’ve been in the same boat. What makes it ironic for me is that I build AI systems and still feel that way.
English

@saltnburnem @GantLaborde lol, no I’m good. I’m busy implementing my own idea, and it’s going really good so far.
English

@bkorzynski @GantLaborde If I tell you then you’ll steal my idea
English

I have this really cool idea to build an app that uses a bit of AI. Thanks for the guidance @GantLaborde !!
#DeveloperCommunity
English

@saltnburnem Lee Brandt. Not sure if he’s still there or not, but either way could probably hook you up.
English

@webenologyinc @DevLeaderCa That’s a very fair point. Most of what I do is backend processing. This is how I learned microservices back in the day. With REST services I don’t usually differentiate between a service and a microservice, since they are essentially the same thing just smaller.
English

@bkorzynski @DevLeaderCa But with queues you have to add extra processing if you're waiting for a reply.
I think it depends on your use case.
Rest api communication between microservices that you need an answer from and that isn't long running and queues if you're looking for more of a run and forget.
English

@DevLeaderCa I’ve done both for many years. Remote is so much better. If done properly you don’t lose much over being in person and you get a lot more freedom.
English

@DevLeaderCa Serilog and Seq, especially in development environments
English

@Matt_Pinner Just off the top of my head: Chile, Mexico, The Czech Republic, Turkey, Greece, and Cyprus.
English

@sadukie Definitely agree with that. The Beetles one was really cool when they had it.
English

@sadukie Awesome. I really liked that one when we saw it a few years back. Ka and Mystere are great too, especially if you’re in Vegas.
English

@sadukie I love Cirque I’ve seen over 20 different shows. Which one was it?
English

@DevLeaderCa First and foremost follow industry best practices. That way I don’t have to worry about performance until it becomes a problem (like 5% of time). Then I use dotMemory and dotTrace for profiling. Both are from JetBrains and both are great. I highly recommend.
English

@dustinmoris I agree you should be using MediatR and just have IRequest and IRequestHandler (already provided). It doesn’t make sense to roll your own.
English










