Simplest console based client/server program Chief EditorSeptember 07, 2010For those who want a quick and easy way to grasp the client/server model. class Program { static void Main(string[] args) { ...Read More
Design: Voting or Polling Database Schema Chief EditorJuly 31, 2010Some time back, I was hit upon a query to prepare a voting database schema. So, here is what I came up with; this is just so it may help any...Read More