Preparing next videos with .NET MAUI UI Challenges (staggered layout). I've ported the VariableSizedWrapGrid from Windows Phone and brings me good memories. #dotnetmaui
Week 5, 2022
Monday, 31 January 2022 - Sunday, 6 February 2022
Inline Assembly in F#
Tinkering with the new System.CommandLine help APIs to get more Spectre.Console into #dotnet REPL.
Proactive Remediation script: notify users for low disk space and help them to see what takes up space through a quick HTML report #MEMPowered #MSIntune #Intune #PowerShell #MECM #MEMCM systanddeploy.com/2022/01/proact…
How to run scripts against multiple Azure VMs by using Run Command ☁🔧 thomasmaurer.ch/2021/03/how-to… #Microsoft #Azure #IaaS #Linux #Windows #WindowsServer #WinServ #CloudComputing #PowerShell
What’s up with TimeZoneInfo on .NET 6? (Part 1)
F# Weekly #6, 2022 – 20 years of .NET and 17 of F# #dotNETLovesMe
The enum type in C# .NET has a cool method to check if an numeric type is actually an Enum, but unfortunately it's performance is orders of magnitude slower then a simple switch or if check. Credit goes to @hypeartistmusic for finding the problem. #dotnet
Pro tip for IT Pros: ✅ - Install #PowerShell 7.x and upgrade from Windows PowerShell 5.1 aka.ms/install-powers… ✅ - Use VS Code and upgrade form Windows PowerShell ISE code.visualstudio.com/docs/languages… ✅ - Use GitHub for PS code ✅ - Use Windows Terminal docs.microsoft.com/en-us/windows/…
A quick reminder of dependency injection lifetimes in #dotnet: 🤖 SINGLETON: a single instance used until you restart the application 🐪 SCOPED: every request shares the same instances ⚡ TRANSIENT: a new instance is created every time
📌Beginning #PowerShell Empire - Packet Analysis 📘securitynik.com/2022/02/beginn… #blueteam #threathunting #dfir #wireshark #malware
Updated an app from .NET 5.0 to .NET 6.0 (A). Almost no code changes. Not much perf difference, as the app is already heavily optimized. Then turned on Profile Guided Optimization (B). Boom, instant 5% improvement in median response times and CPU usage drop. #dotnet
C#10 and .NET 6 with Mark J Price
Live Streaming .NET
Send Scheduled SMS with C# .NET and Twilio Programmable Messaging
I made a PoC for inline asm for #fsharp! No emulators, I construct a native function via a CE and then compile it into machine code! See thread
👋🏽 Hi friends, I have a quick announcement. My book is officially in "Early Release" phase. The first four chapters are available. 📖 Learning Blazor: Build Single-Page Apps with WebAssembly and C# ‼️ @dotnet @OReillyMedia #blazor #webassembly #csharp oreilly.com/library/view/l…
Learning Blazor
Here are some examples of the crazy optimizations that F# can do to Lambdas :) #dotnet
Hi everyone! I have been developing on .NET since its inception. I am now a program manager @Microsoft on the @VisualStudio and @VS_Debugger team. I write a about .NET and VS over here: poppastring.com/blog
2000 lovely #dotnet folks in less than 24 hours. An experiment? Yes. A good idea? Who knows. But #dotnetlovesme
Twenty Years of .NET with Miguel de Icaza
Optimally Configuring Open Telemetry Tracing for ASP.NET Core
#fsharp folk - I'd like to highlight the work of Albert Du, (github.com/albert-du) who is systematically adding F# samples to the core docs for .NET For example, go to docs.microsoft.com/dotnet/api/sys…, set your language as F# top right and scroll down to choose examples
.NET MAUI Community Toolkit - Monthly Standup (February 2022)
Are you a @dotnet developer?!??! Join the new .NET community on Twitter!
Login on Twitter / Twitter
Parse and TryParse in C#
Do you have an inspiring story about working with .NET that you think may inspire a new generation of great devs? In honor of the @dotnet 20th anniversary, share it with us using the hashtag #dotNETLovesMe #dotnet 💖
Pure magic in C# using tuples and relational patterns
Compiler Explorer has just added support for C# and F# ♥️ Link: godbolt.org #dotnet
How to Create PDF file in C# .NET – 5 Easy Steps
This is a .NET PSA, if you have a library that supports byte[], please add support for Memory<byte> and Span<byte>! #dotnet
.NET | Free. Cross-platform. Open Source.
Top-Level Statements in C#
Dependency Injection in .NET 6 - Service Lifetimes
Calling ❤️rs of .NET! We're celebrating 20 years of .NET innovation. Join us for our celebration broadcast February 14th, follow @dotnet to see inspiring stories from devs like you, test your knowledge with our trivia, and tweet your own .NET ❤️ story using #dotNETLovesMe.
Vacancy: (Junior) Researcher | IGRAC
We're hiring! Do you have an MSc in hydrogeology (or related field), #GIS and programming skills, (geo)statistics knowledge and are you fluent in English? Then you may be the (Junior) Researcher we are looking for. un-igrac.org/news/vacancy-j… #python, #R, #VisualBasic, #QGIS #vacancy
World’s smallest C# program (featuring cheating)
Iranian APT hackers have updated their #malware arsenal with a new #PowerShell-based implant—dubbed PowerLess Backdoor—that download additional payloads such as a #keylogger and a data stealer. Read: thehackernews.com/2022/02/irania… #infosec #hacking #malware #cybersecurity
Iranian Hackers Using New PowerShell Backdoor in Cyber Espionage Attacks
YARP has a really neat API to proxy HTTP requests to other servers. It handles, HTTP/1/2/3, grpc, websockets out of the box and is configurable. #dotnet #aspnetcore #yarp
.NET Framework vs .NET Core (.NET 5+)
Welcome from the future #dotnet.
Calling ❤️rs of .NET! We're celebrating 20 years of .NET innovation. Join us for our celebration broadcast February 14th, follow @dotnet to see inspiring stories from devs like you, test your knowledge with our trivia, and tweet your own .NET ❤️ story using #dotNETLovesMe.
Static Abstract Members In C# 10 Interfaces
Calling ❤️rs of .NET! We're celebrating 20 years of .NET innovation. Join us for our celebration broadcast February 14th, follow @dotnet to see inspiring stories from devs like you, test your knowledge with our trivia, and tweet your own .NET ❤️ story using #dotNETLovesMe.
New Pluralsight Course: Error Handling in C# 10
Hello OmniSharp on .NET 6.0!
How to Create a PNG File from a Web Page in C#
Array or object JSON deserialization (feat. .NET & System.Text.Json)
🧪 Deconstruction in C# allows us to return multiple values from types. 👨🔬 Using extension methods, we can deconstruct ANY type into ANY of its parts. 🧟 Let's hope we don't create any monsters @dotnet #csharp #developer #dev
How this NEW type changed the logging game in C# 10
Implement a PWA using Blazor with BFF security and Azure B2C
A type-safe DI Container C# example
DM me -Azure CosmosDB hiring - 1.App-dev in any one of technologies(.NET, Java, JavaScript, Python) 2. evangelism to devs, coding samples 3. Full-stack development or DBA involving exposure to backend databases (SQL,NoSQL)#AzureCosmosDB #MongoDB #dotnet #Python #Java #PostgreSQL
Finally just broke down and created a step in my TS That creates a shortcut on the Desktop to the #ConfigMgr Control Panel in my lab. I launch it so often, can't believe I didn't do it years ago. github.com/gwblok/garytow… #PowerShell #SCCM @RecastSoftware #OSD