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

.Net

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

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#, Visual Studio, Visual Studio 2019 8 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#, 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#

Apr 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# 7.0, 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# 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#, 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 18 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#, Entity Framework, MVC, MVC 5, Visual Studio, Visual Studio 2015, Web Site 9 Comments

ViewModel vs ViewData vs ViewBag vs TempData vs Session in MVC

Aug 7, 2021Jul 28, 2016 by Beaulin Twinkle
ViewModel vs ViewData vs ViewBag vs TempData vs Session in MVC

When to use ViewModel, ViewData, ViewBag, TempData or Session in MVC? What are the similarities & differences? ViewModel vs ViewData vs ViewBag vs TempData.

Categories .Net Tags ASP.NET, MVC, MVC 4, MVC 5 9 Comments

Using DNN Visual Studio Project Template

Aug 18, 2018Jul 22, 2016 by Beaulin Twinkle
DNN Visual Studio Project Template 01

Installing and using the DNN visual studio project template for developing web application modules for Dotnetnuke

Categories .Net, DNN, Internet & Web Dev. Tags CMS, Content Management System, DotNetNuke, Visual Studio, Visual Studio 2013, Visual Studio Web Express, Web Site Leave a comment

Free or Highly Discounted Microsoft Development Tools

Jan 27, 2021Mar 5, 2015 by Beaulin Twinkle
Microsoft Development Tools

Some useful options to get and use free or highly discounted Microsoft development tools and software. Microsoft is providing lot of free and discounted development tools for budding developers.

Categories .Net, Microsoft, SQL Server Tags Visual Studio Leave a comment

MVC with Bootstrap: Razor vs jQuery vs KnockoutJS

Aug 18, 2018Feb 8, 2015 by Beaulin Twinkle
My Tec Bits

Razor view engine vs jQuery vs KnockoutJS: Which one is best for my requirement? Which one to select Razor vs jQuery vs KnockoutJS.

Categories .Net, Internet & Web Dev., Jquery, Twitter Bootstrap Tags ASP.NET, Knockout.js, MVC, MVC 4, Visual Studio, Visual Studio Web Express, Web Site 1 Comment

Setting Up DNN Module Development Environment

Jan 7, 2019Jun 8, 2014 by Beaulin Twinkle
DNN Module Devevelopment Environment

Setting up a (DotNetNuke) DNN Development Environment for developing DNN Modules

Categories .Net, DNN, Internet & Web Dev. Tags CMS, Content Management System, DotNetNuke, Web Site 1 Comment
Post navigation
Older posts
Page1 Page2 Page3 Next →

Article Categories

  • Android (2)
  • Apple (19)
    • macOS (19)
  • Internet & Web Dev. (132)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (2)
    • Python (68)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (2)
  • Microsoft (282)
    • .Net (59)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (199)
    • Windows (23)
  • Networks And Distributed Systems (2)
  • Oracle (6)
    • Java (2)
    • Oracle Database (4)
  • Others (4)
  • Reviews (10)

Recent Articles

  • How to find whether the string contains a substring in Python? May 13, 2022
  • Reading XML file with PHP May 5, 2022
  • How to launch a PHP website on macOS? May 5, 2022
  • How to import a JSON file to a variable in Python? Apr 21, 2022
  • How to import a CSV file to a variable in Python? Apr 8, 2022
  • VirtualBox error NS_ERROR_FAILURE (0x80004005) on macOS Mar 24, 2022
  • How to perform an IF…THEN operation in SQL SELECT statement? Mar 18, 2022
  • How to update if row exists else insert in SQL Server Mar 13, 2022
  • How to update values in identity column in SQL Server? Mar 6, 2022
  • How to calculate median in SQL Server? Feb 20, 2022

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time 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?
  • SQL Server: Search and Find Table by Name
  • Find Indexes On A Table 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 - 2022 My Tec Bits. All Rights Reserved.