In this post we’ll learn What is C#? and about its important fundamental concepts. C# is one of the famous Microsoft programming languages. C# is object-oriented programming language and follow all OOP concepts and it was developed early in year 2000. In below section we have shared important concepts of C# which may addon to your knowledge and can also help while cracking interviews.

What is C#?

C# is a certified programming language (by ECMA & ISO). It is used to develop all kind of applications that may be web, desktop. It also helps developer in developing a robust, secure, and portable applications. Using C#, we can develop web applications, console applications, mobile applications, windows applications, backend services, web API, webservice, microservices etc.

What will you learn from this C# Section?

    C# Error Handling

    C# Constructors:

    C# Pointers:

    C# Fundamentals

    C# Data Types

    String

    Queue-Enqueue

    Data Structure

    Threads

    Collections

    Delegates

    Interview Context:

    General C# Topics

    Control statement

    .NET Framework

      More Topics for You

      Note: All C# fundamental will be published on the portal soon. If you want any specific topic, please comment below or email us on info@codeconfig.in, we’ll try to publish that topic as earliest as possible.

      You can find more details about C# on Microsoft Learn.

      Explore More

      Working With File Class In C#

      In C#, ‘File’ class provides many static methods for moving, copying, and deleting files. These Static methods involve moving a file and copying and deleting a file also. Let’s check

      How to Read a Text File in C#

      In C# ‘File’ class provides static methods to read given text file data. The File.ReadAllText() method opens a text file, reads all the text present in the file into a

      C# | How to use Interface references

      In C#, you’re permitted to make a reference variable of an interface type or in other words, you’re permitted to form an interface reference variable. Such kind of variable can