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-04-08 07:00:54
tags: [archived]
---
<p style="text-align: center;"><em>This is Today I Learned - some nice things I learned, too short to be valid blog post, but too important/interesting/etc to not be written down</em></p>
While exposing classes to WCF service, you have to use <em>[DataContract]</em> (for class) and <em>[DataMember]</em> (for properties) attributes. Or do you?