InfoQ Homepage CLR Content on InfoQ
Presentations
RSS Feed-
CLR/CoreCLR: How We Got Here & Where We're Going
Mei-Chin Tsai and Jared Parsons talk about the work the CLR/CoreCLR team has been doing to move .NET development forward and what the future looks like for developers working with the CLR/CoreCLR.
-
Tuning a Runtime for Both Productivity and Performance
Mei-Chin Tsai and Jared Parsons talk about how Microsoft’s .NET team designed the runtime environment to balance convenience, fast startup, serviceability, low latency, high throughput.
-
FsCheck: For Each Function There Exist Properties to Be Checked
Paulmichael Blasucci takes a look at FsCheck, a powerful library for doing property-based testing and sophisticated data generation in the CLR ecosystem.
-
CLR Garbage Collector
Justin Smith presents the internals of the .NET Garbage Collector. Learn about heap allocations, the GC Algorithms, Multiprocessor considerations, and the IDisposable pattern.