Friday, 28 March 2014

Bulk SMS Gateway C# Code for HTTP API

Today , I am going to show you how to send BULK SMS from any Website or Software. Every Bulk SMS provides uses SMS Gateway that are of two types : 1. Promotional 2. Transactional First one is used to broadcast SMS to multiple users at a time which take minimum 5-10 minutes of time to deliver SMS. Messages are sent through low priority gateways....
Read More

Thursday, 27 March 2014

[Solved ] DateTime Conversion Problem in Dot Net C Sharp

Today, i am providing a custom Date Time Class that can be used to solve the issues related to Date Time Conversion problem in Dot Net. The code provided here is in C#. You can directly use this class in your project and call the related methods which is required. Why Date Time Conversion problem occurs? Different PCs have different Date and Time format based on choice and locale. In sql server, [datetime] type datatype always...
Read More

Blogger