Skip to content

adriancs.com

adriancs.com
  • Home
  • General
  • C#
  • ASP.NET WebForms
  • C# with MySQL
  • HTML, CSS, JS
  • Contact

Mobile App Development

Build a Simple Android Web App in WebView with Support of Download/Upload Feature

adriancs March 19, 2023 androidjavamobile appwebview

Convert Website Into Android Web App in WebView With Support of Upload/Downlaod

View More Build a Simple Android Web App in WebView with Support of Download/Upload Feature
ASP.NET WebForms C#

Using hCaptcha in ASP.NET Web Forms

adriancs February 1, 2023 asp.netc#hCaptcha

A tool to prevent spam bot

View More Using hCaptcha in ASP.NET Web Forms
ASP.NET WebForms HTML, CSS, JS

Using CKEditor 5 (with Code Block) + Highlight.js (output) in ASP.NET

adriancs January 14, 2023 asp.netckeditor5

Using CKEditor 5 + Highlight.js in ASP.NET. CKEditor is a HTML editor. Highlight.js is a syntax highlighting tool.

View More Using CKEditor 5 (with Code Block) + Highlight.js (output) in ASP.NET
C# with MySQL

MySqlExpress – Convert Rows from MySQL into C# Class Objects

adriancs January 9, 2023 c#mysql

An introduction of how to convert rows from MySQL into C# class object.

View More MySqlExpress – Convert Rows from MySQL into C# Class Objects
General

List of Free Multi-Purpose WordPress Theme

adriancs January 1, 2023 themewordpress

List of Free Wordpress Themes

View More List of Free Multi-Purpose WordPress Theme
HTML, CSS, JS

JavaScript Fetch API as Replacement for AJAX

adriancs December 26, 2022 htmljavascript

The Fetch API is a modern interface that allows making HTTP requests to servers from web browsers. It has been largely replacing AJAX.

View More JavaScript Fetch API as Replacement for AJAX
General

Salted Password Hashing – Doing it Right

adriancs December 22, 2022 encrypthashingpasswordsalt

Protecting password by using salted password hashing.

View More Salted Password Hashing – Doing it Right
C# with MySQL

MySqlExpress – To Encourage Rapid Application Development with MySQL in C#

adriancs December 22, 2022 c#mysqlmysqlexpressd

An Easier Way to Use MySQL in C#. Save efforts and time for C# coding with MySQL.

View More MySqlExpress – To Encourage Rapid Application Development with MySQL in C#
C#

Simple C# Debug Technique in Visual Studio

adriancs December 19, 2022 c#debugvisual studio

A quick and simple demonstration of performing debugging in Visual Studio C#

View More Simple C# Debug Technique in Visual Studio
C#

Frequently Used Shortcut Key for Visual Studio Code Editing

adriancs December 18, 2022 c#

List of commonly used shortcut keys while coding of C# and ASP.NET with Visual Studio

View More Frequently Used Shortcut Key for Visual Studio Code Editing
C#

C# Dictionary – A Quick & Simple Explanation for Beginners

adriancs December 16, 2022 c#

A simple tutorial of C# Dictionary. Basic functionality explained.

View More C# Dictionary – A Quick & Simple Explanation for Beginners
C#

C# List in ASP.NET – Tutorial for Beginners

adriancs December 16, 2022 c#

An introduction and explanaining the usage of C# List in details. Demo with ASP.NET WebForms.

View More C# List in ASP.NET – Tutorial for Beginners
C# with MySQL

MySqlExpress – Simplifies The Usage of MySQL in C#/.NET

adriancs December 8, 2022 asp.netc#mysqlmysqlexpress

Accelerate the Development With MySQL in C#.
MySqlExpress aims to encourage rapid application development and simplified the implementation of MySQL in C#.

View More MySqlExpress – Simplifies The Usage of MySQL in C#/.NET
ASP.NET WebForms

Convert HTML to PDF by Using Microsoft Edge in ASP.NET

adriancs December 2, 2022 c#pdf

Generate PDF from HTML with MS Edge.
Use MS Edge as PDF Generator to Convert HTML to PDF.

View More Convert HTML to PDF by Using Microsoft Edge in ASP.NET
ASP.NET WebForms

BBCode.NET for ASP.NET – Convert BBCode to HTML

adriancs November 19, 2022 bbcodec#

Convert BBCode to HTML in C#.

View More BBCode.NET for ASP.NET – Convert BBCode to HTML
ASP.NET WebForms

Automatic Route All Pages in ASP.NET WebForms

adriancs November 14, 2022 asp.netc#webforms

Easily route all pages at once in single line.
A quick and easy way to route all pages in ASP.NET WebForms.

View More Automatic Route All Pages in ASP.NET WebForms
ASP.NET WebForms C#

Part 2: GridView VS dynamic HTML Table (ASP.NET WebForms)

adriancs November 12, 2022 c#webforms

Build HTML table dynamically with Javascript (AJAX).
Use Javascript (AJAX) to build HTML table dynamically at client side.

View More Part 2: GridView VS dynamic HTML Table (ASP.NET WebForms)
ASP.NET WebForms

Part 1: GridView VS dynamic HTML Table (ASP.NET WebForms)

adriancs November 11, 2022 asp.netc#

Replacing GridView with dynamic HTML Table in ASP.NET WebForms.
A comparison of approaches of doing a table in ASP.NET WebForms

