In most of the sites have today their own desktop notification system to connect user in a large scale. So how to create a desktop notification for your site. Its very simple to generate a new notification using JavaScript, you have to write hardly 2-3 lines of code. Lets create one to generate desktop notification.
To create a new notification for user you have to follow three steps....
Thursday, July 20, 2017
Tuesday, April 11, 2017
Installing TypeScript in Visual Studio

In this first tutorial of TypeScript we will get to know how to install TypeScript in Visual Studio and use it in the same. Starting from the scratch Microsoft provides different extension for TypeScript for different versions of Visual Studio. So I have Visual Studio installed in my PC. So, I will...
Wednesday, February 22, 2017
How to send encrypted mail in C#
It was a request of one of my client to send the mail as encrypted so that this kept secure while sending to customers. So after a search I found Jason Niver's code to be very handy to use. So I am sharing this will all so next time it becomes little bit easy to get.
using System;
using System.Text;
using System.Net.Mail;
using System.IO;
using
System.Security.Cryptography.Pkcs;
using
System.Security.Cryptography.X509Certificates;
namespace...
Subscribe to:
Posts (Atom)