Posts

Showing posts from February, 2013

Asynchronous Programming : Sending Mails using async and await in .NET 4.5

Image
Hi Folks, This is Time I am going to tell you how to send mails asynchronously using async and await keywords . Enjoy. Before You Start you must have, - Visual Studio 12 installed Step 1: Create a Console Project in Visual Studio     Step 2: Make Mail Manager Class to Send Asynchronous mails Step 3: Call it using the Console application