IT & Digital Marketing Articles
How to generate PDF documents in a .NET application is a fairly common question we run into. While there is no one best answer, John Hadzima will cover several successful approaches we have used internally.
Two-factor authentication should be a requirement for any public facing web application you develop. Here we discuss a case study on how we implemented 2FA with email in ASP.NET Core.
ASP.NET Core Identity provides a lot of functionality for managing your users with very little configuration required. Here we'll take a look at storing your user accounts in the application database leveraging ASP.NET Core Identity and using...
Thinking about delving into .NET Core? Read about our experience with migrating from EF 6 to EF Core 2.0 and what we learned.
The five principals of object oriented design (known by the acronym of SOLID) are a good rule of thumb to follow when designing software. In this article, we are going to concentrate on the “D” in SOLID, the Dependency Inversion Principle and how...
Marathon Consulting attended Umbraco's annual North American Conference, uWestFest 2017, in Denver Colorado. The Conference was a two day event March 16-17 and each day was filled with sessions ranging from ecommerce and efficiency to grid editors...
Entity Framework 6 is a stable and mature ORM that should be considered for most .NET applications. As an ORM, Entity Framework provides an abstraction layer between your code and the database freeing you of most of the database design concerns and...