# Net
2 posts- Should you, could you AOT?date: author: James Crosswell
How ASP.NET Core application developers can make the transition from JIT (Just-in-Time) to AOT (Ahead-of-Time) compilation, using the Sentry SDK for .NET as a case study.
- Alias: An approach to .NET Assembly Conflict Resolutiondate: author: Bruno Garcia
Most plugin based models load all assemblies into a single shared context. This is a common approach because it has better memory usage and startup performance. The history and rules of assembly loading in .NET is con...