C# Visual StudioWhen we write C# code, we use an integrated development environment (IDE). The first thing you want to […] May 21, 2018 in C# tagged visual studio / IDE / shortcut / hints / tips / tip / gem / gems / tricks / C# Getting Started by Mike
C# OperatorsWhat is an operator in C#? An operator is a program element that is applied to one or […] May 21, 2018 in C# tagged precedence / type / expression / operator / statement / C# Primitives and Expressions by Mike
C# Type ConversionWhat is type conversion? Mosh Hamedani has a short instructional video up at Udemy.com. It’s the tenth video […] May 21, 2018 in C# tagged types / conversion / convert / type / C# Primitives and Expressions by Mike
C# Class AssociationThe post C# Introduction lists all of the C# series of posts we have at this site. Classes […] May 20, 2018 in C# tagged class / inheritance / classes / association / coupling / composition / C# Class Association by Mike
C# Inheritance IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. Inheritance […] May 20, 2018 in C# tagged inheritance / pillar / second / classes / C# Inheritance by Mike
C# Generics IntroductionThe post C# Introduction lists all of the series of posts we have at this site. This discussion […] May 20, 2018 in C# tagged type / introduction / generics / generic / C# Generics by Mike
C# Structs IntroductionWhat is a struct? Structs are programmer-defined data types. They are similar to classes. They have data members […] May 20, 2018 in C# tagged structure / struct / C# Complex Types by Mike
C# Complex Types IntroductionThis post is an introduction to complex types, as opposed to simple (primitive) types. The post C# Introduction […] May 20, 2018 in C# tagged introduction / complex / types / C# Complex Types by Mike
C# PrimitivesThis post serves as an introduction to primitives and expressions. A primitive is a simple type. The post […] May 20, 2018 in C# tagged simple / verbatim / types / primitives / primitive / C# Primitives and Expressions by Mike
C# IndexersWhat is an indexer? An indexer is a way to access elements in a class that represent a […] May 19, 2018 in C# tagged indexers / indexer / dictionary / index / C# Indexers by Mike
C# MethodsA C# method is a term used to describe functions exposed by objects. A method is a function […] May 18, 2018 in C# tagged overloading / overload / params / reference / objects / parse / methods / tryparse / null / ref / exception / offensive / signature / defensive / out / C# Classes by Mike
C# PropertiesProperties and fields provide access to data contained in an object. The various pieces of data contained within […] May 17, 2018 in C# tagged backing / snippet / properties / value / set / get / encapsulation / getter / setter / auto-implemented / C# Classes by Mike