<?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: Alexandre Murari Junior</title>
    <description>The latest articles on DEV Community by Alexandre Murari Junior (@alexmurari).</description>
    <link>https://dev.to/alexmurari</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%2F266122%2F65c83ea6-1bee-4f83-9b76-39a684778327.png</url>
      <title>DEV Community: Alexandre Murari Junior</title>
      <link>https://dev.to/alexmurari</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alexmurari"/>
    <language>en</language>
    <item>
      <title>Exprelsior - Dynamic lambda expression/Predicate generator</title>
      <dc:creator>Alexandre Murari Junior</dc:creator>
      <pubDate>Wed, 06 Nov 2019 11:51:34 +0000</pubDate>
      <link>https://dev.to/alexmurari/exprelsior-dynamic-lambda-expression-predicate-generator-1e3b</link>
      <guid>https://dev.to/alexmurari/exprelsior-dynamic-lambda-expression-predicate-generator-1e3b</guid>
      <description>&lt;p&gt;Hello, everyone!&lt;/p&gt;

&lt;p&gt;I present to you my new open-source project: Exprelsior!&lt;/p&gt;

&lt;p&gt;Exprelsior is a .NET Standard library that enables .NET developers to create strongly-typed binary lambda expressions from pure text using it's own query syntax or from the expression builder method.&lt;/p&gt;

&lt;p&gt;With support to all major .NET data types, including nullable types, nested properties and it's own query syntax, Exprelsior brings the creation of dynamic predicates to a whole new level.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;This pure, simple string: "eq('Name', 'John')"&lt;/p&gt;

&lt;p&gt;Gets translated to this:&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;t =&amp;gt; t.Name == "John"&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Then you can use your expression normally. This is specially useful if used with an ORM like Entity Framework, because it enables you to create predicates dynamically.&lt;/p&gt;

&lt;p&gt;Here's the link to the project: &lt;a href="https://github.com/alexmurari/Exprelsior"&gt;https://github.com/alexmurari/Exprelsior&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope you like it.&lt;/p&gt;

&lt;p&gt;Alex.&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>netstandard</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
