<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lukas Behal</title>
    <description>A software blog of yet another .Net Developer.</description>
    <link>//lukasbehal.com</link>
    <atom:link href="//lukasbehal.com/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>StructureMap and Nested Containers in Asp.Net Core</title>
        <description>
          
          Yes, StructureMap uses Nested Containers under the hood when plugged into Asp.Net Core framework as a DI container of your choice. To prove that, have a look into the source code of DependencyInjection NuGet package which serves as an integration package. Here you view the code from the snippet below....
        </description>
        <pubDate>Sun, 15 Jul 2018 00:00:00 -0700</pubDate>
        <link>//lukasbehal.com/2018-07-15-StructureMap-in-AspNet-Core/</link>
        <guid isPermaLink="true">//lukasbehal.com/2018-07-15-StructureMap-in-AspNet-Core/</guid>
      </item>
    
      <item>
        <title>Debugging Protractor TypeScript tests with VS Code</title>
        <description>
          A quick setup guide - 
          At the moment, there are still not too many resources available online, highlighting the proper configuration of Protractor end-to-end tests written in TypeScript, especially when it comes to the debugging of the written tests. One useful guide I would recommend you to go through in the first place was written...
        </description>
        <pubDate>Fri, 16 Jun 2017 00:00:00 -0700</pubDate>
        <link>//lukasbehal.com/2017-06-16-ts-protractor-tests-debugging/</link>
        <guid isPermaLink="true">//lukasbehal.com/2017-06-16-ts-protractor-tests-debugging/</guid>
      </item>
    
      <item>
        <title>Enums in TypeScript Declaration files</title>
        <description>
          
          TLDR: Do not define your enums in your TypeScript Declaration (*.d.ts) files, ever. As a developer coming from a C# world I was dealing today with a rather strange error when implementing new functionality for one of our products. I had to implement couple of services, and while doing so,...
        </description>
        <pubDate>Mon, 22 May 2017 00:00:00 -0700</pubDate>
        <link>//lukasbehal.com/2017-05-22-enums-in-declaration-files/</link>
        <guid isPermaLink="true">//lukasbehal.com/2017-05-22-enums-in-declaration-files/</guid>
      </item>
    
  </channel>
</rss>
