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 get name of image using url in asp.net c#?

| | Category: c# .net

In this article, I will show you how to get name of the image from the url path in asp.net. I am going to get name form the following URL path..,

How to create rss feed in asp.net c# from LinQ to xml?

| | Category: c# .net

In this article, I will show how to create RSS feed Reader from Linq to XML in asp.net. You can fetch the feed link using the following News blog feed Link.

Procedure or function has too many arguments specified-dapper c#

| | Category: c# .net

I am using dapper, I got the following error message “Procedure or function has too many arguments specified” while inserting data into database.

How to add a watermark to a photo while uploading in asp.net c#?

| | Category: c# .net

In this article, I will show you how to create a watermark text while uploading and save it in the project folder using asp.net c#.

Data annotation maxlength attribute (c# example)

| | Category: c# .net

In this example, I will show you to apply maxLength attribute to a string property in a class. You can set the maximum value for the property using data annotation validation property maxLength attribute.

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Authentication required

| | Category: c# .net

I got the following error while sending email using asp.net c#. You should check the authentication correctly configured or not in Network Credential. If then it is proper it should be blocked by the yahoo server.

How to send yahoo email in asp.net c# uses smtp server yahoo?

| | Category: c# .net

In this article I will show you how to send email using asp.net c#. You need to configure the yahoo mail smtp server in SmtpClient class from the namespace System.Net.Mail.

insert update delete in gridview in asp.net with c#

| | Category: c# .net

In this article, I will show to how to insert, update, delete in gridview in asp.net with c# code. First step you should create an xml file with column fields and save it as mytask.xml.

How to parse string to integer in c#?

| | Category: c# .net

In this article, I will show to convert from string to int by parsing. Here I want to increment id field in xml for new entries. In XML, data fields are in a string so that I needed to convert it to int.

How to write a c# program to shutdown computer using asp.net?

| | Category: c# .net

In this article I will show you to write a c# program to shutdown computer using asp.net. we have to include System.Diagnostics and use start process it forces to shut down the computer as parameters specified.

Page 4 of 14