C# Functions IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. Often […] April 3, 2016 in C# tagged signature / introduction / parameters / lamda / function / C# Functions by Mike
C# Enumerations Part 2Here are some examples of use cases for enumerations. Suppose you have a series of integer values that […] April 3, 2016 in C# tagged list / convert / cast / tryparse / enumeration / enum / cardinal / cardinality / C# Complex Types by Mike
C# EnumerationsAn enum is a data type that only allows certain values for that piece of data. The stuff […] April 3, 2016 in C# tagged C# Complex Types by Mike
C# Structs with FunctionsFirst, let’s review what a struct is. The struct (short for structure) is just that. That is, structs […] April 3, 2016 in C# tagged struct / C# Complex Types by Mike
C# ArraysThere are two types of arrays, single dimension arrays and multidimension arrays. Arrays are similar to variables, but […] April 3, 2016 in C# tagged array / arrays / initialization / syntax / C# Complex Types by Mike
C# LoopingHere is some sample code on how to write loops in C#. April 3, 2016 in C# tagged loop by Mike
.NET IntroductionWhat is .NET? .NET is a framework created by Microsoft for developing applications. .NET can create many different […] April 3, 2016 in C# tagged clr / .NET / CLI / language / runtime / intermediate / code / C# Getting Started by Mike
C# IntroductionC# (C Sharp) is a programming language that you can use to create applications. It is an evolution […] April 3, 2016 in C# tagged C# / .NET / typesafe / language / sharp / introduction / C# Introduction by Mike