Christophe Nasarre's Avatar

Christophe Nasarre

@chrisnas.bsky.social

I like to understand how things work

232 Followers  |  137 Following  |  57 Posts  |  Joined: 10.09.2023
Posts Following

Posts by Christophe Nasarre (@chrisnas.bsky.social)

Preview
How to supportΒ .NET Framework PDB format and source line with ISymUnmanagedReader After DIA and DbgHelp, time to dig into ISymUnmanagedReader to get its line in source code.

After DIA and DbgHelp, time to dig into ISymUnmanagedReader to get line and source information from .NET Framework symbols - chnasarre.medium.com/7663f9043b6b...

11.02.2026 09:18 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Post image

This is nice: thanks VS!

19.01.2026 16:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
116 - Optimiser les Strings en .NET

1h40 de sujets techniques liΓ©s aux bons/mauvais usages des strings en .NET avec tout plein de questions pertinentes de @dvoituron.bsky.social, Adrien Clerbois et @peug.net.
Les ressources (outils, code source et vidΓ©os) sont aussi disponibles.
devapps.ms/podcasts/116...

19.01.2026 11:41 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
But where is my method code? DbgHelp comes to the rescue This post show how DbgHelp could help you figure out the line and source code of each managed methods from aΒ .pdb file

Why would you need .pdb files for .NET assemblies? Don't their already contain all the needed metadata?
This post will show you how to extract the source code and line number information from the .pdb files generated by .NET compilers thanks to DbgHelp API.
chnasarre.medium.com/4188f862211d...

16.01.2026 08:23 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
How to dump function symbols from aΒ .pdb file Detail how to write a tool that generates aΒ .sym file listing functions symbols with their address, size and signature from aΒ .pdb file

I just implemented a tool accepting a .pdb file to generate a .sym file listing functions symbols. A first post (chnasarre.medium.com/9826fd4f251e...) shows the coding details.
I'm sharing my vibe coding experience using Cursor in a second longer one (chnasarre.medium.com/f957106a3e9f...)

08.12.2025 10:33 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

I spent more time than expected to understand why my .NET profiler never received the event that would help me figuring out the GC mode (Server/Workstation) but Perfview and dotnet-trace did.
I needed to debug the CLR to realize that the event is emitted before the profiler gets initialized :^(

27.11.2025 16:59 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

And now the profiler is deadlocking the GC :^(

10.11.2025 22:36 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

When you realize that the C++ exceptions you get while debugging your complicated profiler code come from... the Windows anti-virus

06.11.2025 12:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
DevDay 2025 - Bushidō Code | Developer Conference Belgium Join 500+ developers at DevDay 2025 on November 13th in Mons, Belgium. The largest tech conference in Wallonia. Code with honor, debug with courage.

Venez nous retrouver au DevDay 2025... et avec une ristourne de 20% avec ce code devday.be/ticket?disco... ;^)

En plus de venir discuter du "moins mauvais" usage des strings avec moi, beaucoup d'autres présentations sont très intéresantes.

A très bientôt !

05.11.2025 14:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

If you want to recompile the .NET 10 RC2 clr to get a solution for VS2026, you should add "18 2026" to that line of runtime\eng\native\gen-buildsys.cmd.
Otherwise the build command will fail

03.11.2025 09:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - chrisnas/Techorama2025: Content for Techorama 2025 conference Content for Techorama 2025 conference. Contribute to chrisnas/Techorama2025 development by creating an account on GitHub.

The slides and source code for the two #Techorama sessions (including the duet with @kevingosse.net) are available in github.com/chrisnas/Tec...

02.11.2025 12:08 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Whaaaaaaat!!!!
My Astronomy Pix of the day app is broken :^(

21.10.2025 09:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Too bad it is not version 11111.11

18.10.2025 13:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Release 3.28.0 Β· DataDog/dd-trace-dotnet Summary [Tracer] Add Azure Service Bus instrumentation (#7413) [Tracer] add OTEL quartz autoinstrumentation (#7192) [Tracer] Add Azure Service Bus batching support (#7553) [Test Optimization] Fai...

The 3.28 release of the Datadog .NET profiler supports the new allocations sampling of .NET 10 that allows us to provide a much more statistically accurate view of your application memory!
github.com/DataDog/dd-t...
Thanks Noah Falk for his help on this ~2 years project :^)

08.10.2025 09:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

I don't understand how people could use GPTs efficiently...
I'm looking for implementation details in the .NET runtime for the generation of gcdump and... ChatGPT and Deepseek are just hallucinating even when I'm pointing them to the current CLR main branch :^(

01.10.2025 08:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Tickets - Azure Dev Summit | Lisbon 13 - 16 Oct 2025 Azure Dev Summit is a 4-Day Event for Software Developers, 13-16 Oct in Lisbon, Portugal.

It is not too late to register to @azuredevsummit!
Here is a $200 discount code!
Discount code = spkrpromo
Registration link = azuredevsummit.com/tickets

P.S. Meet there to talk about strings in .NET and maybe win a signed copy of the second edition of Pro .NET Memory ;^)

26.09.2025 16:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Time to install VS 2026 now :^)

25.09.2025 16:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Live at WOMAD 1982, by Peter Gabriel 9 track album

Reminds me great Peter Gabriel french concerts in the 80s
petergabriel.bandcamp.com/album/live-a...

25.09.2025 09:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Did anyone ever tried to use the Wait Chain Transversal API with critical section?
- learn.microsoft.com/en-us/window... implies that it works for critical section but it does not
- the wait field always contain 0 for Mutex (I tried infinite and finite wait)

12.09.2025 16:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

It seems that I mistyped the ZoomIt video recording shortcut...

11.09.2025 15:52 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Starting to look at GPUs...

08.09.2025 18:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Time for a break!

02.09.2025 14:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

So many birds in Tanzania!

31.08.2025 15:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Redirecting...

C'est vraiment très triste de perdre un tel talent de passeur de connaissances :^(
www.pourlascience.fr/sr/regards/r...

27.08.2025 10:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

See you next year in Krakow!

27.08.2025 10:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

When you are allocating a little bit more than usual...

21.07.2025 14:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

One more year as Microsoft MVP Dev :^)

10.07.2025 16:15 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I really enjoyed participating to the last 2codeOrNot2code, so I'm happy to repeat the experience. This time, we will have some fun with functions, unveiling interesting details about what happens when you call them. If you like to understand how things work, don't miss it!

08.07.2025 07:36 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

You entered the Mines of Moria... but instead of goblins, you fought off 17 hours of Instagram reels and 3 existential crises. Behold, your final boss: the algorithmic Balrog. πŸ˜‚

16.06.2025 06:18 β€” πŸ‘ 71    πŸ” 13    πŸ’¬ 4    πŸ“Œ 0
Post image Post image Post image

@updateconference.bsky.social Crakow 2025 is over!
Great talks with slides hard to read... for the speaker and .NET quizzzz to win a copy of the Second edition of Pro .NET Memory Management
#UCK25

30.05.2025 12:11 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0