Twitter is great to learn the news of your chosen interests, but sometimes your get stuck with an increasing amount of inactive friends who haven’t updated their status in ages.
EF Core Update Model on Database First Project
Developing a project using .NET Core and Entity Framework, using an existing database, does not come with a Model update wizard. But still, it doesn’t have to be a daunting task.
Using Windows Subsystem for Linux for cross-platform testing
WSL is a wonderful feature to perform cross-plataform testing without having to install 3rd party virtualization software or containers.
Generating PDF in .NET Core using Libreoffice
Looking for Nuget extensions to generate PDF output? Here’s an interesting option that uses templates in DOCX/HTML and performs the conversion.
Contract First Web Service Development in .NET
Working on information systems integration, often comes the task of implementing a Web Service following a previously defined contract.