Category
January 14, 2016
There is a weird thing i noticed when I checked MSMQ modified or created time. The Explorer shows a different time but when execute in powershell it shows a different time....
January 11, 2016
In category: C#, Programming | Posted by Sanj
Recently I was taking an online quiz and one of the code challenge is to find the maximal product number. I have came up with the below code with an...
October 21, 2013
In category: C#, Programming | Posted by Sanj
INI files are good to store and retrieve values dynamically from applications, but the down side of it, that INI files don’t support Unicode and it’s all in plain text...
October 18, 2013
In category: C#, Programming | Posted by Sanj
There are many FTP clients and libraries available on the net, but recently i was doing a project which required some files to be zipped and uploaded to a server...