.NET Resources - Articles, Blogs, Tools, Book Reviews and more...

You can find valuable .NET resources including Articles, Software tools, book reviews, blogs, links to good articles and much more.



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Upload image using AJAX without handler c#

AJAX makes data transaction very fast in application without post back of a page. In this article i have uploaded image using AJAX without handler. There are lots of solutions in Google regarding upload image using AJAX with handler but handler is not working on server sometimes so i have converted image to DataURL and from this DataURL generated bitmap image and then we can save it in folder.

Google news API using ASP.NET C#

Google provides huge range of API for searching,maps,news and much more.. This article is related to Google news API , Just enter keyword for news and you will get results for keyword. I have used Ajax post method for Google news API.

Submit Your Article