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

.Net

Articles related to .Net technologies like ASP.NET, C#, VB.NET, etc..

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

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

Error: ‘SqlConnection’ could not be found in the namespace (Solved)

Dec 11, 2020 by Beaulin Twinkle
SqlConnection Could Not Be Found

Error CS1069 The type name ‘SqlConnection’ could not be found in the namespace ‘System.Data.SqlClient’. This type has been forwarded to assembly ‘System.Data.SqlClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ Consider adding a reference to that assembly.

Categories .Net Tags .NET 5, .NET Core, C# (C Sharp), Visual Studio, Visual Studio 2019 9 Comments

How to execute an SQL Server stored procedure from a C# program?

Dec 11, 2020 by Beaulin Twinkle
Execute An SQL Server Stored Procedure From A C# Program

Today, let us see how to execute an SQL Server Stored Procedure from a C# program.

Categories .Net, SQL Server Tags C# (C Sharp), SQL Server 2019, Visual Studio 2019 Leave a comment

How to compare contents of two files in Visual Studio Code?

Sep 4, 2020Sep 2, 2020 by Beaulin Twinkle
compare contents of two files in Visual Studio Code

Lately I got questions asking for a quick lightweight tool to compare code files. Even though there are several tools available in the market, I use Visual Studio Code to quickly compare contents of two files.

Categories .Net Tags Visual Studio Code 6 Comments

Using Bootstrap Table With GridView In ASP.NET

Jul 31, 2019May 25, 2018 by Beaulin Twinkle
Bootstrap Table With GirdView - Header styling

Trick for using bootstrap table with GridView in ASP.NET web forms. You can use bootstrap table classes in GridView in web form with some additional setting.

Categories .Net, Internet & Web Dev., Microsoft, Twitter Bootstrap Tags ASP.NET, ASP.NET Web Forms, Bootstrap 4, Tips, Visual Studio, Visual Studio 2017 2 Comments

How To Make .NET Application To Run As Administrator

May 9, 2018 by Beaulin Twinkle
.NET App To Run As Administrator - UAC Prompt

How to force a .Net application to run as administrator on windows? Here is step by step illustration to force a dot net client server application to run as administrator and the trick to bypass UAC prompt while launching it.

Categories .Net, Windows Tags Visual Studio, Visual Studio 2017, Windows 10 Leave a comment

Returning Multiple Values From A function in C#

Aug 25, 2022Apr 26, 2018 by Beaulin Twinkle
Return Multiple Values From A Function

How to return multiple values from a function in c#. Here are few of the methods for returning multiple values from a c# function with examples.

Categories .Net Tags C# (C Sharp), C# 7.0 (C Sharp), Visual Studio, Visual Studio 2017 Leave a comment

Combining URLs or URIs in ASP.NET

Nov 2, 2018Feb 11, 2018 by Beaulin Twinkle
Combining URLs in ASP.NET

How to combine URLs or URIs in ASP.NET? Best way for joining or combining URLs or URIs in razor or c# in ASP.NET.

Categories .Net Tags ASP.NET Leave a comment

How To Write Data Into CSV File In c#?

Aug 18, 2018Oct 20, 2017 by Beaulin Twinkle
Write Data Into CSV C# Sample Code

How to create a .CSV file in C# ? Creating csv file from c# application is quiet simple. Here are the methods to do it. Write data into csv file in c#.

Categories .Net Tags C# (C Sharp) Leave a comment

HTTP Error 404.13 – Not Found: deny a request that exceeds the request content length

Aug 18, 2018Oct 14, 2017 by Beaulin Twinkle
HTTP Error 404.13

Solution for HTTP Error 404.13 – Not Found: The request filtering module is configured to deny a request that exceeds the request content length.

Categories .Net, IIS Tags ASP.NET, IIS 7, IIS 7.5, IIS10 Leave a comment

ASP.NET Core Razor Tag Helper IntelliSense in Visual Studio 2017

Jul 31, 2019Jun 27, 2017 by Beaulin Twinkle
Razor Tag Helper IntelliSense 01

How to activate ASP.NET Core Razor Tag Helper IntelliSense in Visual Studio 2017? Steps to install Razor Language Service extension for activating IntelliSense in Tag Helpers.

