Week 47, 2023
Monday, 20 November 2023 - Sunday, 26 November 2023
My response to: "How is Asp.net so fast?" reddit.com/r/dotnet/comme… #dotnet #aspnetcore
Set file scoped namespaces as default in Visual Studio from the settings below ... Or add ... csharp_style_namespace_declarations = file_scoped to your .editorconfig file. #dotnet
ASP.NET Core 8 new feature: IExceptionHandler
Developers are not happy with .NET MAUI, but nobody in the team cares about it!
Does this take-home project look okay?
Evade Windows Defender reverse shell detection with Powercat 🔥 systemweakness.com/evade-windows-… #infosec #Hacking #powershell #Windows #redteam #Pentesting
How to Copy files from Windows to Linux using PowerShell Remoting 🖥techcommunity.microsoft.com/t5/itops-talk-… #PowerShell #PoSh #Linux #Windows
Recently changed stack from Java to C# due to a new customer, and haven't developed anything not Unity related in ages. What would be the go-to stack YOU would use for a basic webapp backend? Wondering about what people that actually work in C# have to say about this.
F# Weekly #47, 2023 – G-Research FSharp Analyzers
Developers are not happy with .NET MAUI, but nobody in the team cares about it
Developers are not happy with .NET MAUI, but nobody in the team cares about it
Clean Architecture with ASP.NET Core bit.ly/439upzk #architecture #aspnetcore #training
.NET 8's Best Blazor is not Blazor as we know it
Hey, #dotnet developers! What's the latest and most remarkable piece of content you crafted? This is your chance to reach and engage with others. Just post a link with a description! Have an awesome weekend! 😎 #WeAreDotnet
Enjoy the performance and new features of .NET 8 on Amazon Web Services. View the .NET 8 Support on AWS Guide for latest status. #dotnet #AWS #dotnet8 go.aws/47sGLFU
Martin Costello - What's New in .NET 8
Unlocking F# Potential: Tips, Tricks, and Tactics
Dependency Injection Updates in .NET - Keyed Implementations
The New Best Way To Search for Values in .NET 8
Cookies, Tokens, or JWTs? The ASP.NET Core Identity Dilemma
This Sunday, I'll start live streaming again building a school management app with microservices orchestrated by .NET Aspire and using Blazor SSR for the front end. Make sure to not miss it, so hit the "Notify me" button. #dotnet youtube.com/watch?v=dftmYB…
NetPad: A cross-platform C# editor and playground
Community Feedback Building 17.8 & 17.9 Preview 1
Primary Constructors – Using C# 12 in Rider and ReSharper
C# 12 new feature: Default Lambda Parameters
C# without Visual Studio
Just starting your journey toward writing your first #CSharp program in #VSCode? In this new series, we learn about how it both complements and differs from the #VisualStudio IDE, and how the new C# Dev Kit extension can boost your productivity. 🎥 msft.it/6012iEJcM
I uploaded a new video & code for my "Tiny programming systems" in #fsharp course: d3s.mff.cuni.cz/teaching/nprg0… Follow the tasks to implement your own logic programming (Prolog-like) system, with extremely inefficient magic square generator.
TIL: If your #Oculus is connected to your PC in Developer mode and you have a #Blazor Hybrid app open in #VisualStudio, you can deploy to your #Quest without any additional setup. 🤯 #dotnet8 #mixedReality
Visual Studio 2022 – 17.8 Performance Enhancements
My book is currently Amazon Best Seller in all its categories: #1 C# Programming #1 ASP.NET Programming #1 Microsoft .NET Read the reviews to discover why: amazon.com/12-NET-Cross-P… #dotnet #dotnet8 #csharp @PacktPublishing
.NET 8's Best Blazor is not Blazor as we know it
.NET Aspire support for Orleans! Here's a minimal app @msftorleans #dotnet
Fake It Til You Make It…To Production
In this module, learn how to use GitHub Copilot in Visual Studio to debug your apps. Remember: the only good bug is a squashed bug! Read on: msft.it/6011iGWCt #AI #VisualStudio
Just a friendly reminder that using `ConcurrentDictionary<K,V>.Count` to check for emptiness is not the right way, since the property would acquire all the locks of the world! Just use `.IsEmpty` property instead! #dotnet #performnace #tips
Visual Studio 2022 v17.8 Brings Increased Productivity, Further Unreal Engine Integration, and Cross-Platform Enhancements to C++
Announcing .NET Chiseled Containers
Get introduced to the latest major stable release of #dotNETMAUI in .NET 8! Now with improvements in: ✔️ Keyboard behavior ✔️ FlowDirection support ✔️ Layout fidelity and performance ✔️ Scroll performance ✔️ Memory management Learn more. 📖 msft.it/6016iEGbO
Continuous Integration Will Give You Superpowers | GitHub Actions + .NET
The C# 12 Feature You Shouldn’t Use, Yet
A failed experiment with interceptors in C# 12 and .NET 8
#CodingTips With #unity3d Version 2021.2 onwards and #GodotEngine 4.0 a #csharp 9 feature is usable in your scripts. Use record types which provide a very easy to read way to create objects. It'll save many lines of code and might make it easier to read. #indiedev #gamedev
.NET Blazor
LinqPad 8 is out with support for C# 12, EF & .NET 8
With net 8 Blazor releasing do you think it will compete with React?
Announcing NuGet.exe and NuGet Client SDK Packages Support Policy: Keeping You Informed and Secure
ASP.NET Core PDF Previews and Downloads
What are some packages that you always use?
Download any free App from the MS store and save it as an Appx package using #PowerShell Updated the script to work with the current API. tinyurl.com/27eryweh #SCCM #ConfigMgr #MEMCM #AppX #intune
The end of the Tye Experiment · Issue #1622 · dotnet/tye
Improvements & Changes in Android resource generation in .NET 8
Create a Pull Request with Summary Difference View Available in GA
Visualize Entity Framework Relationships and Additional Query Analysis in ReSharper 2023.3
20+ Years of .NET and Me
Data Annotation Updates in .NET 8
How to Move Your ASP.NET Core Controllers to Different Projects
How to Deploy .NET 8's New .NET Aspire Stack
Implementing a redirect to login functionality in Blazor SSR turned out to become a nightmare for me. I want to spare you this experience so here's how you can do it. If you enjoyed this, you might want to subscribe to my YouTube channel: youtube.com/c/Codewrinkles #dotnet #blazor