Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author

Category: C# Basic Interview Questions

List of C# basic interview questions for freshers with best answers and notes asked in technical job interviews. | Only Real

C# Basic Interview Questions

What is Static class in C#? Explain with example and USE

August 18, 2024January 29, 2023 rsingh

Answer includes concept of static class in C# with example program. also,  why we use static classes with important points will be described. In simple

Read More
C# Basic Interview Questions

What is implicit interface in C#? How explicit interface is different than implicit interface?

August 18, 2024January 29, 2023 rsingh

Answer includes implicit interface in C# programming with example and will also differentiate with explicit Interface implementation. In an interview, we need to explain both

Read More
C# Basic Interview Questions

What is C# interface? How to implement interface in C# code?

August 18, 2024January 29, 2023 rsingh

Answer: In C#, an interface contains properties, methods, and events etc., similar like we have in a class. But, an  interfaces only contains declarations of

Read More
C# Basic Interview Questions

Value type Vs Reference type in C# from memory point of view?

August 18, 2024August 13, 2016 rsingh

Value type vs Reference type in C# Interview Question: What is difference between value type and reference type in C#.net from memory point of view?

Read More
C# Basic Interview Questions

Show C# Static and Instance methods call with simple program

August 18, 2024September 4, 2016 rsingh

Answer:In C#, Static method is called using class name and instance method (non – static) must be called using a class object in a C#

Read More
C# Basic Interview Questions

Why STATIC keyword in C# main () method is Used?

August 18, 2024January 29, 2023 rsingh

Answer: The Static keyword in C# main () method is used, so that compiler can call it without or before creation of an object. Actually, 

Read More
C# Basic Interview Questions

Is a C# class without constructor possible?

August 18, 2024January 29, 2023 rsingh

Answer: Yes, C# class without constructor is possible. In fact, we can have a class without any constructor in C#. If we don’t declare any

Read More
C# Basic Interview Questions

What is C# mutable string and immutable string?

August 18, 2024January 29, 2023 rsingh

C# mutable string and immutable string is, in fact very simple concept and  you will understand with example.  The immutable meaning is unchanging over time

Read More
C# Basic Interview Questions

Proof that string is immutable in C# Programming

August 18, 2024January 29, 2023 rsingh

We know that string is immutable in C# programming and cannot be modified or changed. You can read detail of mutable and immutable string in

Read More
C# Basic Interview Questions

What is method overriding in C# inheritance? Explain with real time example

August 18, 2024July 17, 2016 rsingh

Method overriding in c# with real time example – In c# interview, we need to explain overriding definition with program example and when to use

Read More

Posts pagination

1 2 … 4 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.