c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on "c-net"

How to convert String array to List using C#?

| | Category: c# .net

In this article I will explain how to convert String array to List using C#. we can achieve by using .ToList() on array types, this seems to be available only in .Net 3.5+.

[solved]Unable to read data from the transport connection: net_io_connection closed.

| | Category: c# .net

When you try to send an email from web application if you got exceptions like this your Username or password must be wrong and also Check port is 465 (SSL) change to 80.

[solved]The SMTP server requires a secure connection or the client was not authenticated. The server response was: authentication required

| | Category: c# .net

If you not configured credentials this error will occur. Your must need to include Credentials for secure connection then only authenticated.

How to configure godaddy email account using .net?

| | Category: c# .net

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 remove last three character of input string using Substring?

| | Category: c# .net

If you want to remove the last three character of the string object. Here this example code demonstrates us to remove all the character, excluding the last three using c# ASP.net framework c#.

How to takes all the characters in the input string excluding the first three?

| | Category: c# .net

We can use substring method to achieve. . Here this example code demonstrate us how can we get all the characters in the input string excluding the first three using c# ASP.net framework.

How to show Message box using asp.net web application?

| | Category: c# .net

In an asp.net windows forms application we are using in code behind as MessageBox.Show("I am message box");

How to implement DatePicker using jquery?

| | Category: c# .net

In this article I am going to implement Datepicker using Jquery. While creating form , we mostly require date field and needs more easy to select date by clicking on it . Here when user focus on input field by clicking on it.

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

| | Category: c# .net

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.

How to replace all special characters with hyphen (‐) using ASP.NET c#?

| | Category: c# .net

In this article you will learn about how to replace all special characters with hyphen(-) using Asp.NET C#.

Page 12 of 14