Labels

.NET (2) ALM (1) Appveyor (1) AST (1) CI (1) Continuous Integration (1) Excel (1) export (1) NuGet (1) Open Source (1) OpenXml (1) Parser (1) performance (1) Roslyn (1) software development (2) Visitor (1) С# (1)

Thursday, 31 March 2016

Owning a data format

When designing a software system, it's important to be  careful with the dependencies we are taking, especially those we don't own.
But what if we introduce a dependency which that is not so easily recognizable?

Thursday, 24 March 2016

Publishing a .NET project with Appveyor and NuGet

Creating a complete build system for an open source project with GitHub, versioning according to the Semantic Versioning ("semver") specification and publishing related NuGet packages on nuget.org, including a capability to publish pre-release packages suitable for a project with parallel releases.