<?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: --Darkness--</title>
    <description>The latest articles on DEV Community by --Darkness-- (@tezzz2026).</description>
    <link>https://dev.to/tezzz2026</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%2F3876512%2Ff1be5baf-0fe0-480d-8dc7-c9d91e04b59c.png</url>
      <title>DEV Community: --Darkness--</title>
      <link>https://dev.to/tezzz2026</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tezzz2026"/>
    <language>en</language>
    <item>
      <title>I made my first NuGet Package</title>
      <dc:creator>--Darkness--</dc:creator>
      <pubDate>Mon, 13 Apr 2026 11:47:34 +0000</pubDate>
      <link>https://dev.to/tezzz2026/i-made-my-first-nuget-package-4h4d</link>
      <guid>https://dev.to/tezzz2026/i-made-my-first-nuget-package-4h4d</guid>
      <description>&lt;p&gt;After going back to &lt;a href="https://dotnet.microsoft.com/en-us/languages/csharp" rel="noopener noreferrer"&gt;Csharp&lt;/a&gt; just a week ago, For my first project I decided to make a library to make a simple configuration language that's easy to serialize and deserialize. So I came up with &lt;strong&gt;TSCL&lt;/strong&gt; or &lt;em&gt;Tezz's Simple Configuration Language&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;It's a simple flat configuration language that instead of using curly braces for nesting. It uses pointers to point to other &lt;em&gt;sections&lt;/em&gt;, a section is basically similar to a namespace that it holds all of the objects, arrays and pointers.&lt;/p&gt;

&lt;p&gt;I made it for about 3 days, then after I made the prototype. I published it to Nuget. I continuously worked on it for almost more 3 days, I finally managed to stabilize the whole package, and as of now it has over 373 downloads in just 2 and 3/4 days. Which is awesome to say the least, Over all I was surprised and amazed, thankfully all of those OOP in C++ and VB in my 1st year of computer engineering subjects paid off.&lt;/p&gt;

&lt;p&gt;Package: &lt;a href="https://www.nuget.org/packages/TSCL.Parser" rel="noopener noreferrer"&gt;TSCL&lt;/a&gt;&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
    </item>
  </channel>
</rss>
