9/1/20 - 10/1/20

Create a Text Parser in C# with ANTLR

This post will show you how to write a simple DSL in C# using ANTLR. What is DSL? A domain-specific language is a computer language s...

santosh 14 Sep, 2020

How to create csv parser in C#

Parsing CSV using ANTLR in c# This blog post will show you how to parse the CSV file using ANTLR in C#. CSV is a very popular format for t...

santosh 13 Sep, 2020

How to Implement Dense Rank With Linq

In data analysis and reporting, it’s common to assign rankings to a dataset based on certain criteria. One common type of ranking is “den...

santosh 12 Sep, 2020

C# Generic Events - Creating and Consuming Events in Your Application

In this blog post, we’ll explore how to create a generic event trigger and consume events in Your Application. This code allows you to e...

santosh 12 Sep, 2020