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: Tutorials

Programming Languages- c#, java, asp.net etc articles

006. Find most used column names in database – Sql Server

December 29, 2018 Dhruv Sheth SQL Downloads, SQL SERVER, Sql Server Scripts, Tutorials Leave a comment

Find most used column names in database Query: select col.name as ColumnName, count(*) as Tables, cast(100.0 * count(*) / (select

Continue reading
Difference between temporary table and table variable in sql server

Difference between temporary table and table variable in sql server

December 28, 2018 Dhruv Sheth Interview Q&A, SQL Interview Questions, SQL SERVER, Tutorials One comment

Difference between temporary table and table variable in sql server Table variable Temporary table You can use it in User

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
WPF and Windows Forms are Now open source

WPF and Windows Forms are Now open source

December 14, 2018 Dhruv Sheth News, WPF Leave a comment

WPF and Windows Forms are Now open source Recently Microsoft has announced WPF and Windows form as a Open source.

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
StringifyVsParse-JSON-JavaScript

Difference between JSON.stringify() and JSON.parse() in JSON – JavaScript

August 10, 2018 Dhruv Sheth Interview Q&A, JavaScript, JavaScript Interview Questions, Tutorials Leave a comment

Difference between JSON.stringify() and JSON.parse() in JSON Now a days all browsers supports JSON and in JSON we have stringify()

Continue reading
Find-aspnet-MVC-version-By-application

Find asp.net MVC version used by application

August 9, 2018 Dhruv Sheth ASP.NET MVC, Tutorials Leave a comment

Find asp.net MVC version used by application   For MVC without .net core First of all create project of MVC->

Continue reading
Advantage-aspnet-MVC-over-webforms

Advantage of asp.net MVC over webforms

August 9, 2018 Dhruv Sheth ASP.NET MVC, Tutorials One comment

Advantage of asp.net MVC over webforms   Features asp.net  MVC asp.net WebForm Separation of Concerns More Less Programming Style ActionResult

Continue reading
MVC-Architectural-Pattern

MVC Architectural Pattern

August 8, 2018 Dhruv Sheth ASP.NET MVC, Tutorials Leave a comment

MVC Architectural Pattern Hello folks today we will  understand MVc architectural Pattern. Microsoft came up with asp.net MVC architecture  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

Posts pagination

«Previous Posts 1 … 10 11 12 13 14 … 30 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!