Can
Everything on SkillVeris tagged Can — collected across the glossary, study notes, blog, and cheat sheets.
8 resources across 1 library
Study Notes(8)
LINQ Performance Pitfalls
Learn the hidden costs of LINQ's declarative syntax, from multiple enumeration to deferred-execution surprises, and how to avoid them.
Benchmarking with BenchmarkDotNet
Why naive stopwatch timing misleads you, and how BenchmarkDotNet produces statistically rigorous, allocation-aware performance measurements for .NET code.
What Is JMeter?
An introduction to Apache JMeter, the open-source Java application for load, performance, and functional testing of web apps, APIs, and backend services.
What Is VBA?
An introduction to Visual Basic for Applications: what it is, where it runs, and why it remains the workhorse of desktop Office automation.
VB.NET and C# Interoperability
How VB.NET and C# code coexist and call into each other on the .NET CLR, and the practical rules for building mixed-language solutions.
BetterC and Systems Programming
The -betterC compiler switch strips D down to a GC-free, runtime-minimal subset ideal for embedded, kernel, and other systems-programming contexts where a full…
Wasm Tables and Functions
How WebAssembly represents functions as first-class values, why linear memory can't hold them, and how Table enables indirect calls and function pointers.
Template Syntax and Interpolation
How Angular templates blend HTML with expressions, and how interpolation renders component state directly into the DOM as text.