Articles

Articles (154)

articles

Friday, 21 December 2012 13:55

Process of Code review

Written by
Rate this item
(0 votes)
the brief process of code review
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.

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.

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-

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.
Tuesday, 25 December 2012 14:45

how to show reports through Excel from c# application

Written by
Rate this item
(0 votes)

most of the time we need to create reports while dealing
with statistical data or finacial data.statistics should be
available to download.this statistics or reports should be
in a easily understandable format like excel file format.


Latest discussions

  • No posts to display.