Skip to content

These are the C# Programs which I practice, learn and Solving Challenge files studied from different sources.

License

Notifications You must be signed in to change notification settings

Koushikon/Programs.CSharp

Repository files navigation

CSharp Practice Programs

Here almost every CSharp 🐱‍🏍 files are of my Practice files. I learn all these from different Website, Apps, Online learning courses and from my Teacher.

Visual Studio CodeVisual StudioLines Of Code

I'm 🎃 Working on Few C# with .Net 5, .Net 6, .Net 7 versions.

C# Banner


File global.json for .Net:

global.json: Used for Set Root SDK Version with this file in Sub-Directory we cannnot Run Apps with Other SDK version. global.json Contain:

{
  "sdk": {
    "version": "5.0.402", // "6.0.100" or "7.0.200"
  }
}

About

These are the C# Programs which I practice, learn and Solving Challenge files studied from different sources.

Topics

Resources

License

Stars

Watchers

Forks