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