Learn more about Infrastructure as Code in C# using AWS CDK from @TheCloudPhil on Sept 13 at .NET Enterprise Developer Day. REGISTER TODAY: go.aws/3yxjZu4 #dotNETonAWS #dotNETEDD #dotNET
Week 35, 2021
Monday, 30 August 2021 - Sunday, 5 September 2021
Check out this session on A .NET Developers Guide to Working with Data-Lake on AWS from Ulili Nhaga on Sept 13 at .NET Enterprise Developer Day. REGISTER TODAY: go.aws/3yxjZu4 #dotNETonAWS #dotNETEDD #dotNET
Starting with .NET Core 3.x you can publish an app as a single executable file. But when it starts, the file is extracted to the folder and run from there. In .NET 5, the managed DLLs are loaded in the memory, avoiding the extraction to a folder. #dotnet #coding #DEVCommunity
A short video on how I do my compiler research for .NET / C#. Sound ON for commentary. PS: I will be putting a longer version of this video on YT #dotnet
Wow - my free Visual Studio extensions for VS 2022 rank number 2 and 3 highest rated! If you work with data in Visual Studio, you should try them out. #dotnet #visualstudio #sqlserver #azuresql #sqlite marketplace.visualstudio.com/search?term=Er…
Did you know about the new type 'Half' introduced in .NET 5? It represents a half-precision floating-point number and occupies 16 bits. The type can save storage space where the computed result doesn't need to be stored with full precision. #dotnet #coding #devcommunity
F# Weekly #36, 2021 – Sutil REPL, FSSF Election, int array and Myriad
#HuntingTipOfTheDay Why would an attacker deny remote #PowerShell admin on an Exchange server to a legit admin? Their enablement of WDigest suggests they want to force them to logon using RDP.
Working on a new library called Fluent.Http great for running integration tests with Mvc.Testing #AspNetCore #DotNet
Analyzers/Codefixes are an underrated feature of C#. We're shipping some for minimal APIs to catch common mistakes. @captainsafia wrote this one. #dotnet #aspnetcore
Launching Visual Studio Code cleanly from a .NET Application
My #PowerShell module #ImportExcel crossed the 1,000,000 download mark. Thank you to all who use it, gave feedback, asked questions, and especially those who contributed to it. Special thanks to @jamesoneill for all his work on it. #PStweetChat powershellgallery.com/packages/Impor…
The best way to create a string in C# that you shouldn't use
Course repository for PowerShell for Pentesters Course github.com/dievus/PowerSh… #Pentesting #PowerShell #CyberSecurity #Infosec
A .NET 6 Minimal API Todo example Playground
Released v3.0.0 Start-WindowsCleanup script in the #MEMCM community hub. github.com/microsoft/conf… And Git MEM.Zone/Start-WindowsC… #ConfigMgr #PowerShell
More .NET 6 info: 🙋♂️ How can I make my #Blazor WebAssembly apps run fast? ✔ Daniel Roth, @danroth27, tells us about Ahead of Time compilation Details at: msft.it/6012XG7I0 #dotNET
Custom Model Binding in ASP.NET 6.0 Minimal APIs
Using FbNetExternalEngine with Firebird Embedded (in .NET)
We're starting a new beginner series... In this lesson, @csharpfritz discusses what Blazor 🔥 is, why it is important to you, and how you can use it to make your web applications. Start your education into the #dotNET Technical Community's hottest topic; msft.it/6012X6LLC
Repository Pattern in ASP.NET Core with Adapter Pattern for Easy Maintenance & Better Unit Testing
File IO improvements in .NET 6
C# for Systems Programming
Great video by @nickchapsas showing how to build minimal APIs with .NET 6 youtube.com/watch?v=eRJFNG… #dotnet #aspnetcore
Announcing the Candidates .NET Foundation Election 2021
.NET 6 is on the way. This @davidfowl post gives us a sample of the new APIs coming to #dotNET and #ASPNETCore that you're going to 💙... basically because they were directly driven by our fantastic community. Get the 411 here: msft.it/6014nhqBQ
Monsters Weekly 220 - Previewing .NET 6 without installing the Preview SDK
HTTP/3 is coming to Kestrel and HttpClient! It will ship in .NET 6 as a preview feature. #dotnet gRPC is one of our main testbeds for HTTP/3. We're the first language to investigate end-to-end gRPC+HTTP/3. #grpc gRPC over HTTP/3 proposal: github.com/grpc/proposal/…
G2: gRPC over HTTP/3 by JamesNK · Pull Request #256 · grpc/proposal
Delegates are widely used in #dotNET as event handlers, callbacks, or logic used by other code. This post highlights usage of delegates and what code they generate so that you can see the costs associated with using them in your code. See what you think: msft.it/6014nCb5E
My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal
Introducing .NET MAUI Compatibility for the Xamarin Community Toolkit
[Last Week in .NET #57] - So, Azure your keys are safe?
Boost your productivity with Productivity Power Tools Extensions in Visual Studio 2022!
Introducing the .NET MAUI Community Toolkit (Preview)
New video: The simplest way to create an API is with .NET youtube.com/watch?v=eRJFNG… #dotnet
Blogged: The MVC developers guide to Minimal APIs in #aspnetcore 6.0. benfoster.io/blog/mvc-to-mi…
The simplest way to create an API is with .NET
Downloading artifacts from Azure DevOps using .NET
Essential Functional-First F#
Are you a C# dev who's interested in learning F#? If so, I've written a practical book that may help. #fsharp leanpub.com/essential-fsha…
Build .NET Search Experiences With Lunr-Core
Super happy to finally share the plans for deep learning, including neural network training from scratch, in .NET! Excited to hear all of your feedback and to get to work adding deep learning to #dotnet and #mlnet. 🎉 github.com/dotnet/machine… #machinelearning #deeplearning
Learn to build applications with F#
You can enable a custom converter to handle 'null' using System.Text.Json in .NET 5. To do that, you have to override 'JsonConverter<T>.HandleNull' to return true, and override Read/Write methods as shown in the following example. #dotnet #coding #devcommunity
Well Posh-SSH 3.0 is out, with breaking changes, been ready for release now more than a week but nervous about breaking dev pipelines .. 🤞 .. at some point I had to release powershellgallery.com/packages/Posh-… changes github.com/darkoperator/P… #powershell