Showing posts with label Open Source. Show all posts

A New Year, A New Version of NMoneys

 
event

It is not a coincidence that there is a new release of NMoneys around the New Year.

Countries usually take advantage of this hard change to perform drastic changes in their monetary systems and so it is up to NMoneys to catch up with reality.

This year, however, there is so much more...

share
comment
  class ,

NMoneys serialization gets a lifting

 
event

After migrating NMoneys (and NMoneys.Exchange) to support .NET Core it is time to lend a little love to the support for serialization via third-party serialization libraries.

This support operates in a very different way than the usual: 1. install package 2. some library is referenced 3. time to code against that library as it comes in the shape of source code that are added to your solution and compiled as part of it.

share
comment
  class , ,

Migrating libraries to .NET Core. Post-mortem 2

 
event

I have already gone through some of the choices I considered when porting my Open Source Libraries to support the .NET Core platform.

Let's dive into details of each of them, as each has its own peculiarities.

share
comment
  class , ,

Got change?

 
event

This is a honest question for which, fortunately, there is an answer now.
I am sure that there was one before, but sure as well that NMoneys could not provide an answer easily.

Until now.

share
comment
  class ,

Migrating libraries to .NET Core. Post-mortem 1

 
event

I recently went about the task of migrating most of my OSS libraries to the "new" .NET Core platform.

I would like to share with others some of the choices I made and the motivations I had. Besides, I also want to reflect about the pains and gains of doing so.

share
comment
  class , ,

NMoneys and MongoDB

 
event

MongoDB is a public favorite of mine. It was the first document database I worked with and despite their quirks (less and less as time passes) I can strongly recommend to have a look to it when you are searching for a server-based, solid document database.

share
comment
  class ,

nMoneys Moves Forward…

 
event

…by looking into the past.

Because that is what it should be considered when it stops supporting a version that is 7 years, 5 months and 2 days old; for one that is 5 years and 9 days.

share
comment
  class ,

RavenDB Indexes While Developing

 
event

At work, my team and I have been working with RavenDB for quite some time.

Despite some people objections, the team usually shares a single development database. There is still the occasional “I made this breaking change… Guys! Get latest!!” but happens quite rarely.