Skip to header Skip to main navigation Skip to main content Skip to footer

User account menu

  • Log in
Amaël BERTEAU
Software Craftsman & Maker

Main navigation

  • Home
  • News
  • Software Engineering
  • Maker
  • Entrepreneuriat
  • Misc
  • Personal Projects
    • Bio
    • Curriculum Vitae
    • Skills
    • Likes
    • My Values
    • Quotes
    • Favorite Books
    • Favorite Tools

MySQL

Breadcrumb

  • Home
  • MySQL

Store Guid as BINARY(16) in MySQL with NHibernate

By aberteau | 7:34 PM CET, Wed November 11, 2020

Why use BINARY type to store a GUID ?

GUID is a 128-bit (16 bytes) integer number. 

In its canonical textual representation, GUID are represented as 32 hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens).

For example: 79d266c1-ca54-4bc9-9b0e-4a988fa1b1dc

MySQL
NHibernate
.Net
  • Read more about Store Guid as BINARY(16) in MySQL with NHibernate

Backup MySQL Database by ASP.Net MVC Actions

By aberteau | 11:36 PM CEST, Tue July 25, 2017
You will discover how to add ASP.Net MVC Actions allowing to backup a MySQL database.
ASP.Net MVC
MySQL
  • Read more about Backup MySQL Database by ASP.Net MVC Actions

Handle MySQL data types with FluentMigrator

By aberteau | 2:34 AM CEST, Sat July 22, 2017
Extension methods to handle MySQL data types with FluentMigrator
MySQL
FluentMigrator
.Net
  • Read more about Handle MySQL data types with FluentMigrator

Handle MySQL data types with NHibernate mapping by code

By aberteau | 2:14 AM CEST, Sat July 22, 2017
Some extension methods to handle MySQL data types with NHibernate mapping by code
NHibernate
MySQL
.Net
  • Read more about Handle MySQL data types with NHibernate mapping by code
Subscribe to MySQL

Footer menu

  • Contact

Copyright © 2026 Amael BERTEAU - All rights reserved