Advanced Azure App Services - K. Scott Allen You'll find many introductions showing you how to use Azure App Services, so this talk will give you the inside scoop on the real world tips, tricks, and troubles you'll see when moving enterprise projects into App Services. We will discuss best practice...
.NET Design Review: GitHub Quick Reviews 00:00:00 - Approved: Add WriteTo convenience APIs on JsonDocument and JsonProperty https://github.com/dotnet/corefx/issues/39037#issuecomment-507769350 00:09:37 - Approved: PipeOptions, StreamPipeReaderOptions, and StreamPipeWriterOptions should not hard...
Tracing and Counters Interest Group - Announcements · Issue #13019 · dotnet/runtime I'm making this issue as an informal way to flag other issues and discussions that might be relevant to doing tracing, logging, and performance counters in the .Net runtime. This includes techn...
Welcome! You are invited to join a webinar: Solving complex performance issues in .NET. After registering, you will receive a confirmation email about joining the webinar. How to easily identify performance bottlenecks and gain full visibility over your codebase. Join Matt Warren for this exclusive webinar where he’ll show you first hand how to identify and diagnose .NET and .NET Core performance issues at speed. You’ll ...
Mistaeks I Hav Made: Mistakes we made adopting event sourcing (and how we recovered) Over the last year or so we have been building a new system that has an event-sourced architecture. Event-sourcing is a good fit for our needs because the organisation wants to preserve an accurate history of information managed by the system and analyse ...
Xamarin: .NET Community Standup - July 3rd, 2019 - iOS 13 Preview with the iOS Team! Join the Mobile .NET Teams for our community standup covering great community contributions for Mobile .NET, Xamarin, Xamarin.Forms, Components, and more. Links: https://www.theurlist.com/xamarin-standup-july19 Suggest an idea for a standup: http://aka...
gRPC for ASP.NET Core, a new framework for high performance APIs - NDC Sydney 2020 | Software Developers Conference gRPC is a modern high performance RPC (Remote Procedure Call) framework that can run in any environment. gRPC is based on HTTP/2, Protocol Buffers and other modern standard-based technologies. Together with excellent tooling, it helps you create high thro...
@addTagHelper should give better user feedback for failures · Issue #11780 · dotnet/aspnetcore I've lost a lot of time to tag helpers after reading the docs. While they have been improved by clarifying the include is the assembly and not the namespace, there's still more that should ...
GitHub Team Video 👋 Help motivate the GitHub team! The entire company is getting together in person next week for our week-long Summit. If you're a GitHub user and want to send a message to the team, please record a 30 second video of yourself talking about what GitHub me...
Lowering in C#: What's really going on in your code? - David Wengier If you're attending NDC you probably think you know what a foreach loop does - it iterates over a collection, right? Well... yes. BUT do you know how? Do you know what the C# compiler does when you write a foreach loop? What about a lambda expression? O...