add <<archived>> tag to imported posts

This commit is contained in:
Lukasz Skotarek 2020-04-02 17:16:02 +02:00
parent 5fac3f41ad
commit 83f14c8497
23 changed files with 23 additions and 0 deletions

View file

@ -4,6 +4,7 @@ author: dreat
layout: post
published: true
post_date: 2017-06-23 21:22:01
tags: [archived]
---
While using EntityFramework in my integration tests (which is a separate topic ;) ) I discovered quite interesting thing. I guess this may be obvious to some, but I learned Entity "the hard way" jumping into an app with Entity already in place and had to adapt - this was my first app with a database by the way.