Anders Hejlsberg about C#

I just read part VII of Anders Hejlsberg’s interview at artima.com about C#. This part is about generics in C#. His explanation on how C# generics are different from Java’s and C++’s is very interesting. The links to the previous parts are also provided at the beginning of the article.

I only use C# these days for all the code I write (the blog engine for my blog is written in C#). Generics is one of the many new features that is coming with the next revision of the language and the .NET runtime; something I am looking forward to.

If you don’t know Anders Hejlsberg… he is the person who brought us Turbo Pascal, Delphi, and the C# programming language.

Recent Posts

Reflecting on 2025: Building CVOYA’s Future with AI Coding Agents

As 2025 is now behind us, I wanted to share a few reflections from my…

15 hours ago

DIY smart home accessory – It all started with a question to ChatGPT

Few months ago, we bought a sculpture from a local art fair for our Palm…

3 weeks ago

The Beginning of CVOYA

There’s a unique energy that comes with starting something new — a blend of excitement,…

3 months ago

Enhancements in Graph Model: Dynamic Entities & Full-Text Search

As I continued work on BrainExpanded and its MCP service, I came to realize that…

6 months ago

GraphModel: A .NET Abstraction for Graphs

Just over a month ago, I published "Playing with graphs and Neo4j". Back then, it…

7 months ago

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

8 months ago