Categories .Net Tags ASP.NET Core, ASP.NET Core MVC, Core MVC 1, Razor, Visual Studio, Visual Studio 2017 Leave a comment

Using Bootstrap In ASP.NET Core MVC

Jul 31, 2019Jun 23, 2017 by Beaulin Twinkle
Bootstrap In ASP.NET Core MVC 03a

Simple illustration for using Bootstrap In ASP.NET Core MVC. Using bower package manager you can install and update Bootstrap 4 in MVC Core application.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags .NET Core, ASP.NET Core, ASP.NET Core MVC, Bootstrap 4, Core MVC 1 5 Comments

Using Bootstrap In ASP.NET GridView

Jul 31, 2019Jun 15, 2017 by Beaulin Twinkle
Bootstrap In ASP.NET GirdView 04

Tricks for using bootstrap in ASP.NET GridView in web forms. You can use bootstrap table classes in GridView in web form with some additional setting.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, ASP.NET Web Forms, Bootstrap 3, Visual Studio, Visual Studio 2017 3 Comments

Zurb Foundation 6 with ASP.NET Core MVC – Step by Step

Jan 27, 2021May 20, 2017 by Beaulin Twinkle
Zurb Foundation 6 with ASP.NET Core MVC 18

Step by step instructions for creating Core MVC web application using Zurb Foundation 6 user interface framework. Foundation 6 with ASP.NET Core MVC 1.

Categories .Net, Internet & Web Dev., Zurb Foundation Tags ASP.NET, ASP.NET Core, ASP.NET Core MVC, C# (C Sharp), Core MVC 1, MVC, Visual Studio, Visual Studio 2017 7 Comments

How To Add Bootstrap In ASP.NET (MVC & Web Forms)

Jul 31, 2019Apr 20, 2017 by Beaulin Twinkle
Add Bootstrap In ASP.NET MVC 28

How to add bootstrap in ASP.NET Web Forms and MVC projects? Step by step instruction for adding bootstrap UI framework in ASP.NET web projects.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, ASP.NET Web Forms, Bootstrap 4, MVC, MVC 5, Visual Studio, Visual Studio 2017, Web Site 20 Comments

Bootstrap 3 With MVC 5 And Entity Framework 6 Database First

Jan 7, 2019Aug 18, 2016 by Beaulin Twinkle
Bootstrap3 with ASP.NET MVC5 and EF6

Bootstrap 3 With MVC 5 And Entity Framework 6: Step by step instruction for creating ASP.NET MVC 5 with EF 6 web application using Bootstrap 3

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, C# (C Sharp), Entity Framework, MVC, MVC 5, Visual Studio, Visual Studio 2015, Web Site 9 Comments
Older posts
Page1 Page2 … Page4 Next →

Article Categories

  • Android (2)
  • Apple (20)
    • macOS (20)
  • Internet & Web Dev. (142)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (73)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (2)
  • Microsoft (292)
    • .Net (64)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (205)
    • Windows (23)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (4)
  • Reviews (10)

Recent Articles

  • How to make SQL script to sleep? Jan 13, 2023
  • How to make a PHP script to sleep? Dec 30, 2022
  • Merging two dictionaries in Python Dec 29, 2022
  • merge two lists using unpacking method in Python Dec 12, 2022
  • How to sort a dictionary by its value in python? Dec 2, 2022
  • The Benefits and Drawbacks of .NET Development Nov 16, 2022
  • Converting bytes to a string in Python Nov 12, 2022
  • How to prevent connection pool problems between ASP.NET and SQL Server? Oct 27, 2022
  • How to calculate Mode in PHP? Sep 16, 2022
  • How to calculate Median in PHP? Sep 15, 2022

Subscribe MyTecBits.com

Online Tools

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

Popular Articles

  • SQL Server: Concatenate Multiple Rows Into Single String
  • How to compare contents of two files in Visual Studio Code?
  • How To Get Day Of Week In SQL Server?
  • Getting The List Of Column Names Of A Table In SQL Server
  • SQL Server: Search and Find Table by Name
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 - 2023 My Tec Bits. All Rights Reserved.