Week 23, 2023
Monday, 5 June 2023 - Sunday, 11 June 2023
PSResourceGet Preview is Now Available - PowerShell Team
Visual Studio’s IntelliSense list can now steer GitHub Copilot code completions.
Update to Microsoft Intune PowerShell example script repository on GitHub
Shorts Series – Add or Enable OData in ASP.NET Core 7.0
The State of AI and .NET featuring Amanda Silver
Writing C# in VS Code Is Finally Awesome!
Null != Empty. Return null: • Possible NullReferenceException • We always need to check for null • Slow Performance Return an empty collection: • Don't need to check for null • Good Performance You should apply this to every collection type. #dotnet
8 GHz Sampling Oscilloscope by Ted Yapo. open-source multi-GHz sampling oscilloscope for experimenters on a budget. Link Below hackaday.io/project/167292… #embedded #Arduino #dotnet #instructables #ElectronicsTwitter #RaspberryPi #RaspberryPiPico
How To Set Up SSL Certificate In Visual Studio and .NET CLI
Mastering Visual Studio 2022: Essential Tips and Tricks
📣HIRING: LEAD REACT DEVELOPER (with Python or C#) 📍REMOTE - LATAM MUST HAVE: 👇 * Solid experience with #typescript and #reactjs * Exp as Tech Lead * Exp with #Python or #csharp * Advanced English 👉6-7k USD 👉Apply to jobs@lurecruiter.com ASUNTO: LEAD REACT + BACKEND
Want to improve your C# productivity in #VisualStudio Code? Try out the new C# Dev Kit extension, now available for public preview in #VSCode! Check out this blog post to learn more: 📖msft.it/6010gi3sa
Announcing C# Dev Kit for Visual Studio Code
HackTogether: the Microsoft Teams Global Hack - Keynote Recap and What's Coming - .NET Blog
Blog Post: Scheduled Tasks & #PowerShell garytown.com/scheduled-task… I've learned a few tricks recently I didn't want to forget. This post covers the basics of making a task which runs a script from GitHub directly with event & time triggers. #Intune #ConfigMgr #Sysadmin
ReSharper C++ 2023.2 EAP: Improvements for Navigation and Coding Assistance
ReSharper 2023.2 EAP 3: Improvements for Working with Raw Strings and More C++ Features.
Awesome playlist for #dotnet devs who are new to #azure 👇🏻 ... youtube.com/playlist?list=…
.NET fwdays’23
What's New in SSDT 17.6: Ledger, Performance, Copilot - Visual Studio Blog
🌊 C# tip: how to format interpolated strings 🌊 Using $, you can interpolate strings. Did you know that you can format the values while composing the string? 😶 $"{DateTime.Now}" 😎 $"{DateTime.Now:yyyy-MM-dddd}" #csharp #dotnet
How to Pass Parameters With a GET Request in ASP.NET Core
Troubleshooting Common Errors and Issues in .NET 7.0
Understanding Dependency Injection in .NET Core
Using http Files in Visual Studio to Test and Document APIs
The New File Part of Every New .NET API
#ESPHome based Smart Garden allows control of up to 4 valves or water pumps, board can be powered directly from 24VAC | made by Jon Link Below hackaday.io/project/191412… #esp32 #embedded #Arduino #dotnet #Python #instructables #ElectronicsTwitter #RaspberryPi #RaspberryPiPico
ASP.NET Core authorization using Entra External ID CIAM and Azure AD security groups
How to send an email in C# in less than 5min? Did you hear about 𝐅𝐥𝐮𝐞𝐧𝐭𝐄𝐦𝐚𝐢𝐥 nuget? FluentEmail is an open-source .NET library that helps you implement complete email-sending functionality in your dotnet app "in less than 10 minutes" - I can say in 5min. #dotnet