6/1/12 - 7/1/12

WCF self-hosted service with SSL certificate

WCF is a unified framework from Microsoft for creating a service-oriented application. Before WCF, we used multiple frameworks to create...

santosh 28 Jun, 2012

How to create Self-Signed SSL Certificate using OpenSSL

In the world of secure communication over the internet, SSL/TLS certificates play a crucial role in encrypting data and establishing trust...

santosh 28 Jun, 2012

Project Euler Problem2 [c#]

using System ; using System . Collections . Generic ; using System . Linq ; using System . Text ; namespace ProjectEuler { cl...

santosh 21 Jun, 2012

Project Euler Problem1 [C#]

If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. ...

santosh 21 Jun, 2012

How to use google chart in asp.net

In this post, I will show you how to display google chart in asp.net.Before going to implementation details, go through the following li...

santosh 7 Jun, 2012