Tag: c#
All the articles with the tag "c#".
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.
C# vs VB.NET - My choice and why
Published: at 03:08 PMA comparison of C# and VB.NET, highlighting the reasons for choosing C# over VB.NET, including its certification, powerful features, less verbose syntax, and XML code documentation.