Tag Archives: HttpWebRequest

ASP.NET Get Facebook URL Total Comments, Total Likes, Total Shares Posted by in CSharp | 5 Comments

The following displays how to get total comments, comment count, total likes, like count, total shares, share count, total count, click count, comment box count of one or more URL that are shared or integrated with Facebook by using ASP.NET (C#). Continue reading

C# Check Google PageRank – ASP.NET Example Posted by in CSharp | Leave a comment

Google PageRank is an important factor in order to determine a particular website URL is popular or not. As I can’t check website PageRank with Google Toolbar any more so I have to find another way to get it. By … Continue reading

ASP.NET Web Request POST/GET HTTPS Ignore Certificate Validation Posted by in CSharp | Leave a comment

To make a web request to a remote URL via HTTPS protocol, it’s required more works than via HTTP because it need to validate the SSL Certificate. If you have any issue with the certificate (invalid, expired or unstrusted), you programming may doesn’t work. Continue reading

ASP.NET Web Request Post/Get HTTP Example Posted by in CSharp | 1 Comment

This tutorial shows a simple example on How to send data (with POST or GET method) to a remote web server via its URL. Continue reading

ASP.Net C# Download Or Save Image File From URL Posted by in CSharp | 11 Comments

This tutorial will show how to download a file (image,video,zip,pdf,doc,xls,ect) from a valid URL of a particular website then save it as a physical file on server disk. It provides one more solution when you want to copy/move a file from a server to another server. Continue reading