Hotel Master Hide Booking Button

General
September 26, 2025 / Comments Off on Hotel Master Hide Booking Button
read more

Windows

General
August 20, 2025 / Comments Off on Windows
read more

Financial Stress Javascript Humor

General
August 6, 2025 / Comments Off on Financial Stress Javascript Humor
read more

C# Visual Studio – Change the AppName on Build

General

Here’s how to automatically rename your .exe file during build in a C# WinForms (or any .NET Framework) project: Post-build Rename (with dynamic value) Inside Visual Studio:

July 30, 2025 / Comments Off on C# Visual Studio – Change the AppName on Build
read more

C# Template – Migration

General

A Laravel-inspired migration builder for C# WinForms using MySQL. It provides a fluent, intuitive way to manage your database schema through code using MigrationBase, TableBuilder, and ColumnBuilder. Base Class: BaseMigration All migrations should inherit from MigrationBase, which defines the structure and tools needed for schema operations. TableBuilder Usage Used inside CreateTable() to fluently define columns: Example: Available Column Types: Type Method Description Int(name, len) Integer column String(name, len) VARCHAR column Timestamp(name) TIMESTAMP column Boolean(name) TINYINT(1) for true/false values Date(name) Date column DateTime(name) DateTime column Decimal(name, len) Decimal column ColumnBuilder Chainable Methods Each column can be configured using these methods: Method Description PrimaryKey() Sets column as the primary key AutoIncrement() Auto-increment integer Unique() Adds a UNIQUE constraint Default(value) Sets a default value for the column Creating a Migration Step 1: Create a Migration Class Step 2: Run Migration You can manage migrations via your custom migration runner. Here’s an example that runs during LoginForm_Load() and only fires if it’s fired using F5 from Visual Studio: Best Practices

July 22, 2025 / Comments Off on C# Template – Migration
read more

C# Template – Custom Query in Model

General
July 9, 2025 / Comments Off on C# Template – Custom Query in Model
read more

C# Template – Cryptograph Usage

General
July 9, 2025 / Comments Off on C# Template – Cryptograph Usage
read more

C# Template – Model Usage

General
July 8, 2025 / Comments Off on C# Template – Model Usage
read more

C# Template – Validator Usage

General
July 8, 2025 / Comments Off on C# Template – Validator Usage
read more

C# Template – BaseClass.cs Usage

General
July 8, 2025 / Comments Off on C# Template – BaseClass.cs Usage
read more

Posts pagination

Previous 1 2 3 4 5 Next