Articles

Articles (154)

articles

Thursday, 26 December 2013 15:11

how to create wordpress plugin

Written by
Rate this item
(0 votes)
Following are the steps to create your first wordpress plugin.After you
successfully complete these steps, you are able to understand and
learn how to create wordpress plugin
Last modified on Thursday, 26 December 2013 15:35
Sunday, 13 January 2013 13:55

how to monitor website

Written by
Rate this item
(0 votes)

It is needed to check whether your website is
available or down.It's better you create a WPF
application to check that.you can also check
status periodically besides checking status on
a button click.the following program shows how
to check the website status by clicking a button -

Rate this item
(0 votes)

normally we define connectionstrings under
<connectionStrings> tag in the web.config
file.membership providers use that
connectionstring.what if we needed to use
the connectionstring in asp.net pages?.

Rate this item
(0 votes)

sometimes it's needed to check whether there are multiple same
modules in the current page or not to keep one version of the
module or some other checks.

Friday, 21 December 2012 13:54

Asp.net starter kits for web developer

Written by
Rate this item
(0 votes)

there are many starter kits for visual web
developer to learn asp.net 2 and do the
common scenarios of web development.

Tuesday, 25 December 2012 13:54

how to create Own Exception Classes in C#.net

Written by
Rate this item
(0 votes)

for creating own exception class,you have to derive your class
from System.Exception class.also you have to implement all
constructors which base class implements.to create own
exception class follow the requirements/recommendations
below-

Saturday, 29 December 2012 13:56

how to convert bmp file to gif by csharp

Written by
Rate this item
(0 votes)

to convert bitmap image file to gif file you
have to create bitmap object first.

Rate this item
(0 votes)

the following codes uses FileUpload control to
upload file to server.it's a example for
uploading files to the server using asp.net
and c#.

Friday, 28 December 2012 13:55

how c# applications run?

Written by
Rate this item
(0 votes)
c# is a managed programming language.
Friday, 28 December 2012 14:54

Static Members in c#

Written by
Rate this item
(0 votes)

A c# class can have both static and non static members.
static members is declared with the keyword static.


Latest discussions

  • No posts to display.