<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: natrajanPillai</title>
    <description>The latest articles on DEV Community by natrajanPillai (@natrajanpillai).</description>
    <link>https://dev.to/natrajanpillai</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F466083%2F9239881c-8e13-479c-b391-0b26fb7b561d.png</url>
      <title>DEV Community: natrajanPillai</title>
      <link>https://dev.to/natrajanpillai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/natrajanpillai"/>
    <language>en</language>
    <item>
      <title>how does this gauge dev's capability to work on .NET Web app ?</title>
      <dc:creator>natrajanPillai</dc:creator>
      <pubDate>Fri, 05 Aug 2022 11:55:26 +0000</pubDate>
      <link>https://dev.to/natrajanpillai/how-does-this-gauge-devs-capability-to-work-on-net-web-app--25i3</link>
      <guid>https://dev.to/natrajanpillai/how-does-this-gauge-devs-capability-to-work-on-net-web-app--25i3</guid>
      <description>&lt;p&gt;Curious to know - how would the following piece of code gauge my ability to code a .NET API project. This is a genuine question. I did not know the answer, took me a minute after the interview. &lt;/p&gt;

&lt;p&gt;There was an error on the third line. Not sure if it was my IDE. Anywho any ideas.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;byte foo = 100; 
dynamic blue = foo;
Console.WriteLine(Type.GetType(blue));
blue += 100;
Console.WriteLine(Type.GetType(blue));
Console.ReadKey();

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
