Burgyn's blog

  • Posts
  • Tags
  • About
January 16, 2020

Ako som začal používať Visual Studio Online (Cloud IDE)

Áno, naozaj som sa nepomýlil a mám na mysli Visual Studio Online. Nie akuálne DevOps, ktoré sa ešte nedávno presne rovnako menovalo (s rovnakou doménou). Asi mal Microsoft ešte stále...

December 16, 2019

ASP.NET Core ApplicationPart & EvilController 😱

Do you blindly trust third-party libraries? What if this package contains e.g. following code and you reference it in your ASP.NET Core project? [ApiController] [Route("[controller]")] public class EvilController : ControllerBase...

December 06, 2019

DateTimeProvider for unit testing

When writing unit tests, you probably met with the question of how to test the method, the calculation of which is dependent on DateTime.Now. DateTime.Now always returns a new value...

October 06, 2019

Deconstructors for non tuple types in C# 7.0 (SK)

O tupple a o tom ako ich rozložiť v C# 7.0 sa popísalo veľa. Napríklad … Táto funkčnosť je super. Málokto však vie, že je možné rozkladať aj štandardné triedy,...

October 06, 2019

Deconstructors for non tuple types in C# 7.0

There are a lot of articles about tupple and how to deconstruct them. See example This funcionality is great. However, only a few knows that even class can be deconstructed,...

← 8
© 2023 Miňo Martiniak

A blog about everything possible and impossible that dotnet developer face every day.