Unit Converter: A NuGet Library
Unit converter is a dot net package which can be downloaded from NuGet. Version 1.0.6 is the first version published in the Nuget. This package… Read More »Unit Converter: A NuGet Library
Unit converter is a dot net package which can be downloaded from NuGet. Version 1.0.6 is the first version published in the Nuget. This package… Read More »Unit Converter: A NuGet Library
This is the continuation of my previous blog. In this blog I will be demonstrating the setup using MongoDB and the RedisDB and work it… Read More »Enterprise Project Part 2: MongoDB
Adding the package At the Nuget Package manager window, type “unit converter”, the package is shown. Install and add to the class.
1 2 3 |
using Rez.Unit.Converter; |
Available Units… Read More »Unit Converter: Documentation
Microsoft Public License (MS-PL) This license governs use of the accompanying software. If you use the software, you accept this license. If you do not… Read More »Software License Details
As we already know that .Net Core is the successor of ASP.Net, the current version of .net core is 2.2.0-preview3 and the stable running version is… Read More ».Net Core Features. What is new?