How to read and decode IL Code from a method in C#: #dotnet
Week 1, 2022
Monday, 3 January 2022 - Sunday, 9 January 2022
I released my PowerShell Deep-Dive content on @YouTube last night. Itβs 3.5h of content. I go in depth into some of the basics of #PowerShell. I made this in 2020 and never released it. Iβm planning on a 2022 version so any feedback is welcome π youtube.com/playlist?list=β¦
WUG: .NET 6 extravaganza: C# 10 (online)
C# StringBuilder and String vs StringBuilder in C# .NET
Extending the AWS SDK for .NET - CodeWithStu
Did you know, instead of importing the entire #PowerShell module for 1 cmdlet, causing additional load and potentially longer script run time, you can import a single cmdlet only? for example: Import-module activedirectory -cmdlet get-aduser,get-adcomputer).
F# Weekly #2, 2022 β VS 17.1 & MAUI Previews, Fable for JS projects
Remote Desktop entirely coded in PowerShell. github.com/DarkCoderSc/Po⦠#Pentesting #PowerShell #CyberSecurity #Infosec
Is ipconfig too much to type to get the IP address? In #PowerShell use gip which is an alias for Get-NetIPConfiguration Sick or what ? π
Hey #dotnet developers building services - y'all using @opentelemetry yet? We've got a good lot of fresh docs now for yaπ opentelemetry.io/docs/instrumenβ¦
.NET MAUI Community Toolkit - Monthly Standup (January 2022)
Use PowerShell to audit Active Directory to create an HTML security report: 4sysops.com/archives/perfo⦠And does the SANS Institute have a six-day PowerShell course that includes AD scripting? Yes! BlueTeamPowerShell.com #SEC505 #PowerShell #InfoSec #CyberSecurity #Audit
Introducing new Git features to Visual Studio 2022
.NET Rocks! #1774 Migrating from ASP.NET Web Forms with Veli Pehlivanov
.NET Conf Philippines - January 2022
Do I Really Need to Study HTML and CSS as a C# Web Developer?
You are doing .NET logging wrong. Let's fix it
Integrated Chat in Live Share for Visual Studio 2022
Migrating from ASP.NET Web Forms with Veli Pehlivanov
Visual Studio 2022 17.1 Preview 2 has landed, so you know what that means, right? Time to dig into #dotnetmaui Preview 11, of course. @dotnet * Multi-window * Fluent styling * Documentation * Tons more! devblogs.microsoft.com/dotnet/announcβ¦
Visual Studio 17.1 Preview 2 is now available!
Announcing .NET MAUI Preview 11
mstsc/console logon to a VM wasn't working so I made poor man's "top" for Windows using #PowerShell, run once PS remoted to VM via Enter-PSSession while($true) { cls ; '' ; ps |sort cpu -Descending|select -first 20 |ft -auto; Start-Sleep -Milliseconds 500 }
.NET Rocks! #1773 Pandemic Geek Out 2021
How to Check if .NET Is Already Installed
Can other programmers relate? π #softwaredevelopment #coding #python #javascript #java #dotnet #programmer #programmers
Hey #dotnet friends, are you interested in writing some articles for Okta? We'd love to pay youπ€and everything. There are lots of topics to cover in this community and I need help doing it!
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2β¦
Faster IndexOf for Substrings in .NET
Create Context-based Programming Models with .NET 6
In C# 10, the compiler can infer the type for the method group if it has only one overload. Previously, you had to explicitly convert a method group to a compatible delegate type. #dotnet6 #csharp #coding #devcommunity
Integrating Long Path Names in Windows .NET Applications
wondering how to get started building apps with Comet? This should get you started! βοΈ dev.to/davidortinau/cβ¦ #dotnetmaui @dotnet @code
Back to work on @VisualStudio, which I find a lot harder to post pictures of, but here's the UI work I finished last night! We'll be working further on the detection and modes that it spits out, but I'm pretty happy with the stats. #RobloxDev
Chi-Square Test Using C#
Getting a complex type as a simple type from the query string in a ASP.NET Core API controller
F# - Welcome to 2022!
[New Blog Post] Intune Quick Links - PowerShell Take a look and download this quick reference guide for PowerShell for Intune. Includes some useful modules, one-off and automation scripts. #PowerShell #Intune #Windows #MEM #CloudFamily tinyurl.com/j3vw37hw
C# Challenge for 2022 and Beyond
What is a lock primitive in C# #dotnet