Which property is used in the email to send the content as HTML
Answer / sudha
MailMessage mail = new MailMessage();
mail.To = <address>
mail.From = <address>
mail.Subject = emailSubject;
mail.BodyFormat = System.Web.Mail.MailFormat.Html;
| Is This Answer Correct ? | 4 Yes | 0 No |
State the methods used during deserialization and serialization process.
What are the similarities and difference between class and structure in .net?
What are the different.net tools which you used in projects?
Explain constructor.
What does il do?
What is deferred execution vs. Immediate execution in linq?
Using com component in .net?
What is a strategy pattern? Implement it.
How Garbage Collector (GC) Works?
How will u load dynamic assembly? How will create assemblies at run time?
What is a formatter?
What is boxing?