Tag: .net
All the articles with the tag ".net".
Deploying Database Migrations in .NET Using FluentMigrator, TeamCity, and Octopus Deploy
Published: at 09:30 AMA practical guide to database migrations in .NET using FluentMigrator, covering challenges with existing databases, deployment strategies with Octopus Deploy and TeamCity, and overcoming migration complexities. This post provides insights into automation, version control, and structured schema changes for efficient database management.
A simple lightweight HTTP Request Library
Published: at 08:43 AMAn introduction to Unirest, a lightweight HTTP request library for .NET, including examples of basic POST requests and an overview of its features.
The lowdown on DateTime vs DateTimeOffset
Published: at 01:52 PMAn explanation of the differences between DateTime and DateTimeOffset in .NET, highlighting the advantages of using DateTimeOffset for timezone-aware date and time handling.
Why .NET developers should use NodaTime
Published: at 01:52 PMAn explanation of the benefits of using NodaTime for date and time handling in .NET applications, highlighting its advantages over the .NET date and time API.