Categories
Articles Technology

.NET 6.0 console app – Configuration, tricks and tips

[source] One of the biggest .NET benefits is the flexibility and the portability of its features.As ASP.NET Core relies on the IHostBuilder, we can do the same with a classic console application.This approach will help us to have a basic infrastructure in our application, including the support for logging, dependency injection, app settings and so on. […]

Categories
Articles Technology

7 Repos I Didn’t Know I Needed for Front-End

Less talked about repositories that will help you build better things faster. We live in an era where comprehensive tools and resources are just a few taps away and fortunately, most of them are free. Discovering new tools and easier ways to execute tedious or complex tasks makes everyone happy, especially developers. However, sometimes we […]