By aberteau , 20 April, 2021 UGV Platform - Premiers tests de la version XL Fin janvier 2021, je vous présentais le premier prototype de mon projet perso "UGV Platform" en action. (UGV Platform - Prototype 200407) Voici en avant-première les premiers tests du deuxième prototype. Cette fois-ci, on change d'échelle… 😉 Tags UGV Platform Raspberry Pi .Net
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 , 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 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 , 22 July, 2017 Handle MySQL data types with FluentMigrator Extension methods to handle MySQL data types with FluentMigrator Tags MySQL FluentMigrator .Net
By aberteau , 22 July, 2017 Handle MySQL data types with NHibernate mapping by code Some extension methods to handle MySQL data types with NHibernate mapping by code Tags NHibernate MySQL .Net
By aberteau , 21 July, 2017 Improve NHibernate QueryOver with Restrictions and ICriterion You will discover one of the techniques to centralize and produce more comprehensive code around NHibernate QueryOver. Tags NHibernate QueryOver .Net
By aberteau , 21 July, 2017 Improve NHibernate QueryOver with extension methods You will discover one of the techniques to centralize and produce more comprehensive code around NHibernate QueryOver. Tags NHibernate QueryOver .Net