Tag Archives: c#

Fetch Blog Data from RSS link

As part of rebuilding my website from scratch, I was longing to display the titles (and links) of my recent blog articles. There are many RSS fetcher implementations online but I wanted to make one by myself (Breath of fresh air 😛 ). Initially, all I could think of is using a Web Service to […]

0  

Email Dispatcher using C#

A few days back, I worked on an Email dispatcher command-line application which had capabilities of zipping up reports and emailing the reports to the clients at an astonishingly fast speed of hundreds of reports per min (assuming each report has 150,000 records with min of 6 columns). Here, I am implementing a similar application […]

0  

Computing Pointers through C#!!!

It has been quite some time I played around with Pointers and decided to go back at the one thing I like the most! But since I have been using C# since quite some time, I decided to use and implement the concept of Pointers through .NET environment. Lots of challenges exist in the process. […]

0