View More Part 1: GridView VS dynamic HTML Table (ASP.NET WebForms)
HTML, CSS, JS

Intermediate CSS Tips & Tutorial

adriancs October 3, 2022

Tips more on CSS

View More Intermediate CSS Tips & Tutorial
HTML, CSS, JS

Basic HTML Tutorial for Beginner

adriancs September 25, 2022 html

Introducing a few basic HTML tutorial video First thing first, here is a highly recommended specialized text editor for coding HTML: Visual Studio Code Download…

View More Basic HTML Tutorial for Beginner
C#

Bob Tabor – C# Fundamentals for Beginners

adriancs August 2, 2022 c#

.

View More Bob Tabor – C# Fundamentals for Beginners
C# with MySQL

[C#] Easily Convert All MySQL Databases & Tables to utf8mb4

adriancs April 1, 2022 c#mysql

A C# console program that will convert default character set of all database and tables to utf8mb4 and collation of utf8mb4_general_ci.

View More [C#] Easily Convert All MySQL Databases & Tables to utf8mb4
HTML, CSS, JS

Bob Tabor – Beginner’s Guide to JavaScript

adriancs March 21, 2022 javascript
View More Bob Tabor – Beginner’s Guide to JavaScript
C# with MySQL

Backup & Restore MySQL database on CentOS/Linux/Ubuntu in C# with MySqlBackup.NET

adriancs February 3, 2022

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…

View More Backup & Restore MySQL database on CentOS/Linux/Ubuntu in C# with MySqlBackup.NET
C# with MySQL

How To Install MySQL on CentOS 8

adriancs February 3, 2022

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…

View More How To Install MySQL on CentOS 8
HTML, CSS, JS

HTML Table – Freeze Row and Column with CSS

adriancs December 15, 2021

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…

View More HTML Table – Freeze Row and Column with CSS
HTML, CSS, JS

HTML Table Cell Styling for Excel by using “mso-number-format”

adriancs November 21, 2021

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…

View More HTML Table Cell Styling for Excel by using “mso-number-format”
C#

Visual Studio 2022 is Here

adriancs November 10, 2021

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

View More Visual Studio 2022 is Here
ASP.NET WebForms

CassiniDev – Portable ASP.NET Web Server

adriancs September 30, 2021

An open source simple, portable & lightweight ASP.NET web server. Supports .NET Framework 4.8.

View More CassiniDev – Portable ASP.NET Web Server
C# with MySQL

MySqlDump vs MySqlBackup.NET Performance Benchmark

adriancs September 24, 2021

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…

View More MySqlDump vs MySqlBackup.NET Performance Benchmark
C#

C# AES 256 bits Encryption Library with Salt

adriancs September 24, 2021 aesc#encrypt

A simple implementation of AES 256 bits Encryption in C#

View More C# AES 256 bits Encryption Library with Salt
HTML, CSS, JS

Prevent Enter Keypress on HTML Input

adriancs September 5, 2021

Prevent [Enter] keypress for accidentally submitting the form.

View More Prevent Enter Keypress on HTML Input
C# with MySQL

Set UTF8 as Default Character Set for MySQL 8.0

adriancs September 4, 2021

From MySQL 8.0, utf8mb4 is the default character set, and the default collation for utf8mb4 is utf8mb4_0900_ai_ci.

View More Set UTF8 as Default Character Set for MySQL 8.0
C# with MySQL

Authentication method ‘caching_sha2_password’ not supported by any of the available plugins

adriancs August 31, 2020

Fixing password error between old & new version of MySQL server.

View More Authentication method ‘caching_sha2_password’ not supported by any of the available plugins
General

Programming is an Art

adriancs August 18, 2020

Programming has infinite of possibilities

View More Programming is an Art
C#

Convert DataTable to List<> – C#

adriancs August 14, 2020

Let’s say we have a DataTable with the following columns:

View More Convert DataTable to List<> – C#
C#

Bro Code – C# Full Course for free

adriancs August 3, 2020 c#
View More Bro Code – C# Full Course for free
C#

C# Programming All-in-One Tutorial Series (6 HOURS!)

adriancs August 1, 2020 c#

everything you need to know to get started as a C# Programming

View More C# Programming All-in-One Tutorial Series (6 HOURS!)
C#

C# Tutorial For Beginners – Programming with Mosh

adriancs August 1, 2020 c#

C# tutorial for beginners: Get up & running with C# and code in just 1 hour! No prior knowledge needed. by Mosh Hamedani.

View More C# Tutorial For Beginners – Programming with Mosh
ASP.NET WebForms C# C# with MySQL

Simple ASP.NET C# WebForms Project with MySQL – Introduction for Beginner

adriancs August 1, 2020 c#

Source Code – Github: https://github.com/adriancs2/aspnet_mysql

View More Simple ASP.NET C# WebForms Project with MySQL – Introduction for Beginner

Posts navigation

Page 1 Page 2 Next page

Categories

  • ASP.NET WebForms
  • C#
  • C# with MySQL
  • General
  • HTML, CSS, JS
  • Mobile App Development
MySqlBackup.NET
MySqlExpress
SQLiteHelper.NET
ASP.NET GridView vs HTML Table
Github
Youtube
Facebook
Codeproject.com
adriancs.com | Designed by: Theme Freesia | WordPress | © Copyright All right reserved