Convert string to char or char array in C#

In this article, I have mentioned how you can easily convert string to char array in C# using .ToCharArray() and Char.Parse using Console application example.

Generate and Read QR Code using C# in ASP.NET MVC

In this article, I have explained generating qr code in ASP.NET MVC C# using ZXing.net library and how to decode the QR code again into plain text.Also explained generating QR code in C# using HTML helper in Razor.

Barcode generator in C# ( and how to read barcode )

In this article, I have provided sample code, which you can use in C# MVC or Win-Form or any other C# app to generate barcode Type 128 / UPCA/ 11 and read barcode in C#.

Using Google Translate to translate language using HTML- Javascript.

In this article, I have provided step by step procedure to add google translate on a website to translate languages using HTML and Javascript.

How to Create database in sql server management studio (With Insert/Delete)

In this article, I have provided step by step details with images about how to create a database in sql server using SQL Server management studio easily.

Form validation in javascript

In this article, I have provided complete step by step procedure to validate form in javascript, without using any external library.

How to create mailto html anchor tag link? (Including subject, body)

In this short article, I have explained how you can create a email link in html using mailto html format in anchor tag, with and without including subject to open default email program of user.

Creating nested tables in HTML ( Example with code)

In this article, I have provided code sample to create nested HTML tables, means how to create layout with table tag inside table in HTML.

Creating sticky header on scroll using CSS

In this article, I have explained how you can create a sticky header navigation bar on scroll using CSS easily and how to create sticky div on scroll using plain Javascript.

Download and Install IIS URL Rewrite (With Usage Example)

In this article, I have mentioned how we can download and install IIS URL rewrite which can be helpful in creating rules.

Page 33 of 56