2020-12-312022-01-04.net C# Line Reader Sometimes I’ll get a text file to parse, where it’s too big […]
2020-12-282022-01-04.net Dependency Injection in Console Application With ASP.NET, you get built-in dependency injection. In a console application, it’s […]
2020-12-232022-01-04.net LINQ Group By GROUP BY syntax in LINQ is a little bit different from SQL, […]
2020-12-172022-01-04.net GZip in .NET GZip in .NET is really simple and straightforward. Below you can find […]
2020-12-122022-01-03.net SCSS in ASP.NET If you’re not using something like WebPack or Gulp, but still want […]
2020-12-122022-01-03.net DotNet CLI Don’t be afraid of using the .NET CLI and skipping Visual Studio. […]
2020-12-092022-01-03.net C# Record Serialization With .NET 5, you get a new concept called record. Lots of […]