Presentations and Talks covering '.NET Internals'
A curated list of presentations and talks that dive deep into the internal workings of the .NET Runtime, including garbage collection, JIT, and performance analysis.
A curated list of presentations and talks that dive deep into the internal workings of the .NET Runtime, including garbage collection, JIT, and performance analysis.
A software engineering article arguing that simplicity is the most critical quality for achieving correctness and performance in software development.
Explores the productivity and performance benefits of upgrading to ASP.NET Core 2.1, highlighting features like HttpClientFactory.
An overview of open-source tools like PerfView and SharpLab for developers to analyze and understand the internal workings of the .NET runtime and CLR.
A deep dive into debugging a slow ASP.NET MVC request, tracing the root cause to HTTP chunked encoding and its performance implications.
Explains how flawed Regular Expressions can cause ReDoS attacks, crippling Node.js services with catastrophic backtracking and high CPU usage.
Interview with V8 JavaScript engine tech lead Benedikt Meurer on competition, performance testing, and a story of breaking YouTube in Chrome.
A developer shares solutions for PHPStorm performance issues on macOS, focusing on font rendering and JRE problems.
Explains browser rendering layers, when to use will-change, and how to force layers for performance in CSS animations.
A developer's analysis of Python's suitability for large-scale enterprise projects, addressing performance concerns and comparing it to Java and Go.
The article argues for writing pure JavaScript modules that export functions to improve performance, debuggability, and tree-shaking.
Explores how polymorphic code impacts performance in React and similar frameworks, focusing on JavaScript engine optimization challenges.
Addresses common misconceptions about PostCSS, focusing on performance claims and its capabilities compared to preprocessors like Sass.
A technical talk on optimizing Elasticsearch query performance using caching strategies, presented at an Elastic User Group meetup.
A review of a book on designing effective UI animation, covering its role in branding, performance, and accessibility.
Answers common React render props questions on performance and code organization, with examples from community feedback.
Explores JavaScript decorators for writing cleaner, more efficient code with examples in React and Angular.
A curated list of blogs and resources for developers to learn about the low-level internals and performance of the .NET runtime and CLR.
A technical analysis measuring computer latency from 1977-2017, finding that some modern machines are slower than 40-year-old computers.
Analyzing and solving a performance issue in Django Admin's date hierarchy filter with large datasets and PostgreSQL.