.Net

Build a news aggregator

Hi guys, I am working on a project that involves building a personalized content/news aggregator. As part 1 of this tutorial series we are building an RSS feed parser in C#. Next I will be Read more…

By , ago
Coding

Python Switch Case

In the programming languages, a switch statement is a logical loop or syntax that tests the variable’s value and compares it with multiple cases. Once the match is found with the cases given in the Read more…

By , ago
Coding

Python CGI Programming

CGI is an abbreviation for Common Gateway Interface. It is not a type of language but a set of rules (specification) that establishes a dynamic interaction between a web application and the client application (or Read more…

By , ago
.Net

Data Layer setup

I am looking to create the first data layer at work. We are looking at building an infrastructure for PC, laptops and tablets for creating this whole new system. Currently, we have muilple database servers Read more…

By , ago