class Programmer : IEnableMuch {
"Simplicity can't be bought later, it must be earned from the start" -- DB
Wednesday, October 23, 2019
Cannot GET /
›
I get that error when I create project on a junction directory This junction directory: C:\User\Developer\Codes points to: D:\dev-...
Sunday, June 3, 2018
Ternary all the things with C# 7
›
This code: object NHibernate.UserTypes.IUserType.NullSafeGet( System.Data.Common.DbDataReader rs, string[] names, NHibernate.Eng...
1 comment:
Friday, June 1, 2018
UTC all the things with NHibernate+DateTime + Postgres+timestamptz
›
Using Npgsql version 4.0, NHibernate can persist UTC using DateTime + timestamptz with ease. To do that, just pass the TimeZone=UTC to NHi...
2 comments:
Monday, May 28, 2018
Reason why NHibernate persist "wrong" data from DateTime property to timestamptz field
›
namespace TestNpgsql { using System; using Npgsql; using NpgsqlTypes; using System.Data; class Program { st...
Sunday, May 27, 2018
Persist UTC date correctly with NHibernate
›
I encountered a problem with NHibernate where the UTC date from a DateTime property is not correctly persisting to timestamptz. The utc 2018...
‹
›
Home
View web version