Week 17, 2023
Monday, 24 April 2023 - Sunday, 30 April 2023
Action Filters in .NET ? - Filters Introduction - Types of Filters - Action Filters - Action Filters Implementation🧵⏬ #dotnet
🔥How do you load configurations from appsettings.json in your #aspnetcore applications? Here is the #optionspattern for you. Follow this thread along to learn more. #dotnet #developer #backend #webapi #settings
A quick run-through demo of #dotnetmaui for cars part 2 - Apple #carplay. I will upload the full tutorial within the coming weeks to my YouTube channel. #dotnet #csharp #mauiforcars #carapp
I am releasing a tool "sc2pe" that demonstrates the usage of the Native AOT dotnet format -> using the latest dotnet SDK 8+ : github.com/Dump-GUY/sc2pe ➡️It is a simple #dotnet Native AOT app that uses #AsmResolver to convert shellcode to PE. ➡️32-bit and 64-bit shellcodes are…
F# Weekly #17, 2023 – Vide and F# Mentorship
How do you chunk a collection into a few smaller ones? I have 2 solutions for you. Before .NET 6: - Custom Chunk method After .NET 6: - Built-in Chunk method It's going to break your collection into a few smaller ones. Did you know about the Chunk method before? #dotnet
We Are .NET - with Tim Cadenbach and Matthias Jost
13 Libraries in ASP .NET Core Every Developer Should Know About by @AramT87 codingsonata.com/13-libraries-i… #aspnetcore
🚀 Backend Developer Roadmap for .NET Developers. (2023 Edition) Follow this thread along for the entire roadmap. #dotnet #developer #backend
Release v2.0.0 · dataplat/dbatools
A .NET Discussion with Isaac Levin
What are health checks, and why is monitoring important? To shorten the feedback loop when something goes wrong and improve reliability. Health checks in .NET: - Implement IHealthCheck - Custom checks are easy - Pre-built checks available - Customizable health response #dotnet
Exploring JavaScript and TypeScript Development in Visual Studio
.NET 7.0 + Postgres CRUD API with Angular Front End App by @jason_watmore jasonwatmore.com/net-7-postgres… #aspnetcore
Latest news and progress on .NET 8 and EF8 · Issue #29989 · dotnet/efcore
Announcing .NET Community Toolkit 8.2! Faster generators, code fixers, performance improvements and more!
The reason I've been under the radar for the last few months! I hope the publish date will be sooner than here, but that's what I've been 'cooking' #dotnet #webapi amazon.com/Development-Ab…
How Do I Become a C# Expert?
Cleaning up Your Validation Code in .NET
ReSharper and Rider 2023.1.1 – Bug Fixes Are Here
C# Tip 💡 Do you like to reduce nesting in your code? You can use file-scoped namespace declarations with C# 10. Eliminate the unnecessary block statement around a namespace declaration. Simple and effective. It's standard on my projects. #dotnet
Get Started with OpenAI Completions with .NET
Fluent Emoji Gallery is available in the Store! 🎉 ➡️ apps.microsoft.com/store/detail/f… #WindowsDev #Windows11 #dotnet #UWP
.NET Framework April 2023 Cumulative Update Preview Updates
I made good progress on the Marvelous app porting to #dotnetmaui MauiReactor. Check it out if you want to get a look at how to create different kinds of animation and handle complex user interactions! Source: github.com/adospace/mauir…
Let’s Learn .NET Virtual Events – All Around the World
Drawing Elements on Maps with .NET MAUI
GitHub Copilot for CLI for PowerShell
Introduction to ASP.NET Core Minimal APIs
💡Background Jobs via Hangfire in .NET ? - Introduction - How to use - Benefits - Want to learn more ?🧵⏬ #dotnet
A quick tour of dictionaries in C#
Join the .NET Team at Microsoft Build 2023!
Printing Pretty JSON in C#! If you enjoy this video, you might want to subscribe to my channel: youtube.com/c/Codewrinkles #dotnet #csharp #programming #programmingtips
Static Methods vs. Non-Static Methods in C#
Shortcut for Wrapping Element in a Div in ASP.NET Core
Move Cross-Cutting Concerns Where They Should Be in .NET
New Visual Studio Feature is a Game Changer for Developers - Put localhost Online
Faster API Development in Visual Studio is Here! Say Hello to .http/.rest Files!
Visual Studio 2022 keeps adding awesome features for backend API developers. They just added .http files to easily try out, debug, & test your APIs directly from Visual Studio! I break it all down: youtu.be/uv_jK44WdLg #visualstudio #dotnet #webapi #programmer #aspnetcore