DiscoverTech Interview Questions: Quick Revisions
Tech Interview Questions: Quick Revisions
Claim Ownership

Tech Interview Questions: Quick Revisions

Author: Deepak Singh

Subscribed: 3Played: 40
Share

Description

Listen to Tech Questions and Answers. Its a digital dairy. It will be improved again and again with better answers.
Full Stack Developers. C# .Net Core JavaScript SQL Entity Framework and many more.
Direct Answers. Later I will invite different developers for questions they have encountered.
Please advise as well. Suggestions are welcome.
29 Episodes
Reverse
What is Sign Function in SQL ?
What is FLOOR Function in SQL ?
What is COALESCE Operator in SQL ?
Medium Article What is DBMS and RDBMS ?
What is Sql Server's Default Port ? 1433. MJgWXMFjkhDrJrjrdooZ
What is the use of Main Method ?
Boxing And Unboxing
what is Virtual Method

what is Virtual Method

2024-03-0500:48

what is Virtual Method
When Should we use struct instead of class
Difference between Class and Structure
Sealed modifier used to prevent derivation from a class. If we forcefully specify a sealed class as base class, then a compile-time error occurs.
No, Multiple catch blocks of similar type can’t be executed.
You can find Code and Explanation: https://medium.com/@d4dpkrajput/c-interview-questions-series-1-10-82edf0c7da1f
Construct in C#
Can a private virtual method be overridden in C# ?
What is an object

What is an object

2024-02-2801:40

What is an object and how it is created in c#
Read only vs Constant Variables.
Access Modifiers in C#

Access Modifiers in C#

2024-02-2302:35

1) https://d4dpkrajput.medium.com/c-interview-questions-series-1-10-82edf0c7da1f?utm_source=pocket_reader
Differences between Array.CopyTo() and Array.Clone() in C#
A jagged array is an array of arrays such that member arrays can be of different sizes. In other words, the length of each array index can differ.
loading
Comments