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.
Despite the critics of monoliths, they can be the best option when starting a new project. Check out in this post how to create a good monolith in ASP.NET Core using the Modular Monolith approach.
Object Relational Mapping is very common in web development, especially when there is a database involved because an ORM makes the development work much easier. In this article, we will see what an ORM is and how to implement it in a .NET application.
See how to quickly and simply implement a webpage to view the records of a database—with filtering, sorting and paging options—with the help of the Data Grid component available in Telerik UI for ASP.NET Core.
Benchmarking is an increasingly common topic in development because it allows companies to measure the performance of their applications, especially when new functions are added. Learn in this article how to implement benchmarking in a .NET application.