IT & Digital Marketing Articles

Filtering posts by tag: .NET

Remove filter

January 26, 2022 John Hadzima 11 minute read

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.

.NET PDF

June 21, 2021 John Hadzima 11 minute read

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.

.NET two-factor authentication

March 18, 2019 John Hadzima 9 minute read

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...

.NET ASP.NET

April 09, 2018 John Hadzima 9 minute read

Thinking about delving into .NET Core? Read about our experience with migrating from EF 6 to EF Core 2.0 and what we learned.

.NET ASP.NET

August 20, 2017 John Hadzima 6 minute read

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...

.NET ASP.NET MVC

March 23, 2017 Tony Cortinas 4 minute read

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...

.NET

November 15, 2016 John Hadzima 15 minute read

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...

.NET Entity Framework ORM

Let's find what you're looking for