Category Archives: .NET

Value Types and Reference Types in .net

I was reading about Value types and Reference Types for the exam 70-536 which I will be giving soon and there were certain things that I already knew already but some of them were new to me and hence I thought I would have a summary post of what I understand of value types and [...]
Posted in .NET | Tagged , | 5 Comments

Send Emails using ASP.NET

Sending Emails has always been an important function of any web based application. Many web applications use emails as the basic means of communication with its users. It is used to verify a users email id; so that the user does not put someone else’s mail id instead of his or sending reminder emails, notification [...]
Also posted in Programming | Tagged , | 4 Comments