Skip to main content
Amaël BERTEAU

Main navigation

  • Home
  • News
  • Software Engineering
  • Entrepreneuriat
  • Maker
  • Misc
  • Personal Projects
  • About me
    • Bio
    • Curriculum Vitae
    • Skills
    • Likes
    • My Values
    • Quotes
    • Favorite Books
    • Favorite Tools
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Software Engineering

Implementation

By aberteau , 11 November, 2020

Store Guid as BINARY(16) in MySQL with NHibernate

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

Tags

  • MySQL
  • NHibernate
  • .Net
By aberteau , 2 January, 2018

Using ADC MCP3008 with Windows 10 IoT

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

Tags

  • Windows 10 IoT
  • Raspberry Pi
By aberteau , 28 July, 2017

Setting a base entity class to use with your favorite ORM

Source code of a base entity class to use with your favorite ORM like NHibernate or Entity Framework

Tags

  • NHibernate
  • Entity Framework
By aberteau , 27 July, 2017

How to log requests in ASP.NET WebAPI using OwinMiddleware

Some classes that allow to log requests in ASP.NET WebAPI using OwinMiddleware

Tags

  • ASP.Net WebAPI
  • Owin
  • OwinMiddleware
By aberteau , 27 July, 2017

Extract metadata and links from HTML page using HtmlAgilityPack

In this tutorial, i will show you how to extract metadata and links from HTML page using HtmlAgilityPack

Tags

  • .Net
  • HtmlAgilityPack
By aberteau , 26 July, 2017

Integrate Philips Hue in your Android application

We will implements some components which allow Android applications to handle Philips Hue Lights.

Tags

  • Android Development
  • Philips Hue
  • Retrofit
  • Home automation
By aberteau , 26 July, 2017

Export short messages conversation to DocX document

Some classes to generate DocX document with DocX lib

Tags

  • .Net
  • DocX
By aberteau , 26 July, 2017

Integrate Firebase Cloud Messaging in your .Net Application

Some classes to integrate Firebase Cloud Messaging in your .Net Application

Tags

  • Firebase Cloud Messaging
  • .Net
By aberteau , 26 July, 2017

Extension methods around DataRecord (DbNull and column name support)

Extension methods around DataRecord for DbNull and column name support

Tags

  • SqlClient
  • .Net
By aberteau , 25 July, 2017

Backup MySQL Database by ASP.Net MVC Actions

You will discover how to add ASP.Net MVC Actions allowing to backup a MySQL database.

Tags

  • ASP.Net MVC
  • MySQL

Pagination

  • 1
  • Next page
Implementation
RSS feed
Powered by Drupal