<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Programming on Clemens Meinhart</title>
    <link>https://clemens.meinhart.one/tags/programming/</link>
    <description>Recent content in Programming on Clemens Meinhart</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 10 Jul 2017 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://clemens.meinhart.one/tags/programming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ASP.Net Core Services Solution or Where should I put my stuff??</title>
      <link>https://clemens.meinhart.one/blog/2017-07-10-webservices_solution/</link>
      <pubDate>Mon, 10 Jul 2017 00:00:00 +0000</pubDate>
      <guid>https://clemens.meinhart.one/blog/2017-07-10-webservices_solution/</guid>
      <description>&lt;p&gt;Recently I got into rewritting a ASP .Net framework webservice, that grants access to various parts of a large multiple-processes-system. Not like your typical CRUD entries in database stuff, but actually remote controlling processes. Many of the typical guides one finds online do not relate in the slightest to this stuff.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RAII</title>
      <link>https://clemens.meinhart.one/blog/2015-10-20-raii/</link>
      <pubDate>Tue, 20 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://clemens.meinhart.one/blog/2015-10-20-raii/</guid>
      <description>&lt;p&gt;RAII - short for &lt;a href=&#34;https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization&#34;&gt;Resource Acquisition Is Initialization&lt;/a&gt; - is one of my favorite programming idioms.&#xA;In C++, it is very useful to bind resources to the lifetime of objects. Obvious use cases are of course locks and handling heap resources. Every basic RAII example out there will showcase one or the other.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
