Category: .NET

14
Sep
2017

Function in C#

using System; namespace Function { class Program { public void show() //no parameter { Console.WriteLine(“This is a…

13
Sep
2017

Java vs C# Similarity

https://www.harding.edu/fmccown/java_csharp_comparison.html

12
Sep
2017

Enum in C#

using System; namespace Enum { public enum Season { WINTER, SPRING, SUMMER, FALL } class Program {…

12
Sep
2017

Command Line Arguments in C#

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CommandLine { class Program { static…

12
Sep
2017

Exception in C#

using System; namespace @finally { class Program { static void Main(string[] args) { try { int a…

11
Sep
2017

BDJObs.com .NET Class