Latest posts on tagged on "CSharp"

How to configure godaddy email account using .net?

1 March 2016

To set up your email client with your email, you need to know your POP or IMAP Email Server Settings and ports. To find them, go to the Email Setup Center and write down the information that displays under Email Server Settings.

How to use Substring using asp.net c#?

28 February 2016

Substring method allow us to retrieve a substring from a string object. Here this example code demonstrate us how can we get a substring from a string in .net framework.

how to convert string to int in .net C# ?

26 February 2016

If you have a string such as "456", you cannot do math with it, or use it anywhere you could use an integer unless you first need to convert it to the int type.