Skip to content

Techno Thirsty

asp.net,c#.net, MVC, WPF, WCF, JavaScript, JQuery, SQL Server, Interview Q&A

  • Tutorials
    • C#
      • Object Oriented Programming
    • ASP.NET
    • ASP.NET MVC
    • SQL SERVER
    • WCF
    • WPF
    • HTML
    • JavaScript
    • Bootstrap
  • Interview Q&A
    • C# Interview Questions
    • SQL Interview Questions
    • JavaScript Interview Questions
    • WCF Interview Questions
  • Tips & Tricks
  • Downloads
    • SQL Downloads

Category: C# Interview Questions

C# Interview Questions and Answers

Nullable-Type-Thumb

Deep dive with nullable value types in c# | Nullable in c#

November 21, 2020 Dhruv Sheth C#, C# Interview Questions, Tutorials Leave a comment

Recently nullable reference types have become trendy. Meanwhile, the good old nullable value types are still here and actively used.

Continue reading
Top 6 Differences of Abstract class and Interface in C#

Difference between Abstract class and Interface in C#

January 1, 2020 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Object Oriented Programming, Tutorials Leave a comment

Difference between Abstract class and Interface in C# Hello folks, today we will discuss regarding Top 6 Differences of Abstract class and

Continue reading
Top 5 Static code Analysis Tools for Visual Studio

Top 5 Static code Analysis Tools for Visual Studio

December 29, 2019 Dhruv Sheth ASP.NET, ASP.NET MVC, C#, C# Interview Questions, Tutorials

Hello Folks, today we will explore regarding Top 5 Static code Analysis Tools for Visual Studio, which also includes other

Continue reading

How to return XML in SQL Server?

December 1, 2019 Dhruv Sheth C# Interview Questions, Interview Q&A, SQL SERVER, Tutorials Leave a comment

We can use FOR XML statement at the end of the query to return xml data from the SQL Server.

Continue reading
Top 10 examples of SubString methods of string in CSharp

Top 10 examples of SubString in C#

April 26, 2019 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Tutorials Leave a comment

Top 10 examples of SubString in C# Hello folks, after long time I am back with simple but so important

Continue reading
Top 9 differences between Array and ArrayList

Top 9 differences between Array and ArrayList in C#

April 24, 2019 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Tutorials Leave a comment

Top 9 differences between Array and ArrayList  Array ArrayList Array is strongly typed. This means that an array can store

Continue reading
Evaluate code execution time in Csharp

Evaluate code execution time in C#

December 27, 2018 Dhruv Sheth C#, C# Interview Questions Leave a comment

Evaluate code execution time in C# Hello folks, sometime we as a developer wants to check exact execution time to

Continue reading
Difference-between-static-and-non-static-variable-in-Csharp

Difference between static and non-static variable in C#

September 14, 2018 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Tutorials Leave a comment

Difference between static and non-static variable in C#   Staic Variable Non Static Variable Staic keyword must be used to

Continue reading

Capitalize First Letter of each Words of string in C#

August 29, 2018 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Tutorials Leave a comment

Capitalize First Letter of each Words of string in C# Hello folks, sometimes we may have requirement like to have Capitalize

Continue reading
numberstyle-in-parse-and-tryparse-in-csharp

NumberStyle in Parse() and TryParse() in C#

August 11, 2018 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Tutorials One comment

NumberStyle in Parse() and TryParse() in C# Hello folks, today we will learn about NumberStyle in Parse() and TryParse() in

Continue reading
NullableTypeCsharp

Nullable types in C#

July 26, 2018 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Tutorials Leave a comment

Nullable types in C# C# types are divided into below two categories: Value Types: int, float, double, struct etc. Reference

Continue reading
method overloading in c#

Method Overloading in C#

June 28, 2018 Dhruv Sheth C#, C# Interview Questions, Interview Q&A, Tutorials Leave a comment

Method Overloading in C# What is Method Overloading in C# ? Method overloading in c# is also known as Function overloading

Continue reading

Posts pagination

1 2 3 4 Next Posts»

Email Subscription


Recent Posts

  • Different ways to concatenate strings in c# | Top 6 Ways to Concatenate String
  • Label Control in WPF Tutorials step by step-2
  • Hello World – WPF Tutorials Step by Step – 1
  • Deep dive with nullable value types in c# | Nullable in c#
  • 133. SQL Server Script to find Installation Date, time and Authentication Mode
  • 132. SQL Server Script to find the status of Trace is running or not
  • 131. SQL Server Script to change the Recovery Model of a Database
  • 130. SQL Server 2012 Introduced dm_db_log_space_usage to find a Log size
  • 129. SQL Server Script to Enable and Disable XP_CMDSHELL Configuration
  • 128. SQL Server Script to find uncontained objects of a Database

Archives

  • May 2021 (1)
  • March 2021 (2)
  • November 2020 (120)
  • January 2020 (1)
  • December 2019 (5)
  • April 2019 (2)
  • January 2019 (2)
  • December 2018 (7)
  • September 2018 (1)
  • August 2018 (6)
  • July 2018 (1)
  • June 2018 (1)
  • May 2018 (4)
  • April 2018 (10)
  • January 2018 (2)
  • November 2017 (9)
  • October 2017 (7)
  • September 2017 (2)
  • August 2017 (1)
  • July 2017 (8)
  • April 2017 (3)
  • March 2017 (6)
  • February 2017 (4)
  • September 2016 (4)
  • August 2016 (2)
  • June 2016 (1)
  • April 2016 (2)
  • March 2016 (8)
  • February 2016 (5)
  • January 2016 (8)
  • December 2015 (6)
  • November 2015 (1)
  • October 2015 (8)
  • September 2015 (32)
  • August 2015 (1)
  • July 2015 (29)
  • June 2015 (50)
  • May 2015 (9)
  • February 2015 (1)

Tags

Android (1) Android Videos (1) ASP.NET (35) asp.net Interview Questions (6) ASP.NET MVC (7) Bootstrap (5) C# (63) C# Interview Questions (43) Downloads (3) GitHub (1) Google Tools (1) HTML (4) Interview Q&A (112) JavaScript (61) JavaScript Interview Questions (52) JQuery (6) LINQ To SQL (1) Mobile Operating System (0) News (2) Object Oriented Programming (3) Operating System (0) Performance Improvement in SQL (116) Programming Videos (0) SQL Downloads (134) SQL Interview Questions (65) SQL SERVER (190) Sql Server Scripts (135) SVN (1) Tips & Tricks (1) Tutorials (154) Uncategorized (1) Video Tutorials (0) WCF (3) WCF Interview Questions (5) Web API (1) Web API Interview Questions (1) WPF (9) Youtube API (1)
WordPress Theme: Tortuga by ThemeZee.
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT

Please disable your adblocker or whitelist this site!