CSharp
Everything on SkillVeris tagged CSharp — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is an Extension Method?
An extension method is a language feature that lets you add a new method to an existing type from outside its definition, without modifying the type’s source c…
What is a Partial Class?
A partial class is a class whose definition is split across two or more source files, which the compiler merges back into a single class at build time, most no…