Week 28, 2022
Monday, 11 July 2022 - Sunday, 17 July 2022
This was a super fun code review with @swacblooms github.com/dotnet/AspNetC… on how to show a sample that reads the entire request body and offloads work an in process queue. Lots of considerations and tradeoffs in the comments. #dotnet #aspnetcore
Minimal api stream sample by sammychinedu2ky · Pull Request #26437 · dotnet/AspNetCore.Docs
Learning .NET MAUI – Part 14
Day 194 of #365DaysOfCode 👩🏼💻 A developer on my team recommended @shanselman ‘s c# free lesson on YouTube - it’s blowing me away how good this introductory video is 🤯 #womenwhocode #100daysofcodechallenge #100DaysOfCode #csharp
Learning .NET MAUI – Part 13
F# Weekly #28, 2022 – Falcon, .NET 7 Preview 6, .NET Conf
PSA: If you run Windows 10 and occasionally use #WinSCP to transfer files to Linux hosts, you can ditch WinSCP in favor of the native #PowerShell or Command Prompt SCP implementation!
🎁 The @dotnet cli has many hidden gifts. 🙈 Generate a default #git ignore file using "dotnet new gitignore" from the command line. #dotnet #cli #commandline #khalidtip
Learning .NET MAUI – Part 12
I am about to start a user group in Frankfurt (Germany) for ppl which are interested in automation and PowerShell. Everyone should able to join, this will happen remotely in the first place (for now). Is someone interested to attend or even to present something? #PowerShell
It's alive! Massive thanks to all of the reviewers for getting this over the line. I hope that it helps many more devs make the journey to the happy world of F#. Please RT for reach. #fsharp leanpub.com/essential-fsha…
yoooooo, new YouTube Video PREMIERING NOW youtube.com/watch?v=WfozTi… .NET Interactive Jupyter Notebooks for @VisualStudio 2022! @dotnet
#dotnetmaui Pro Tip: You can provide different app icons or splash screens for different platforms in the same Maui app. Here is an example of different app icons in the same app (just edit the csproj file).
Out of curiosity, I lately tried @dotnet and I must admit, I'm really surprised how easy it was for me as a long time php developer to pick up C#. Maybe as surprised as @davidfowl was, as he took a look at php a while ago 😉 Even development under Linux with Rider was a breeze.
Deploy C# Script Function App Using Azure DevOps YAML Pipeline | Build5Nines
AWS is hiring a Sr. Tech Product Manager for .NET Modernization. If you're a passionate builder and leader, let's talk! Apply below or reach out to @mdewaikar. amazon.jobs/en/jobs/214929… #dotnet #AWS #dotNETonAWS
Learning .NET MAUI – Part 11
Customizing Controls in .NET MAUI
It’s time to make that indie C# game in Godot
My Bible as I work on the next generation of the #dotnet client for #elasticsearch.
EF Core now runs over 100,000 tests on every commit! 🦄🧪🦄 Go unicorns! 🦄🧪🦄 #EntityFramework #EFCore #EF7 #DotNet
Microsoft fixed my biggest complaint with Minimal APIs in .NET 7
Excited to announce rate limiting support built into .NET! devblogs.microsoft.com/dotnet/announc… #dotnet #aspnetcore
Announcing Rate Limiting for .NET
Learning .NET MAUI – Part 10
.NET 7 preview 6 is packed with new features! #dotnet #aspnetcore devblogs.microsoft.com/dotnet/asp-net…
a new service release of #dotnetmaui shipped today in @VisualStudio 2022 17.3 Preview 3! github.com/dotnet/maui/re…
Release 6.0.408 (Service Release 2) · dotnet/maui
.NET Framework July 2022 Security and Quality Rollup Updates
Unit testing is a vital part of the software development life cycle. In his latest AWS Lambda & .NET video, cloud architect @plantpowerjames shows how to unit test your .NET 6 Lambda functions and apply good testing practices. go.aws/3aEeljU #dotnet #AWS #dotNETonAWS
Unit testing AWS Lambda with .NET 6
IT FINALLY HAPPENED! #aspnetcore now has Output Caching! 🥳🎉 devblogs.microsoft.com/dotnet/asp-net…
ASP.NET Core updates in .NET 7 Preview 6
Announcing .NET 7 Preview 6
ASP.NET Core updates in .NET 7 Preview 6
.NET Core 3.1 will reach End of Support on December 13, 2022
.NET July 2022 Updates – .NET 6.0.7 and .NET Core 3.1.27
Analysis Services and Reporting Services extensions for Visual Studio 2022 are here!
Metrics in .NET has never been easier - OpenTelemetry
Do you want to know more about building Single Page Applications in C#? In his latest "I Love My Local Farmer" blog post, developer advocate @fbouteruche looks at Blazor WebAssembly applications on AWS. go.aws/3AIE0CI #dotnet #AWS #dotNETonAWS
4 Nuget packages I can't live without in .NET #shorts
Simplified cookie based authentication on ASP.NET Core 7 Preview 5. It's all just one line. github.com/dodyg/practica… #aspnetcore
JWT Token Authentication Using The .NET Core 6 Web API by @jaydeepvpatil22 c-sharpcorner.com/article/jwt-to… #aspnetcore
.NET Debugger.Launch for macOS and Linux
On .NET Live - Taking .NET game development in Stride
CoreWCF Futures Survey
WCF developers, please take the CoreWCF Futures Survey at the link below. CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. It enables existing WCF services to move to .NET Core. surveymonkey.com/r/QM5CXX5 #dotnet #AWS #dotNETonAWS
Using the Microsoft Docker Extension for Visual Studio Code
Unsafe Code in C# (unsafe keyword)
in just a few minutes I made this tab bar (segmented control) in #dotnetmaui using some fundamental concepts. dev.to/davidortinau/m… I use the same approach for the flyout menu design.