Posts

Deep Dive: .NET InternalCall Mechanics

Deep Dive: .NET InternalCall Mechanics .NET Internals: InternalCall Visualizer CoreCLR C# / Managed // In System.Private.CoreLib.dll namespace System {    public class Object {      [MethodImpl(MethodImplOptions.InternalCall)]      public extern int GetHashCode ();   } } JIT Compiler Resolving Method Token 0x060002 Flag Action ...

ASP.net Interview P1

Interactive .NET Interview Prep Guide Interactive .NET Interview Guide From ASP.NET Framework 4.6.1 to ASP.NET Core 8 Home Framework Deep Dive Core Differences Advanced Topics Architecture Welcome to Your Interactive Study Guide This guide is designed for an experienced .NET developer preparing for interviews. It covers both legacy ASP.NET Web API on the .NET Framework and modern ASP.NET Core Web API, offering a comprehensive look at building APIs, key concepts, and the critical differences between the two frameworks. Use the navigation above to jump between sections. The goal of this interactive format is to help you quickly com...