Monday, January 7, 2013

Upload images to Amazon S3 buckets in c#

Upload images to Amazon S3 buckets in c#


Upload images to Amazon S3 buckets in c#

Posted: 23 Dec 2012 08:08 AM PST

The main advantage of uploading files to Amazon S3(Simple Storage Service) is reduces the loading time of site and also uploading is qiute simple.This article describes about uploading images to amazon S3.

How to bind LINQ query data to datagridview using Microsoft visual studio 2010?

Posted: 31 Dec 2012 03:30 AM PST

LINQ stands for Language-Integrated Query.This article will demonstrates how to bind LINQ query resultset to datagridview. LINQ extends powerful query capabilities to the language syntax of C#. I hope it will be useful for all beginners of LINQ.

How to create Partial Views in MVC 2.0?

Posted: 05 Jan 2013 07:17 PM PST

Purpose to use partial views - Duplicate code can be removed and reusability can be implemented in the application. If you want to repair anything then only that particular view needs to be repaired so maintenance becomes easy.

System.NullReferenceException: Object reference not set to an instance of an object.

Posted: 06 Jan 2013 01:10 AM PST

How to fix "NullReferenceException was unhandled; System.NullReferenceException: Object reference not set to an instance of an object." error in C#.net. What is this error and when does it occur? Some common issue scenarios and solutions to avoid them.

Javascript to open a new popupwindow

Posted: 06 Jan 2013 01:46 AM PST

In this article we will see how to use javascript to open a new popupwindow in a page, how to set cookies for that popup window and how to read that cookie. Also we will see how to clear cookie and again create it.

Add watermark to images in asp.net

Posted: 06 Jan 2013 06:58 AM PST

Want to create an application/website where you users can add watermarks to their images? I have here demonstrated an Asp.Net code snippet for adding watermark to images.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home