how to access and update appSettings in config file of windows application
Written by Super Useryou can put application specific settings in the
appSettings section of your app.config file in your
c# windows form application.you can access,edit,update
those settings.I show you how -
Organizing files in folders in VS solution project
Written by Super Userwhen you build a software make sure that you built it by object oriented way
and you organized your files in folders as following way -
Many websites using facebook like button in every pages to make their site more social and got around.
how to prevent running multiple application instances same time
Written by Super Userif you want to prevent running multiple instance
of the same c# application then check the
following lines.It's sometime necessary to prevent
running multiple instances of the same application.
showing gradient colored background in application form
Written by Super UserIt's nice to show cool gradient color as a
background color of the form in c#.net desktop
application.you can set different colors.
how to get Gravatar image in asp.net application
Written by Super UserGravatar.com is used to store one's avatar image according to email.
then if you comment in any application using your that email address
where gravatar image has been programmed then your avatar image will
be displayed in the application.
It's a necessity too when plugin is activated or deactivated

logging in