InThe Crazy CoderbyColtonGetting to Know C# AttributesIn the .NET framework, attributes are used often for many reasonsAug 23, 2021Aug 23, 2021
InThe Crazy CoderbyColtonArguments On C# Var KeywordWhen to Use and Not Use Variable Type var in C#Aug 23, 2021Aug 23, 2021
InThe Crazy CoderbyColtonCreate Your Own C# Extension MethodAdd new methods in the existing class without using inheritanceAug 23, 2021Aug 23, 2021
InThe Crazy CoderbyColtonDifferences Of Abstract And Virtual MethodsThe most two important concepts in c# are the virtual and abstract keywords.Aug 23, 2021Aug 23, 2021
InThe Crazy CoderbyColtonUnderstanding C# IEnumerable and IEnumeratorAnything that you can iterate over in .NET implements IEnumerableAug 26, 20211Aug 26, 20211
InThe Crazy CoderbyColtonMaking Your Own C# Class foreach CompatibleIterate over your own classAug 28, 2021Aug 28, 2021
InThe Crazy CoderbyColtonC# | Method Signature And Overloading MechanismLearn what it is and why to use itSep 8, 2021Sep 8, 2021
InThe Crazy CoderbyColtonC# | Implicit And Explicit Interface ImplementationWhat and why we need the explicit interface of the interface?Sep 8, 2021Sep 8, 2021
InThe Crazy CoderbyColtonC# | Assembly, EXE and DLLClarify the differences of these confusing tech termsSep 11, 20213Sep 11, 20213
InThe Crazy CoderbyColtonVisual Studio | Copyright Notices In Source FilesExplains why we should care about our code copyright and how to do this easily with Visual StudioSep 11, 2021Sep 11, 2021
InThe Crazy CoderbyColtonDeep Dive Into C# Tuple TypesKnowing the handy usages of Tuples in C# can make your programming a lot easierSep 12, 20211Sep 12, 20211
InThe Crazy CoderbyColtonHow .NET Load Environment Specific ConfigurationNow, many times the developers need to work in different environments, such as schema, staging, release, QA, and production. When we test…Oct 11, 20212Oct 11, 20212
InThe Crazy CoderbyColtonC# | nameof OperatorExplain what is nameof and the common used casesOct 12, 2021Oct 12, 2021
InThe Crazy CoderbyColton.NET | Working With Options PatternAnother way to read data from the configuration dataOct 14, 20214Oct 14, 20214