
100 .NET Interview Questions with Answers
- By Shiv Prasad Koirala
- Aug 10th, 2021
- 4867
- 0
Most asked 100 Plus .NET Interview Questions with Answers.

Top 25 Angular Interview Questions and Answers
- By Shiv Prasad Koirala
- Aug 6th, 2021
- 7119
- 0
Top 25 Angular Interview Questions and Answers

ASP.NET MVC Core Interview Questions
- By Shiv Prasad Koirala
- Aug 5th, 2021
- 2268
- 0
Frequently asked ASP.NET interview questions and answers

Explain Type Inference (Duck Typing) in C# ?
- By Shiv Prasad Koirala
- Dec 27th, 2022
- 1499
- 0
We will be understanding in this article how duck typing i.e Type Inference can be used in C# coding.

Difference between Boxing & Unboxing in C#
- By Shiv Prasad Koirala
- Dec 26th, 2022
- 1778
- 0
Here we will discuss on how boxing and unboxing work in C# and what exactly these two important concept are.

C# Strongly Typed & Dynamically Typed Language
- By Shiv Prasad Koirala
- Dec 26th, 2022
- 1394
- 0
This read contains explanation on differentiating Strongly/Statistically & Dynamically/Weakly Typed language in C#.

Explain Stack, Heap, Value type & reference type in C#
- By Shiv Prasad Koirala
- Dec 23rd, 2022
- 2532
- 0
In this article you will learn about how Stack, Heap, Value and Reference Types are different from each other.

What is Garbage Collector(GC) in C#?
- By Shiv Prasad Koirala
- Dec 22nd, 2022
- 2239
- 0
This article gives in-depth explanation on C# Garbage Collection with code examples.

10 important RxJs Angular Interview Questions & Answers
- By Shiv Prasad Koirala
- Nov 24th, 2020
- 19820
- 0
In this article we are going to discuss important interview Q & A on RxJS Angular.

Do we have protected scope in Javascript ? ( Angular interview questions)
- By Shiv Prasad Koirala
- Oct 26th, 2017
- 6935
- 0
In this article we will discuss an Angular interview question with answer.

C# Interview questions asked in Mumbai based IT company.
- By Shiv Prasad Koirala
- Sep 28th, 2017
- 1544
- 0
In this article will look into the most asked interview Q & A of C#(CSharp).

Differentiate ASP.NET MVC 5 and ASP.Net Core 2.0 MVC.
- By Shiv Prasad Koirala
- Sep 18th, 2017
- 24315
- 0
In this step by step article will learn what is ASP.Net Core 2.0 MVC and ASP.NET MVC 5.

Explain the difference between 'NCHAR' vs 'NVARCHAR' & 'CHAR' vs 'VARCHAR' in SQL.
- By Shiv Prasad Koirala
- Sep 5th, 2017
- 14174
- 0
In this step by step article will try to understand what is 'nchar' & 'nvarchar' data-type and the difference between them.

Angular 2 tips and tricks:- HashLocation strategy ( Handling Refresh)
- By Shiv Prasad Koirala
- May 4th, 2017
- 14253
- 0
In this article we will explain about HashLocation Strategy in Angular 2.

Serialization and Deserialization in C# step by step
- By Shiv Prasad Koirala
- Dec 9th, 2016
- 50234
- 0
In this article we will understand Serialization and Deserialization in C# step by step.

Exception Handling in C# using example step by step
- By Shiv Prasad Koirala
- Dec 8th, 2016
- 89165
- 0
In this article understand how to handle exceptional errors or unknown errors occurs during an execution of a program in csharp step by step with example.

Understand Private Constructor And Static Class in C#. NET.
- By Shiv Prasad Koirala
- Dec 7th, 2016
- 30338
- 0
In this article will discuss about C# private constructors and static classes.

C# Interview questions :- What is an application domain (App domain)?
- By Shiv Prasad Koirala
- Dec 2nd, 2016
- 36965
- 0
In this article we will explain about application domain (App domain).