Did you know that lambda hoisting depends on the scope of the capturing variable? If you capture the topmost variable, then lambda will be created regardless of whether you use it or not. #dotnet
Week 50, 2021
Monday, 13 December 2021 - Sunday, 19 December 2021
I haven't had a chance to implement a #csharp minimal API yet, but I am already impressed. Using JWT authentication is simple. This is simple example, no databases, even without checking the login and password, it's supposed to be a minimum :) #code #dotnet #CodeNewbie
F# Weekly #51, 2021 – F# in Rider, Webpack in F#, PrettyFsi
Building command line apps in #dotnet? Take a look at the latest improvements to System.CommandLine and let us know what you think. github.com/dotnet/command…
My #fsadvent post is up: Functional Event Sourcing Decider thinkbeforecoding.com/post/2021/12/1… At last, a full length blog post about functional #eventsourcing #fsharp
Microsoft updates bidirectional text control character rendering in Visual Studio 2022
String Interpolation Trickery and Magic with C# 10 and .NET 6
It’s giveaway time. RT this tweet for a chance to win this bundle: - My book, Learn #WinUI 3; - An @UnoPlatform book by @chingucoding & @mrlacey; - A t-shirt with my avatar (drawn by @reverentgeek) (mens XL only). Must be following to win. Enter thru 11:59pm EST, Dec 22.
Building a Webpack alternative in F#
"Building a Webpack alternative in F#" by #DEVCommunity My main post for the #FsAdvent Calendar dev.to/tunaxor/buildi… Calling to the #dotnet and #fsharp communities :) .NET is really great for building tooling for other communities I believe it's a good way to bring people!
I let GitHub Copilot be the Pilot for my C# code
This video is insane. Nick Chapsas lets GiHub Copilot loose on some C# in @JetBrainsRider and the results will blow your mind. “I let GitHub Copilot be the Pilot for my C# code” youtu.be/XceIKXeIrD0
We’re upgrading Visual Studio’s feedback!
Learn how to achieve up to 40% better price performance with .NET 6 and AWS Graviton2 in the #AWS re:Invent "Accelerate .NET 6 performance with Arm64 on AWS Graviton2" session by @KirkAws & @santoscarlosr. Sign in to re:Invent website to view. go.aws/3F14WwX #dotnet
32feet.NET on .NET 5.0 and Above
Report on and automatically clean up inactive Azure AD Guest accounts based on activity: lieben.nu/liebensraum/20… #azuread #Powershell #security
How type deconstruction keeps your C# code clean
Monsters Weekly 233 - Getting started with .NET and Kafka
Learn how to improve .NET deployments, reduce errors, and increase productivity in @socketnorm's #AWS re:Invent 2021 session, "What’s new with .NET development and deployment on AWS". Sign in to re:Invent website to view. go.aws/3pXgpY0 #dotnet #AWS #reinvent
AWS re:Invent 2021
Want to create UI in #dotNETMAUI using C# instead of XAML? Now, using the .NET MAUI Community Toolkit C# Markup Extensions you can! In today's #dotNETConf session replay, we learn how to use this open-source NuGet package to build your UI. 📺 msft.it/6014khofp
Visual Studio 2022 for Mac Preview 4
F# Good and Bad
What’s new in .NET Productivity with Visual Studio 2022
Are you looking to get started with .NET and DynamoDB? This AWS .NET walk-through shows you how to access DynamoDB from a .NET Web API with a sample application. go.aws/3scQJcD #dotnet #DynamoDB #dotNETonAWS
Cake for Visual Studio Code 2.0.0 released
[new blogpost] How To Detect the Log4Shell Vulnerability (CVE-2021-44228) with Microsoft Endpoint Configuration Manager verboon.info/2021/12/how-to… #log4j #memcm #mvpbuzz #powershell #CVE202144228
Using Minimal APIs in ASP.NET Core Razor Pages
Machine Learning in Xamarin.Forms with ONNX Runtime
.NET December 2021 Updates – 6.0.1, 5.0.13 and 3.1.22
AWS re:Post – A Reimagined Q&A Experience for the AWS Community | Amazon Web Services
If you have #AWS questions, you can ask the AWS community for help. In this blog post by Developer Advocate @bellevuesteve, learn about AWS re:Post, a new Q & A service driven by the community of AWS customers, partners, and employees. go.aws/3pTAu1m #dotnet
JSON in HTML Attributes With ASP.NET Core TagHelpers
.NET 6 Networking Improvements
.NET Notebook Surprise
📘 Interactive notebooks in VS Code for @dotnet …and JavaScript …and more? youtu.be/h0JbUmNj1nw
Use the iOS system colors in Xamarin.Forms
Customers using .NET on AWS are making a difference. Learn how Tyler Technologies built Virtual Courts using .NET applications on AWS in this blog post by Software Architect Zovin Khanmohammed and Solution Architect Arun Krishnaswamy. go.aws/3INrTG4 #dotnet #AWS
How "out" works in C# and why "in" can make or break your performance
I'm a C# developer with nearly 25+ years experience (nearly 20 in #dotnet) and I am looking for UK contract work starting in Jan. A retweet would be much appreciated! Some of my work github.com/mrpmorris And I am the author of blazor-university.com #CSharp #Azure
Get-Log4shellVuln.ps1 #PowerShell script scans all local drives for presence of log4j jar files and analyzes the contents of the jar file to determine if it is vulnerable to #log4shell (CVE-2021-44228) vulnerability github.com/sp4ir/incident…