Skip to content
  • Facebook
  • GitHub
  • YouTube
  • Pinterest
My Tec Bits
  • Home
  • Microsoft
    • .Net
      • ASP.NET
      • MVC
      • Visual Studio
    • IIS
    • SQL Server
      • SQL Server 2019
      • SQL Server 2017
      • SQL Server 2016
      • SQL Server 2014
      • SQL Server 2012
      • SQL Server 2008
    • Windows OS
  • Web Development
    • Java Script
    • Jquery
    • Python
    • Bootstrap
    • Zurb Foundation
    • Web Security
  • More
    • macOS
    • Reviews
  • Online Tools
    • Fitness Calculators
    • Encoders & Decoders
    • Cryptography
    • Unit Converters
    • Math. Calculators
    • Date & Time Calculators
    • Finance Calculators

How to make a PHP script to sleep?

Dec 30, 2022 by Beaulin Twinkle
PHP script to sleep in seconds

PHP provides several inbuilt functions to make a PHP script to sleep or pause for some time. Let’s see them with examples.

Categories PHP Tags PHP 7.x Leave a comment

Merging two dictionaries in Python

Dec 29, 2022 by Beaulin Twinkle
Merging two dictionaries in Python

Here you will see three simple and commonly used methods in Python programming on merging two dictionaries.

Categories Python Tags Python 3.10.x, Python 3.x, Python Tips Leave a comment

merge two lists using unpacking method in Python

Dec 30, 2022Dec 12, 2022 by Beaulin Twinkle
Merge two lists using unpacking method in Python

In this article, let us see how to merge two lists using the iterable unpacking method and the sum() method.

Categories Python Tags Python 3.10.x, Python 3.x Leave a comment

How to sort a dictionary by its value in python?

Dec 2, 2022 by Beaulin Twinkle
Sort a dictionary by its value in python

Python does not have any inbuilt method to sort the dictionary by its value. However, there are a few workarounds. Let’s see one of them.

Categories Python Tags Python 3.10.x, Python Tips Leave a comment

The Benefits and Drawbacks of .NET Development

Nov 16, 2022Nov 16, 2022 by My Tec Bits.
The Benefits and Drawbacks of .NET Development

This article intends to provide helpful information to make your search for a suitable development environment easier by describing the benefits and drawbacks of using .NET as a software development platform.

Categories .Net Tags .NET Framework Leave a comment

Converting bytes to a string in Python

Nov 12, 2022 by Beaulin Twinkle
Converting bytes to a string in Python

Here is a code sample for using the decode option to convert bytes or byte array to a string.

Categories Python Tags Python 3.10.x, Python 3.x Leave a comment

How to prevent connection pool problems between ASP.NET and SQL Server?

Oct 27, 2022 by Beaulin Twinkle
Prevent connection pool problems between ASP.NET and SQL Server

If you are not taking precautions while using connection pooling, you may encounter errors. Here are a few of the common errors and ways to prevent connection pool problems.

Categories .Net, SQL Server Tags ASP.NET, ASP.NET Core, ASP.NET Web Forms Leave a comment

How to calculate Mode in PHP?

Sep 16, 2022 by Beaulin Twinkle
Calculate Mode in PHP

Here is the sample code to calculate mode in PHP for a set of numbers in an array. This method will get you single mode or multi modes.

Categories PHP Tags PHP 7.x Leave a comment

How to calculate Median in PHP?

Sep 15, 2022 by Beaulin Twinkle
Calculate Median in PHP

In this article we will see how to calculate median in PHP by writing your own code for median algorithm.

Categories PHP Tags PHP 7.x Leave a comment

How to calculate mean In PHP?

Sep 15, 2022Sep 15, 2022 by Beaulin Twinkle
Calculate mean In PHP

There is no inbuilt function available in PHP to calculate arithmetic mean. However, it is easy to calculate mean In PHP using the inbuilt array functions.

Categories PHP Tags PHP 7.x Leave a comment

How to find the version of PHP in macOS?

Sep 8, 2022 by Beaulin Twinkle
Finding version of PHP in macOS using Terminal

There are the different ways to find the version of PHP in macOS. Here I have listed a couple of methods to check the PHP version.

Categories macOS, PHP Tags macOS Big Sur, PHP 7.x Leave a comment

What is SQL, and why is it important to learn it?

Aug 21, 2022Aug 21, 2022 by My Tec Bits.
SQL

