andrewlocknet Profile Banner
Andrew Lock
Andrew Lock "Sock"

@andrewlocknet

Followers
16K
Following
3K
Media
136
Statuses
6K

Microsoft MVP and blogger, focused on ASP.​NET Core. Author of ASP.​NET Core in Action: https://t.co/GTRJ4hBm9s @[email protected] @andrewkock.bsky.social

Plymouth, England
Joined May 2016
Don't wanna be here? Send us removal request.
@andrewlocknet
Andrew Lock "Sock"
6 days
Blogged: Creating a .NET CLR profiler using C# and NativeAOT with Silhouette https://t.co/EB1diuVEcA In this post I look at how to create a simple .NET profiler. But instead of using C++, the profiler uses C# and NativeAOT with @KooKiz's Silhouette library #dotnet
Tweet card summary image
andrewlock.net
In this post I look at how to create a simple .NET profiler. But instead of using C++, the profiler uses C# and NativeAOT with the Silhouette library
0
11
54
@andrewlocknet
Andrew Lock "Sock"
13 days
Blogged: Trying out the Zed editor on Windows for .NET and Markdown https://t.co/Xz7hLBgjJO In this post I try out Zed on Windows to see if it can replace my VS Code usages for quick edits of .NET projects and writing Markdown documents. #dotnet
Tweet card summary image
andrewlock.net
In this post I try out Zed on Windows to see if it can replace my VS Code usages for quick edits of .NET projects and writing Markdown documents
9
8
87
@andrewlocknet
Andrew Lock "Sock"
20 days
Blogged: Recent updates to NetEscapades.EnumGenerators: [EnumMember] support, analyzers, and bug fixes https://t.co/uB7L6AfKFM In this post I describe recent changes to the NetEscapades.EnumGenerators source generator, including [EnumMember] support and new analyzers #dotnet
Tweet card summary image
andrewlock.net
In this post I describe some recent changes to the NetEscapades.EnumGenerators source generator, including support for [EnumMember] and new analyzers
0
2
13
@andrewlocknet
Andrew Lock "Sock"
27 days
Blogged: Exploring the .NET boot process via host tracing https://t.co/TQ9RhUuCTd In this post we enable host tracing and use that to understand how a .NET app boots up via the dotnet muxer, hostfxr, and hostpolicy.dll #dotnet
Tweet card summary image
andrewlock.net
In this post we enable host tracing and use that to understand how a .NET app boots up via the dotnet muxer, hostfxr, and hostpolicy.dll
2
14
73
@apinionsvary
Jay Gatling
2 days
To watch full episodes of Secret America - check us out - Follow: @secretamericatv OR Visit: secretamericalive("dot")com
3
61
63
@unixterminal
Hayden Barnes
1 month
Snyk is referencing CVE-2025-55315-repro (and @andrewlocknet's blog) in their vulnerability database entry for CVE-2025-55315
1
1
4
@herodevs
HeroDevs
1 month
A lot of .NET teams blame Microsoft for “moving too fast.” This post explains why that’s not really the problem. 👇 @andrewlocknet breaks down how support windows work, why upgrades can be brutal for large orgs, and what actually happens when a 9.9 CVE hits an out-of-support
1
4
10
@andrewlocknet
Andrew Lock "Sock"
1 month
Blogged: Companies complaining .NET moves too fast should just pay for post-EOL support https://t.co/LdOBBoIbs2 In this post I describe a solution to .NET "releasing too quickly": just pay for support of older versions, such as HeroDevs' Never Ending Support for .NET 6 #dotnet
Tweet card summary image
andrewlock.net
In this post I describe a solution to .NET "releasing too quickly": just pay for support of older versions, such as HeroDevs' Never Ending Support for .NET 6
5
3
30
@dracan
Dan Clarke 🎙
1 month
Given the port from Disqus to Gisqus worked so well for my personal website (thanks to @andrewlocknet! 🙏), I've just done the same for the podcast! A good time to go and comment on your favorite episodes! 😊 https://t.co/Z2K6QWOu4I
Tweet card summary image
unhandledexceptionpodcast.com
Software Development podcast hosted by Dan Clarke
@dracan
Dan Clarke 🎙
2 months
As part of this, I added Giscus for comments instead of Disqus that I was previously using. I haven't ported the old comments yet though. Just Googled it and found this post (and migration tool!) by @andrewlocknet! Andrew - you're a star!!! 🙏⭐ https://t.co/KC2EVXiEjf
0
1
2
@andrewlocknet
Andrew Lock "Sock"
2 months
Blogged: Easier reflection with [UnsafeAccessorType] in .NET 10 https://t.co/XjeaVgAIsP In this post I show how to work with [UnsafeAccessor] to do 'easier' reflection and how to use .NET 10's [UnsafeAccessorType] with types you can't reference at compile time #dotnet
Tweet card summary image
andrewlock.net
In this post I show how to work with [UnsafeAccessor] to do 'easier' reflection and how to use .NET 10's [UnsafeAccessorType] with types you can't reference
4
7
77
@aspnetcore_news
ASP.NET Core News
2 months
Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet https://t.co/BWyB1VTuYB #aspnetcore
0
8
32
@edandersen
Ed Andersen
2 months
@schneidenbach @andrewlocknet Special Andrew Lock shoutout in my latest vid, as promised
1
2
9
@edandersen
Ed Andersen
2 months
Cracking blog post from @andrewlocknet explaining the 9.9 Request Smuggling issue in .NET from last week, way better than my video This blog post should have come from the .NET Security team IMO. It’s wild that volunteers have to do this. https://t.co/H4CLqdGlfg
Tweet card summary image
andrewlock.net
In this post I discuss request smuggling, the recent vulnerability in ASP.NET Core with a severity score of 9.9, and how attackers could exploit it
2
12
80
@DarthPedro99
Pedro Silva
2 months
This post links to a deep analysis discussion of the .NET security vulnerability (rated 9.9) - CVE-2025-55315. Best description of the issue that I've seen so far.
@andrewlocknet
Andrew Lock "Sock"
2 months
Blogged: Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 https://t.co/89TCJvjnNF In this post I discuss request smuggling, the recent vulnerability in #AspNetCore with a severity score of 9.9, and how attackers could exploit it #dotnet
0
1
6
@andrewlocknet
Andrew Lock "Sock"
2 months
Blogged: Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 https://t.co/89TCJvjnNF In this post I discuss request smuggling, the recent vulnerability in #AspNetCore with a severity score of 9.9, and how attackers could exploit it #dotnet
Tweet card summary image
andrewlock.net
In this post I discuss request smuggling, the recent vulnerability in ASP.NET Core with a severity score of 9.9, and how attackers could exploit it
1
31
181