Syntax Highlightning for Textarea (HTML)
Using textarea (HTML) as code editor with syntax highlighting support.
Using textarea (HTML) as code editor with syntax highlighting support.
Convert Website Into Android Web App in WebView With Support of Upload/Downlaod
A tool to prevent spam bot
Using CKEditor 5 + Highlight.js in ASP.NET. CKEditor is a HTML editor. Highlight.js is a syntax highlighting tool.
An introduction of how to convert rows from MySQL into C# class object.
List of Free Wordpress Themes
The Fetch API is a modern interface that allows making HTTP requests to servers from web browsers. It has been largely replacing AJAX.
Protecting password by using salted password hashing.
An Easier Way to Use MySQL in C#. Save efforts and time for C# coding with MySQL.
A quick and simple demonstration of performing debugging in Visual Studio C#
List of commonly used shortcut keys while coding of C# and ASP.NET with Visual Studio
A simple tutorial of C# Dictionary. Basic functionality explained.
An introduction and explanaining the usage of C# List in details. Demo with ASP.NET WebForms.
Accelerate the Development With MySQL in C#.
MySqlExpress aims to encourage rapid application development and simplified the implementation of MySQL in C#.
Generate PDF from HTML with MS Edge.
Use MS Edge as PDF Generator to Convert HTML to PDF.
Convert BBCode to HTML in C#.
Easily route all pages at once in single line.
A quick and easy way to route all pages in ASP.NET WebForms.
Build HTML table dynamically with Javascript (AJAX).
Use Javascript (AJAX) to build HTML table dynamically at client side.
Replacing GridView with dynamic HTML Table in ASP.NET WebForms.
A comparison of approaches of doing a table in ASP.NET WebForms
Tips more on CSS
Introducing a few basic HTML tutorial video
A C# console program that will convert default character set of all database and tables to utf8mb4 and collation of utf8mb4_general_ci.
The idea is to build a project in .NET Core and publish it as Linux package. MySqlBackup.NET is an open source .NET Library (C#/VB.NET) to backup & restore MySQL database. Here, we’re looking into how MySqlBackup.NET can be run on CentOS/Linux to perform backup & restore of MySQL database. We can test this out with…
This tutorial explains how to install MySQL version 8 on a CentOS 8 server. The origin of this tutorial/article was written by Mark Drake from DigitalOcean.com (Updated on March 19, 2020) at https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-8 Introduction MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It implements the relational model and Structured…
Having a freeze pane effect on HTML Table. Freeze/Fixed/Frozen the Columns and Rows in HTML Table by using CSS. This work was inspired by an article written by Manish Malviya, and I would like to thank for his sharing of freezing the table rows columns at https://blogs.perficient.com/2021/01/18/freezing-row-and-column-in-html-table-using-css/ Video Walkthrough Guide Examples Example 1: As shown…
HTML CSS table cell styling for manipulating the data format in Excel. Very useful for publishing an Excel document for download. Attribute Description mso-number-format:”0″ NO Decimals mso-number-format:”0.000″ 3 Decimals mso-number-format:”#,##0.000″ Comma with 3 dec mso-number-format:”mm/dd/yy” Date7 mso-number-format:”mmmm\ d,\ yyyy” Date9 mso-number-format:”m/d/yy\ h:mm\ AM/PM” D -T AMPM mso-number-format:”Short Date” 01/03/1998 mso-number-format:”Medium Date” 01-mar-98 mso-number-format:”d-mmm-yyyy” 01-mar-1998 mso-number-format:”Short…
Welcome VS 2022. We’re happy to have you here. Great work guys. Let’s start the engine. Download Visual Studio 2022: https://visualstudio.microsoft.com/ Launch Event News: https://devblogs.microsoft.com/visualstudio/visual-studio-2022-now-available/ Official Launch Video: https://visualstudio.microsoft.com/launch/ Youtube Launch Event Video:
An open source simple, portable & lightweight ASP.NET web server. Supports .NET Framework 4.8.
MySqlDump and MySqlBackup.NET are both used to backup/restore MySQL database. Both can be used in C# (.NET) projects. This is a study specially made for the open source project MySqlBackup.NET. Date: Sep 24, 2021 This benchmark test was carried out in the following setup/environment/parameters: There are some other elements that have a great impact on…
A simple implementation of AES 256 bits Encryption in C#
Prevent [Enter] keypress for accidentally submitting the form.
From MySQL 8.0, utf8mb4 is the default character set, and the default collation for utf8mb4 is utf8mb4_0900_ai_ci.
Fixing password error between old & new version of MySQL server.
Programming has infinite of possibilities
Let’s say we have a DataTable with the following columns:
everything you need to know to get started as a C# Programming
C# tutorial for beginners: Get up & running with C# and code in just 1 hour! No prior knowledge needed. by Mosh Hamedani.