Category Archives: C#

Send Email in C# Code

In order to send email in C# code, do the following: // create mail message objectMailMessage mail = new MailMessage();mail.From = “”; // put the from address heremail.To = “”; // put to address heremail.Subject = “”; // put subject …

Read more »

C# classes @ Vivacity

Yes, i m learning C# and all web application development related tools this winter. N guess what who is d faculty. My own Ravi Sir n Rohit Sir. My senior n faculty at NIIT Beawar. Classes started yesterday and these …

Read more »