Burgyn's blog

  • Posts
  • Tags
  • About
October 10, 2022

C# Source Generator

Čo to je? C# Source Generators boli predstavené ako novinka spolu s .NET 5. Jedná sa o formu meta programovania, kde na základe metadát môžeme strojovo generovať nový zdrojový kód....

September 14, 2022

Techband Meetups .NET Talks

29.9.2022 budem rozprávať na Techband Meetups: .NET Talks o C# Source Generators. C# Source Generators sú relatívna novinka v .NET ekosystéme. Umožňujú nám zbaviť sa mechanicky písaného kódu, ktorý sa...

June 01, 2022

Git find my commits

I keep this to myself here 😉 If you ever need to search for your commits, this command may come in handy: git log --format="commit %H%nAuthor: %an %ae%nDate: %ad%nTitle: %s%n"...

May 15, 2022

NUKE.Build skip the execution of the upcoming targets

NUKE.Build skip the execution of the upcoming targets We use NUKE.Build to build our projects. Sometimes we want to skip the execution of the upcoming targets. For example, if the...

April 12, 2022

CodeCon 2022 - C# Source Generators

Roslyn C# Source Generators Rád vás všetkých uvidím na najväčšom stretnutí vývojárskej IT komunity na Slovensku. CODECON predstaví už po ôsmykrát skvelú výberovku inšpiratívnych noviniek v oblasti vývoja, architektúry, integrácií...

← → 2
© 2023 Miňo Martiniak

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