Skip to content
adriancs.com

adriancs.com

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

c#

Using hCaptcha in ASP.NET Web Forms
ASP.NET WebForms | C#

Using hCaptcha in ASP.NET Web Forms

Byadriancs February 1, 2023February 3, 2023

A tool to prevent spam bot

Read More Using hCaptcha in ASP.NET Web FormsContinue

MySqlExpress – Convert Rows from MySQL into C# Class Objects
C# with MySQL

MySqlExpress – Convert Rows from MySQL into C# Class Objects

Byadriancs January 9, 2023January 9, 2023

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

Read More MySqlExpress – Convert Rows from MySQL into C# Class ObjectsContinue

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

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

Byadriancs December 22, 2022December 31, 2022

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

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

Simple C# Debug Technique in Visual Studio
C#

Simple C# Debug Technique in Visual Studio

Byadriancs December 19, 2022December 31, 2022

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

Read More Simple C# Debug Technique in Visual StudioContinue

Frequently Used Shortcut Key for Visual Studio Code Editing
C#

Frequently Used Shortcut Key for Visual Studio Code Editing

Byadriancs December 18, 2022December 19, 2022

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

Read More Frequently Used Shortcut Key for Visual Studio Code EditingContinue

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

C# Dictionary – A Quick & Simple Explanation for Beginners

Byadriancs December 16, 2022December 17, 2022

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

Read More C# Dictionary – A Quick & Simple Explanation for BeginnersContinue

C# List in ASP.NET – Tutorial for Beginners
C#

C# List in ASP.NET – Tutorial for Beginners

Byadriancs December 16, 2022January 11, 2023

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

Read More C# List in ASP.NET – Tutorial for BeginnersContinue

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

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

Byadriancs December 8, 2022December 27, 2022

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

Read More MySqlExpress – Simplifies The Usage of MySQL in C#/.NETContinue

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

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

Byadriancs December 2, 2022January 3, 2023

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

Read More Convert HTML to PDF by Using Microsoft Edge in ASP.NETContinue

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

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

Byadriancs November 19, 2022December 17, 2022

Convert BBCode to HTML in C#.

Read More BBCode.NET for ASP.NET – Convert BBCode to HTMLContinue

Automatic Route All Pages in ASP.NET WebForms
ASP.NET WebForms

Automatic Route All Pages in ASP.NET WebForms

Byadriancs November 14, 2022December 17, 2022

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

Read More Automatic Route All Pages in ASP.NET WebFormsContinue

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

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

Byadriancs November 12, 2022December 30, 2022

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

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

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

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

Byadriancs November 11, 2022December 19, 2022

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

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

Bob Tabor – C# Fundamentals for Beginners
C#

Bob Tabor – C# Fundamentals for Beginners

Byadriancs August 2, 2022March 21, 2023

.

Read More Bob Tabor – C# Fundamentals for BeginnersContinue

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

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

Byadriancs April 1, 2022December 17, 2022

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

Read More [C#] Easily Convert All MySQL Databases & Tables to utf8mb4Continue

C# AES 256 bits Encryption Library with Salt
C#

C# AES 256 bits Encryption Library with Salt

Byadriancs September 24, 2021December 20, 2022

A simple implementation of AES 256 bits Encryption in C#

Read More C# AES 256 bits Encryption Library with SaltContinue

Bro Code – C# Full Course for free
C#

Bro Code – C# Full Course for free

Byadriancs August 3, 2020March 21, 2023

Read More Bro Code – C# Full Course for freeContinue

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

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

Byadriancs August 1, 2020December 19, 2022

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

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

C# Tutorial For Beginners – Programming with Mosh
C#

C# Tutorial For Beginners – Programming with Mosh

Byadriancs August 1, 2020December 19, 2022

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

Read More C# Tutorial For Beginners – Programming with MoshContinue

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

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

Byadriancs August 1, 2020December 19, 2022

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

Read More Simple ASP.NET C# WebForms Project with MySQL – Introduction for BeginnerContinue

Backup MySQL Database in C# – MySqlBackup.NET
C# with MySQL

Backup MySQL Database in C# – MySqlBackup.NET

Byadriancs July 27, 2020December 17, 2022

Easily backup MySQL database in C#. An alternative for MySqlDump.

Read More Backup MySQL Database in C# – MySqlBackup.NETContinue

© 2023 adriancs.com - WordPress Theme by Kadence WP

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