How to run native code in .NET: (I'm adding native code and IL assembler to my decompilation tools) #dotnet
Week 34, 2021
Monday, 23 August 2021 - Sunday, 29 August 2021
One of the reasons it's so easy to get started with minimal APIs is because everything is in scope and you can capture state by using closures. #dotnet #aspnetcore
One of the benefits of the new startup pattern is that it's easier to write async startup code. One of the problems with callbacks is that you always need sync and async overloads, then you can't mix them... #dotnet #aspnetcore
You can conditionally ignore properties with [JsonIgnore] attribute with System.Text.Json in #dotnet 5. A new JsonIngoreCondition enum provides the following options: 1. Always 2. Never 3. WhenWritingDefault 4. WhenWritingNull 1/3 π #coding #DEVCommunity
F# Weekly #35, 2021 β Optimizing Tasks in F# and CoolLang in F#
From MVC to Minimal APIs with ASP.NET Core 6.0
How to collect the code coverage of your tests in .NET
Grab a mug of your favorite beverage, and settle in for an interesting read. This post gives us a tour through ~400 PRs that make up the .NET performance improvements coming in #dotNET 6. π msft.it/6017n2BYx
Diagnosing memory leaks in .NET apps | On .NET
In .NET 5 new HttpClient extension methods have been added. Now you can easily GET data from JSON and POST data as JSON. HttpContent also got new extension methods to read and then parse from JSON. #dotnet #programming #DEVCommunity
[Last Week in .NET #56] - Silverlighted Sorting
It looks like youβre using Visual Studio. Would you like help?
A closer look at C# 8 & 9 language features - PHINUG 2021.09
.NET 6 FirstOrDefault(), LastOrDefault() SingleOrDefault() now lets specify the default value #dotnet #dotnetcore
Favorite features in Visual Studio 2022 so far
Can I build Surface Duo apps with C# and Visual Studio? | One Dev Question
If you ever wanted to take a deep dive into the intricacies of string interpolation in #CSharp 10 and #dotNET 6, this @stephentoub blog post is for you... msft.it/6017n22AX
PowerShell Obfuscation | Offensive Security
So you want to learn how to create your own obfuscation techniques for your payloads in PowerShell? Check out this content piece post from our community moderator Tristram: offensive-security.com/offsec/powersh⦠I am glad I was able to work with him on this project. #pwsh #PowerShell
C# Language Highlights: Deconstructing Non-tuple Types | On .NET
5 Methods to Redirect a Request in ASP.NET Core β Detailed Guide
End-to-End Tests With ASP.NET Core, XUnit, and Playwright
Use our SDKs to easily enable your #app to call the DocuSign #eSignature REST #API Our documentation now features 6 different #programming languages: #CSharp #Java #NodeJS #PHP #Python #Ruby Learn how to use them π bit.ly/3gs49L5
Dapper Migrations with FluentMigrator and ASP.NET Core
New .NET APIs driven by the developer community! devblogs.microsoft.com/dotnet/new-dot⦠#dotnet
New .NET 6 APIs driven by the developer community
Calling an API from Blazor WebAssembly - A TimCo Retail Manager Video
.NET 6.0 introduce two new structures: TimeOnly and DateOnly. #dotnet #dotnetcore