C# Pills 15mg
Pinned Loading
Repositories
- String-Building Public
What is the performance differences between string concatenation and StringBuilder and string constructor?
CSharp-Pills-15mg/String-Building’s past year of commit activity - Disposable-Pattern Public
The support provided by .NET for reliably release the unmanaged resources, like manually allocated memory.
CSharp-Pills-15mg/Disposable-Pattern’s past year of commit activity - Parallel-Evolution Public
My target for this pill is to explain the `async-await` construct by presenting a short history of parallel programming.
CSharp-Pills-15mg/Parallel-Evolution’s past year of commit activity - Random-Problems Public
What actually happens when we use a Random instance from multiple threads? Can we do something to make it thread-safe?
CSharp-Pills-15mg/Random-Problems’s past year of commit activity - Getters-and-Setters Public
A C# Pill that tries to answer the question: Is a property in C# just a collection of two methods?
CSharp-Pills-15mg/Getters-and-Setters’s past year of commit activity - Object-Initialization-in-CSharp Public
A C# Pill that highlights the order in which the fields, properties and constructors, both static and instance, are initialized in C#.
CSharp-Pills-15mg/Object-Initialization-in-CSharp’s past year of commit activity - Queryable-vs-Enumerable Public
A C# Pill that highlights that the Linq query applied after a cast to `IEnumerable` is not translated into SQL. Instead, it is run in memory.
CSharp-Pills-15mg/Queryable-vs-Enumerable’s past year of commit activity - Using-vs-Try-Finally Public
A C# Pill to demonstrate that there is no functional difference between a 'try-finally' block, a 'using' block and a 'using' declaration.
CSharp-Pills-15mg/Using-vs-Try-Finally’s past year of commit activity - Virtual-in-Constructor Public
This pill demonstrates why it is not a good idea to call abstract or virtual methods from the constructor.
CSharp-Pills-15mg/Virtual-in-Constructor’s past year of commit activity
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…