Pages

Friday, April 9, 2010

Important Links- .Net Topics

Hi,

Here i am sharing some important links which i found while my learnings, as they are quite simple,important and interesting.

Programmatically Encrypt and Decrypt Configuration Sections of web.config file:

Here is the Link

About String Builder:

StringBuilder

Here is the link for Serialization/Deserialization in .NET:

Serialization


Start the Email Process and Let the User send it Manually:-
(For Non Html Text)
Process.Start("mailto:email@email.com?subject=My Email&body=Hello, Mail Body Goes Here.");


How to redirect dos command result to my VB app?

Redirect Dos Result

User-defined implicit conversions:

Implicit conversions