Assis Zang is a software developer from Brazil, developing in the .NET platform since 2017. In his free time, he enjoys playing video games and reading good books. You can follow him at: LinkedIn and Github.
A world of possibilities—ASP.NET Core is one of the many features that make up .NET. Check out this first post of the “ASP.NET Core Basics” series for an overview of all the possibilities available in ASP.NET Core.
Dapper is the best-known micro-ORM today thanks to its excellent performance. Check out how to create a .NET application and use Dapper to persist data.
Though many easy-to-use resources are available to help with refactoring, you may not know about them. Check out these 10 tips to help you with efficient refactoring.
Reading and writing data are common tasks in the routine of a .NET developer, but when the data source is a file, different from the traditional database, many doubts arise. Check in this blog post how to manipulate data in CSV files in a .NET application.