Week 30, 2021
Monday, 26 July 2021 - Sunday, 1 August 2021
Copying to locals in .NET / C# might just save you from a compiler bug: #dotnet
Announcing the .NET Foundation Academy
Generic bubble sort in C# .NET
Generic bubble sort in C# .NET
F# Weekly #31, 2021 – Hello, I am GPT-3 and will explain to you why F# is a great
Entity Framework Core 5.0 introduces new entity mappings. You can map an entity to: • a SQL query • a table-valued function • a view Example below. #dotnet #EFCore #EntityFramework #coding
If you want to convert a table of data sent in an email to an array in #PowerShell, copy the table to the clipboard and then use `Read-Clipboard`. Once in PowerShell, you can then convert it to CSV, JSON, or use Export-Excel `Install-Module -Name ImportExcel`
If you missed them, all the #dotNETConf talks about #fsharp are now up on youtube. That's my weekend viewing taken care of :) youtube.com/watch?v=i3qEhw…
What does the ref keyword actually do in C#?
Playing with YARP and the new hosting APIs, you can throw together a reverse proxy in a couple lines of code. #dotnet #aspnetcore #yarp
How to Stop NullReferenceExceptions in .NET: Implementing Nullable Reference Types
.NET Framework July 2021 Cumulative Update Preview
In this new free course, learn how to use the AWS Cloud Development Kit (AWS #CDK) to create the infrastructure needed to host a typical ASP .NET Core application, including a Microsoft SQL Server database. #dotNET #dotNETonAWS #devops aws.training/Details/eLearn…
An Overview of the Power Platform | Visual Studio Toolbox
Speed up your .NET and C++ development with Hot Reload in Visual Studio 2022
C# Language Highlights: ValueTask | On .NET
Here are all of my recent graphics describing how copying to locals in C# / .NET can help with compiler optimizations and performance. #dotnet
w00t we just added support for var lambdas and method groups! github.com/dotnet/roslyn/… #dotnet #csharp
Join @davidfowl and @DamianEdwards for the fourth installment of this very popular #ASPNET Core Architecture series. 📽️ ➡️ msft.it/6015niwgt
Expandable Paragraph Control in Xamarin Forms - XamGirl
Learn F# to write Succinct, Performant, and Correct Code with Don Syme
Introduction to .NET nanoFramework | Internet of Things Show
Conversation about the .NET open source project
Introduction [1 of 12] | Beginner's Series to: F# | Beginner's Series to: F#
How Does the StringBuilder Work in .NET? (Part 3)
Easily test your intunewin file in Windows Sandbox from a right-click (Soon in RunInSandbox): - Do a right-click on your win32 app - Type the install command in the GUI #MEMPowered #MSIntune #Intune #PowerShell #WindowsSandbox @Hoorge @DeploymentMX @PaulBozzay
Minimal APIs with VS code requires the omnisharp preview release github.com/OmniSharp/omni…. It supports the new C# 10 features! #dotnet #aspnetcore #vscode
Announcing PowerShell Crescendo Preview.3
I am writing a book about Razor Pages
[Last Week in .NET #52] - TwinCVEs
Where C# was, where it's going and why it's very exciting
ReSharper & Rider 2021.2 Release Party
Playing with more C# 10 features tonight (I'm using bleeding edge builds). First up record structs! #dotnet #csharp #aspnetcore
I'm exited to share my first open source project! It is a collection of useful #Blazor snippets, inspired by the popular 30 seconds of #JavaScript and #React. Many thanks to @efonsecabcr, @PaulBSchroeder, @F_Abbruzzese for their feedback! #learning #code 30secondsofblazor.net
Tune in July 29 for .NET Conf: Focus on F#
From clipboard to PowerShell with Read-Clipboard
Don Syme's F# Bonanza | Focus on F#
I released an initial version of nested routing for #aspnetcore minimal apis. It allows @aspnet core developers using #dotnet 6 the ability to register routes as a tree structure. Give it a try and let me know what you think. #oss PRs are welcome. nuget.org/packages/branc…
Intro to Yield in C# - What it is, how to use it, and when it is useful
Most .NET (C#) code can be optimized just by coping arguments and globals to locals: #dotnet
ASP.NET Core in .NET 6 and C# 10 - Default global usings - File scoped namespaces - New minimal hosting API #dotnet #aspnetcore
How to Install Python with Visual Studio Code as IDE – Easy Step by Step Guide
Securing ASP.NET Core Razor Pages, Web APIs with Azure B2C external and Azure AD internal identities
How to configure DNS over HTTPS (DoH) on Windows 11 and Windows 10 21H2 with PowerShell, Group Policy or in the Settings app: 4sysops.com/archives/secur… #SEC505 #PowerShell #DNS #DoH #InfoSec #CyberSecurity #BlueTeam #WindowsServer