Toggle navigation
TWunroll
TWunroll
faq
Contact US
#DotNet
James Randall
jamesdrandall
Some takeaways from my experiences of moving a "real" #dotnet application from running on #azure to running on #aws - so far at least.Will be writing blog posts soon. 1.
Read more
Barry Dorrans
blowdart
Patch Tuesday is up. .NET Core gets some updates, so check Microsoft Update, or the VS installer.Denial of Service : CVE-2021-1721 https://github.com/dotnet/announcements/issues/175Remote Code Execution : CVE-2021-24112 https://github.com/d
Read more
David Fowler 🇧🇧
davidfowl
Feels like it’s time for a .NET tooling renaissance.Solution files are dated, and project files while much cleaner, are tied to the powerful but flawed msbuild. We’ve seen huge performance
Read more
Nemanja Rogic
rogic_nemanja
Show, don't tell thread about covariance and contravariance in C#.#csharp #dotnet #dotnetcore In case that you wonder why variance is not automatic... Can we somehow avoid covariant type parameter? Yes.
Read more
Andrew Stellman ☮️♥️👾 author of Head First C# 📚
AndrewStellman
We had a great discussion about how tools help us learn on the .NET Community Tooling stand-up today @gotheap asked a wonderful question about how the approach to learning has
Read more
David Fowler 🇧🇧
davidfowl
The dependency injection hate is strong on hacker news https://news.ycombinator.com/item?id=25047409 #dotnet My hot take is this: I do believe that having to deal with DI makes things more difficult to
Read more
David Fowler 🇧🇧
davidfowl
There are some common issues I see when people use ConcurrentDictionary:- Dealing with the fact that GetOrAdd executes the creation callback more than once. This means if you create something
Read more
Kevin Gosse
KooKiz
I just ran into an interesting performance issue. We're implementing a feature that collects runtime metrics from apps in the background (using EventListener/EventCounters, collection is done in-process). I load-tested it
Read more
TRAPEZOID OF DISCOVERY
get_innocuous
I'm still digging into the ASOG Antrim report, but wanted to point out something pretty important: their claim that someone attempted to tamper with evidence is...unsupported by evidence. A quick
Read more
Nick Craver
Nick_Craver
The last 3 days is one of the longest deep dive debugs we've had in years. We finally got the culprit for some timeouts this afternoon: the compiler. It eats
Read more
Anson Horton
AnsonHorton
I was trying to remember any interesting event associated with a new year and the best I could come up with this morning is many years after what I've been
Read more
Azure SDK
AzureSDK
Introducing the new #Azure SDKsA 3 minute video that brings you through our motivation for creating the new SDKs - it's all centered around increasing developer productivity while building Azure
Read more
christmas2016_passwords.xlsm
da_667
Since others are allowed to throw their theories around on how fireye got popped, here's mine. You know that VMware advisory that was posted a few days ago? https://www.vmware.com/security/advisories/VMSA-2020-0027.htmlThe one
Read more
George Stocker
gortok
I'm livetweeting the http://focus.dotnetconf.net "Focus on Microservices" conference today. Thread. There's a full day of "great" content, including Kubernetes. I don't typically put "Great"
Read more
By continuing to use the site, you are consenting to the use of cookies as explained in our
Cookie Policy
to improve your experience.
I agree