Where .NET stores the length of an array and what are possible implications of that design decision: #dotnet
Week 26, 2021
Monday, 28 June 2021 - Sunday, 4 July 2021
#HuntingTipOfTheDay You know procdump can be used to dump passwords. Do you know about #PowerShell and WindowsErrorReporting?š§ github.com/PowerShellMafiā¦ š@mattifestation #NotNewButStillInUse
gRPC HTTP API in #AspNetCore gRPC HTTP API is an extension that creates RESTful HTTP APIs for gRPC services without any code duplication! github.com/Vake93/AspNetEā¦ #dotnet #csharp
ML .NET is an open-source, cross-platform machine learning framework for .NET developers that enables integration of custom machine learning into #dotNET apps and last week we announced new versions of #MLdotNET and Model Builder. Take a look at the news: msft.it/6019nuD2h
Add json support for F# options, lists, sets, maps and records by eiriktsarpalis Ā· Pull Request #55108 Ā· dotnet/runtime
I just posted a PR adding initial support for F# types to System.Text.Json. #fsharp users, your feedback would be very much appreciated. github.com/dotnet/runtimeā¦
F# Weekly #27, 2021 ā SAFE 3, Hawaii & #GitHubCopilot
Please welcome dotnet-wtrace - a new open-source .NET tracing tool š„³ (part of the wtrace toolkit: wtrace.net/tools/), repo: github.com/lowleveldesignā¦ #dotnet #fsharp
.NET Foundation Project Spotlight - Wix
PipeReader and PipeWriter. Not as clumsy or random as a Stream. An elegant IO abstraction, for a more civilized age. docs.microsoft.com/en-us/dotnet/sā¦ #dotnet
Adding Predictive IntelliSense to my Windows Terminal PowerShell Prompt with PSReadline
Blogged: #GraphQL for #dotnet developers. blog.jeremylikness.com/blog/graphql-fā¦
GraphQL for .NET Developers
GitHub Copilot, your AI pair programmer for Visual Studio Code
WebAssembly and Blazor with Michael Washington on Web Rush #140
Enjoy this #VisualStudio keyboard cheatsheet š„° -in light mode-
IN CASE YOU DIDNT KNOW!?! @JetBrainsRider has an Immediate window!! (since 2020.3!) AND IT WORKS WITH UNITY DEBUGGING!! Just set a breakpoint somewhere and when your game hits it you can interact with the games data via code! its a real great way to experiment with math code
.NET Object Allocation Tool Performance
Converter with multiple Parameters in Xamarin Forms - XamGirl
Hello #Unity developers! Wondering why use a debugger instead of Debug.Log() when troubleshooting Unity games? Check out this new video series on how the debugger in #VisualStudio saves you time and helps you be more productive: msft.it/6019nu11z
Lesson one of the 9-part PowerShell Master Class just passed 250,000 views. Zero adverts or interruptions, just info to help you learn this awesome technology. Thanks everyone for the support and good luck in your learning! youtu.be/sQm4zRvvX58 #powershell #learning
PowerShell Master Class - PowerShell Fundamentals
gRPC reflection and gRPC UI makes testing a breeze! nuget.org/packages/Grpc.ā¦ github.com/fullstorydev/gā¦ #dotnet #AspNetCore
What's New in .NET for Apache Spark v1.1.1 | On .NET
What's New in .NET for Apache Spark v1.1.1
You can also use the #PowerShell script remotely stopping all spoolers where only default printers exist. - github.com/gtworek/PSBitsā¦ #PrintNightmare
.NET Foundation May/June 2021 Update
Curious how others learned @dotnet? Did you start with some fundamentals in C# or did you dive right into making something with .net? I learned through lots of trail and error with Azure Functions and now going in deeper with Blazor.
š£ Do you want to deploy your .NET applications to AWS in just a few simple steps? #AWS is reimagining the .NET deployment experience. Try our new opinionated deployment tooling for the .NET CLI. #dotNETonAWS #dotNET #deployment go.aws/3AbJNy5
C sharp or B flat? Experiments in self-contained native executables in .NET
Want to hear how #StackOverflow uses #ASPNETCore in production? @Nick_Craver (Architecture Lead, Developer, Site Reliability Engineer & DBA) explains! š½ļø msft.it/6013nPBo7 #dotnet
ASP.NET Community Standup - ASP.NET Core at StackOverflow
[Last Week in .NET #48] - Windows 11 price? A new PC.
SAFE Stack 3 is now live!
Good news - @safe_stack 3 is now live! Read all about the new features here. With full support for .NET 5, F#5 and @FableCompiler 3, the world of #webdev just got even better! compositional-it.com/news-blog/safeā¦ #fsharp #javascript #dotnet
Letās make Visual Studio even more accessible together.
Mark your calendars! July 29 is #dotNETConf: Focus on F#. Speakers include F# language designer, @dsymetweets, @wiredsis & @ScottWlaschin.Tune in, ask questions live, and learn about what F# can do. #fsharp #dotnet #ML #DataScience #MachineLearning hubs.li/H0R8xGd0
Automated UI testing in .NET using Playwright and Specflow
Boost ASP.NET Core Performance with Static Content
ICYMI C# 9 New Features: Reducing Code with Target-typed New Expressions
Last year, I decided to write the backend of a new app in F#, and its frontend in TypeScript. Now a colleague took over implementing a large feature end-to-end. He had no practical exposure to F# prior to this. What should I say: He was fully productive in under 2 weeks. #fsharp
Using Azure Active Directory to Secure Blazor WebAssembly Hosted Apps
Gain +10 Debugging for Unity with Visual Studio
Stratis sponsors the @AzureSummitLive starting from the 13th September which is one of the biggest cloud conferences in the world. Don't miss it: azuresummit.live #blockchain #cloud #dotnet #conference #STRAX
Structs are tricky in .NET; You really need to know what you are doing to get performance benefits: #dotnet