GPT-4 can create a cheat sheet for Microsoft Graph PowerShell functions. You can use it to create a specific one for your needs. #PowerShell #ChatGPT
Week 14, 2023
Monday, 3 April 2023 - Sunday, 9 April 2023
💡 15+ .NET Libraries you should Know Now a days libraries play an important role in your development, start learning these libraries for a good development experience. - Mediator for CQRS - Dapper for micro-ORM See more🧵⏬ #dotnet
Bidirectional Control of 4 DC Motors Using ATtiny Microcontroller and L293D[old project] Check our YT : youtube.com/@XanthiumIndus… #embedded #Arduino #dotnet #Python #pythonprogramming #instructables #ElectronicsTwitter #RaspberryPi #RaspberryPiPico @E14Community #STEM
🐀Dcrat 🐀 - 3-Stage .NET Malware De-obfuscation - Uncovering a 3 stage loader using module breakpoints, CyberChef, Entropy Analysis, and some custom python scripts 🤪 embee-research.ghost.io/dcrat-manual-d… #Malware #dcrat #dotnet #cyberchef
F# Weekly #14, 2023 – Rider 2023.1 and OOP vs FP with C# and F#
💡 Difference b/w .NET Core and .NET Framework .NET Framework is a software development framework for building and running applications on Windows .NET is an open-source developer platform, created by Microsoft, for building many different types of applications🧵⏬ #dotnet
I just got an #aspnetcore native AOT API app running on Alpine locally via WSL2 & Docker. Total container size 23.4MB Thanks to @ChetHusk for the help on a 2hr video call! More to share soon... #dotnet #sneakpeek
Handling CommandTimeout With Dapper in .NET
As a .NET developer, I wish ALL .NET APIs were as well documented as those of @playwrightweb. Seriously, love that the triple slash comments answer most questions about the API. 💜 #dotnet #csharp
Object-Oriented vs. Functional Programming With C# and F# – Recording Available
Ardalis.CleanArchitecture.Template 7.0.2
Visual Studio Toolbox: Debug Threads & Tasks with Parallel Stacks
How to Declare an Empty Array in C#
.NET Rocks! #1840 Understand Web Apps using Fiddler with Sam Basu and Rosen Vladimirov
.NET Annotated Monthly | April 2023
One more for #blazor peeps! Create the same file with multiple extensions for the same component all in one *even simpler* shot! #dotnet #csharp #blazor #visualstudio
Spans in #dotnet can be a real performance booster when used right. They provide a way to work with a block of memory in a type-safe and efficient manner. And hear me out, it can greatly reduce allocations. Check out the benchmarks for email parsing and see the difference 👇
Do you know the difference b/w Controller and ControllerBase in C# To create a controller class in C#, we need to inherit it from either the Controller or ControllerBase. Let's see the difference 🧵⏬ #dotnet
Your Blazor component needs data in a certain format, where to Map?
PowerShellAI ChatGPT Conversation Mode
ReSharper C++ 2023.1: Call Tracking, Macro Expansion Preview, and Support for C++23 Features
ReSharper 2023.1 Comes With Enhanced C# Support, Exciting Updates for C++, and More!
Rider 2023.1: Enhanced C# Support, Best-in-class GameDev Features, and Much More!
How to implement 𝐑𝐚𝐭𝐞 𝐋𝐢𝐦𝐢𝐭𝐞𝐫 in .NET 7? 🧵🧵🧵 #Dotnet
Improvements to auth and identity in ASP.NET Core 8
My free Entity Framework Core Power Tools Visual Studio extension is now getting close to 300.000 downloads and is the second highest rated VS extension - and a cross-platform CLI is planned #efcore #dotnet #visualstudio marketplace.visualstudio.com/items?itemName…
Should you adopt .NET 7 or wait for .NET 8?
Just pushed a new #AADInternals version to #PowerShell Gallery and GitHub! Full change log at: aadinternals.com/aadinternals/#…
We are tempted to perform model validation in #aspnetcore controllers. However, this is not clean. A better way is to use action filters. If you like this content, subscribe to my channel for more: lnkd.in/dnxPZ_EQ #dotnet #programming #programmingtips #cleancode
Adding client-side validation to ASP.NET Core, without jQuery or unobtrusive validation
💡 STOP using Automapper , Mapster gives 2X Performance 1) Installation 2) Benefits 3) Methods🧵🔽 #dotnet
#dotnet reversing tip, sometimes we need to check the IL code. However it is quite hard to read. Did you know dnSpy can explain the IL instructions to you? Enable the following setting and enjoy :D View -> Options -> Decompiler ->ILSpy (ILSpy) -> Show IL opcode comments
ASP.NET Core Route Tooling Enhancements in .NET 8
Another beautiful example of @AvaloniaUI in use. OneBella is a cross-platform @lite_db client for Windows, macOS and Linux. github.com/namigop/OneBel…
I'm not a fan of AutoMapper. But if you use it, you should definitely use projections more often than I see around code bases! If you like this video, subscribe to my channel for more: youtube.com/c/Codewrinkles #programming #dotnet #csharp #programmingtips