Image processing techniques in c# programming language
Written by Super UserA digital photo is a multidimensional array containing numbers
that indicates the color of points in the photo/image.so we could
do what we want with this multidimensional array like we can
make any amendments in the array by entering it into math functions,
also we can encrypt the image.in this article i am gonna show you
how to place a background behind a photo using a method.
code behind file codes -
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
how to create button and click event handler dynamically asp.net
Written by Super UserIt's a very common requirement to create different types of button and
it's click event handler dynamically in asp.net application.
you may read many article in web about how to make a page
not to be cached using meta tags like that in the head
section -
how to backup sql server database using SMO in asp.net
Written by Super Userusing SMO classes one can backup a sql server database
in .bak extension.It's a programming approach to backup
database.there are other ways but using SMO classes it
is efficient and error free.
stored procedures allow flexibility by offering capabilities like
conditional logic.a single procedure may execute a set of SQL
statements which are really complex.