Compiler Tricks - Inferred Types
The .NET compiler is a terrific thing… After all, it turns your C# into an executable program! One nice feature of the .NET compiler, which is becoming better each release, is inferred typing. I’d…
Read the full articleYou might also wanna read
Exploring Type Systems in Array Programming Languages
Static type systems help prevent errors, improve abstractions, and enable optimisations. There is a whole spectrum of type systems for gener
TypeScript Basic Types, Explained
The core TypeScript types (string, number, boolean, arrays, any vs unknown), plus type annotations vs inference, with live runnable code.
Compiler Optimization Surprises: Clever Loop Transformations That Impress Engineers
Sometimes compilers can surprise and delight even a jaded old engineer like me
Learn C# in a Single Post: A Complete C# Tutorial from LINQ and Async to the .NET Runtime
A complete C# tutorial in one blog post. Covers the whole language in 5 stages: fundamentals (types, var, control flow, methods), OOP (class
Unconventional Type Casting Techniques in TypeScript
I saw a post by qntm and remembered I had a playground with a similar idea. I then expanded that playground into a (probably non-exhausti...

Re: Ted Neward on anonymous generic methods
C#’s fanatic Ted Neward is amazed at how cool C#’s anonymous generic methods are. He then gives an example of a little program that filters

Comments
Sign in to join the conversation.
No comments yet. Be the first.