#logging in Program.cs is actually very easy in #aspnetcore. If you enjoyed this video, you might want to subscribe to my YouTube channel: youtube.com/c/Codewrinkles #dotnet #programming #programmingtips
Week 12, 2023
Monday, 20 March 2023 - Sunday, 26 March 2023
🌟 C# Tip You've got a list of items that multiple threads need to access and modify concurrently. You're a good dev and know about lock statements, but then all of a sudden it's just all bloated with locks. How to make it elegant? #dotnet gives you concurrent collections 👇
F# Weekly #12, 2023 – Copilot X and F# in StarTreck
Just published a new blog post on how to set up and use ChatGPT in Windows Terminal using PowerShell! Check it out for a seamless AI-powered chat experience. #ChatGPT #WindowsTerminal #PowerShellAI #PowerShell bit.ly/3nj12vw
Mico-PDM to USB microphone based on the Raspberry Pi RP2040 by @mkvenkit @electronutLabs Link : electronut.in/mico/ #embedded #Arduino #dotnet #Python #pythonprogramming #instructables #ElectronicsTwitter #RaspberryPi #RaspberryPiPico @E14Community
Middleware in ASP .NET Core by @SuprotimAgarwal dotnetcurry.com/aspnet-core/mi… #aspnetcore
How to Create a Custom JsonConverter in Json.NET
We developers often spend too much time sitting at a desk, forgetting about our physical activities. Just right now, consider taking a walk or a run. Moreover, your LINQ queries are not the exception! If you want to make your code look fit, keep them tall, not wide 😉 #dotnet
Playing with some new goodies coming in .NET 8: - Request timeouts - Route Short circuiting #aspnetcore #dotnet
Update on our auth plans in ASP.NET Core github.com/dotnet/aspnetc… #dotnet #aspnetcore
Akka.NET v1.5: No Hocon, No Lighthouse, No Problem
Create a portfolio website without installing any tools - .NET Blog
Discover .NET 7 SDK Containers – Support for Authentication and Cross-architecture Builds
Visual Studio Toolbox: Integrated C++ Game Development
In case you missed the news... .NET 8 Preview 2 is now available and has an exciting array of theme updates, new features, and improvements. To learn more about his release, see for yourself what’s next in .NET! msft.it/601052eVn #dotNET
4 Channel LM324 opamp amplifier board for sensor Signal amplification for Arduino Design Link : youtube.com/watch?v=xqIwqu… #embedded #Arduino #dotnet #Python #pythonprogramming #instructables #ElectronicsTwitter #RaspberryPi #RaspberryPiPico @E14Community
Blazor United with Javier Nelson and Steve Sanderson
Streamlining your Debugging process with Breakpoint Groups - Visual Studio Blog
Get Current User With Claims in ASP.NET Core
ReSharper and Rider 2022.3.3 Bug Fixes Have Landed
Remote Development with JetBrains Rider
GitHub Copilot chat for Visual Studio 2022 - Visual Studio Blog
GitHub Copilot chat for Visual Studio 2022
Write And Run C# In Your Terminal! | .NET Tips 5
Our 2nd release of 2023, a BIG release! 🚀 App Template Wizard 🧙♂️ Design System Importing 🖌️ Resizetizer 🖼️ .NET 8 Preview 2 support ✅ Reactive / MVUX 🤯 OpenGL acceleration 📈 ...and more at: platform.uno/posts/4-8 #dotnet #winui #crossplatform
Secure your .NET cloud apps with rootless Linux Containers
.NET Performance Delivers Again for Bing, From .NET 5 to .NET 7
Understanding the .NET ecosystem: The evolution of .NET into .NET 7
Remove another reference field from async state machines by stephentoub · Pull Request #83737 · dotnet/runtime
Checking out a new media player built by @highpiner. It's open source, uses win11 styling, and it's powered by VLC. I'll be trying it out for the rest of the week. #opensource #dotnet #uwp #winui #windows11 Download: microsoft.com/store/productI… Source code: github.com/huynhsontung/S…
Writing a .NET profiler in C# — Part 3
Understanding the .NET ecosystem: The evolution of .NET into .NET 7
Calling Web APIs using the dotnet CLI and HTTP Files with Visual Studio
🌟 C# Tip you will never use In #dotnet when it comes to async programming, we've got async await and of course, class Task, which you await. But did you know that basically any type can be awaited? Just add a magical method GetAwaiter and the trick is done 👇
💡Tracking vs Non Tracking Queries in .NET 1) Tracking Queries 2) Non Tracking Queries 3) Identity Resolution 4) How to set tracking by default for context🧵🔽 #dotnet
.NET MAUI Development Environment Set Up Walkthrough
The newly release #dotNET 8 Preview 2 has tons of great stuff for #ASPNETCore, including: 🔥Blazor QuickGrid component ➕New analyzer to detect multiple FromBody attributes ✔️New APIs in ProblemDetails ➡️New IResettable interface in ObjectPool ...and more. msft.it/601052bKG
File and Folder dialogs in .NET MAUI with CommunityToolkit
Announcing: Azure Developers – .NET Day
Why is ReSharper suggesting this?
Humanize Your C# Code with the Humanizer NuGet Package
📢 @Algorand .NET SDK 2.0 Released 🔥 Write #web3 smart contracts with @dotnet - Algod API updates - KMD reworked - Unity support Docs and example code: frankszendzielarz.github.io/dotnet-algoran…
Driver and Firmware Servicing PowerShell Module
The Switch Keyword in C# is a LIE!
So, how do we create #jwt in #csharp? It's not that complicated and if you get to understand these very simplye building blocks, then auth will be a breeze in your #aspnetcore apps. #dotnet
💡Global Error Handling in .NET ? 1) Why we need it 2) Pros and cons 3) Code implementation🧵🔽 #dotnet