.NET Inside Out Part 5 — Capturing thread creation to catch exceptions

This is the fifth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# Unhandled exception crashes application domain which in turn crashes whole process. What if we want to create some background job and … Continue reading .NET Inside Out Part 5 — Capturing thread creation to catch exceptions

.NET Inside Out Part 4 — How to override sealed function in C# Revisited

This is the fourth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# A word of warning! Things presented here depend on the implementation details and require an extensive knowledge about the internals. There … Continue reading .NET Inside Out Part 4 — How to override sealed function in C# Revisited