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

Implementation

Breadcrumb

  • Home
  • Software Engineering
  • Implementation

Software Engineering

  • Agile
  • Concepts / Practices
  • Architecture / Design
  • Implementation
  • Tools
    • FR
    • EN

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

Using ADC MCP3008 with Windows 10 IoT

By aberteau | 1:43 PM CET, Tue January 02, 2018

In this tutorial, we will see how to read analog value with RPi3 using an Analog/Digital Converter MCP3008.

Windows 10 IoT
Raspberry Pi
  • Read more about Using ADC MCP3008 with Windows 10 IoT

Setting a base entity class to use with your favorite ORM

By aberteau | 12:10 AM CEST, Fri July 28, 2017
Source code of a base entity class to use with your favorite ORM like NHibernate or Entity Framework
NHibernate
Entity Framework
  • Read more about Setting a base entity class to use with your favorite ORM

How to log requests in ASP.NET WebAPI using OwinMiddleware

By aberteau | 10:30 PM CEST, Thu July 27, 2017
Some classes that allow to log requests in ASP.NET WebAPI using OwinMiddleware
ASP.Net WebAPI
Owin
OwinMiddleware
  • Read more about How to log requests in ASP.NET WebAPI using OwinMiddleware

Extract metadata and links from HTML page using HtmlAgilityPack

By aberteau | 9:32 PM CEST, Thu July 27, 2017
In this tutorial, i will show you how to extract metadata and links from HTML page using HtmlAgilityPack
.Net
HtmlAgilityPack
  • Read more about Extract metadata and links from HTML page using HtmlAgilityPack

Integrate Philips Hue in your Android application

By aberteau | 6:52 PM CEST, Wed July 26, 2017
We will implements some components which allow Android applications to handle Philips Hue Lights.
Android Development
Philips Hue
Retrofit
Home automation
  • Read more about Integrate Philips Hue in your Android application

Export short messages conversation to DocX document

By aberteau | 2:40 AM CEST, Wed July 26, 2017
Some classes to generate DocX document with DocX lib
.Net
DocX
  • Read more about Export short messages conversation to DocX document

Integrate Firebase Cloud Messaging in your .Net Application

By aberteau | 2:04 AM CEST, Wed July 26, 2017
Some classes to integrate Firebase Cloud Messaging in your .Net Application
Firebase Cloud Messaging
.Net
  • Read more about Integrate Firebase Cloud Messaging in your .Net Application

Extension methods around DataRecord (DbNull and column name support)

By aberteau | 12:40 AM CEST, Wed July 26, 2017
Extension methods around DataRecord for DbNull and column name support
SqlClient
.Net
  • Read more about Extension methods around DataRecord (DbNull and column name support)

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
Pagination
  • Current page 1
  • Page 2
  • Next page ››
  • Last page Last »
Subscribe to Implementation

Footer menu

  • Contact

Copyright © 2026 Amael BERTEAU - All rights reserved