What is SQL, and why is SQL important? let’s figure it out. All valuable information is organized and entered into databases managed by database management systems and the SQL language.

Categories Oracle Database, SQL Server Tags ANSI SQL, SQL Leave a comment

How to calculate Mean, Median and Mode in Python?

Aug 3, 2022 by Beaulin Twinkle
calculate Mean, Median and Mode in Python

Here is the sample code for calculating mean, median and mode in Python programming language using its inbuilt statistics module.

Categories Python Tags Python 3.10.x, Python 3.x Leave a comment

How to calculate mode in C#?

Oct 19, 2022Jul 29, 2022 by Beaulin Twinkle
Calculate Mode in C#

Here is the sample code to calculate mode in C# for a set of numbers in an array. This method will get you single mode or multi modes.

Categories .Net Tags .NET Framework, .NET Framework 4.8, C# (C Sharp), C# 7.0 (C Sharp) Leave a comment

How to calculate mean In C#?

Oct 19, 2022Jul 21, 2022 by Beaulin Twinkle
Calculate mean In C#.Net

It is easy to calculate mean in C#, as arithmetic mean is just the average of the collection of numbers. Here is the sample code.

Categories .Net Tags .NET Framework, .NET Framework 4.8, C# (C Sharp) Leave a comment

How to calculate median in C#?

Oct 19, 2022Jul 20, 2022 by Beaulin Twinkle
Calculate median in C# with your own code

In this article we will see how to calculate median in c# .Net by coding the median algorithm by yourself and by using a 3rd party library.

Categories .Net Tags .NET Framework, .NET Framework 4.8, C# (C Sharp) Leave a comment

How to calculate statistical mode in SQL Server?

Jul 8, 2022 by Beaulin Twinkle
Get old the modes

Let us see with example on how to calculate the mathematical statistical mode in SQL Server.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to calculate mean in SQL Server?

Jul 20, 2022Jun 9, 2022 by Beaulin Twinkle
calculate mean in SQL Server

Here you will see with a simple example on using an existing TSQL function to calculate the mean in SQL Server.

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to get execution time in milliseconds in SSMS?

May 28, 2022May 28, 2022 by Beaulin Twinkle
How to get execution time in milliseconds in SQL Server Management Studio?

One another simple method to get the execution time in milliseconds in SQL Server Management Studio (SSMS)

Categories SQL Server Tags SQL, SQL Server 2019, SQL Tips, Transact-SQL (T-SQL) Leave a comment

How to find whether the string contains a substring in Python?

May 29, 2022May 13, 2022 by Beaulin Twinkle
How to find whether the string contains a substring in Python

There are couple of different ways to find whether the string contains a substring in Python program. Let us see them.

Categories Python Tags Python 3.10.x, Python 3.x, Visual Studio Code Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page23 Next →

Article Categories

  • Android (2)
  • Apple (22)
    • macOS (22)
  • Internet & Web Dev. (152)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (83)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (4)
  • Microsoft (318)
    • .Net (69)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (225)
    • Windows (24)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (6)
  • Reviews (10)

Recent Articles

  • Installing .NET SDK in Linux Mint and debugging C# code using VS Code Jun 21, 2024
  • Generating random number in C#  Jun 6, 2024
  • How to calculate running total in SQL Server? Apr 27, 2024
  • How to import XML data into SQL Server using SELECT query? Apr 10, 2024
  • How to prevent VS Code from replacing an already opened preview tab with a subsequently opened one? Mar 13, 2024
  • Separating letters and numbers from strings in SQL Server Mar 6, 2024
  • How to call or run another application from python code? Feb 15, 2024
  • How to store images in SQL Server? Jan 17, 2024
  • Error: A table that has FILESTREAM columns must have a nonnull unique column with the ROWGUIDCOL property. Jan 8, 2024
  • Fix for Error: “FILESTREAM feature is disabled” while adding FILESTREAM Jan 4, 2024

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • Joining Tables from Databases on Different SQL Servers
  • Where is SQL Server Configuration Manager?
  • How to exit from single-user mode in SQL Server database?
  • Convert UTC DateTime to different time zones in SQL Server
  • How To Get Day Of Week In SQL Server?
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. Learn more...
  • Home
  • About Us
  • Contact Us
  • Site Map
  • Terms Of Use
  • Privacy Policy
© 2012 - 2025 My Tec Bits. All Rights Reserved.