Articles

Articles (154)

articles

Saturday, 22 December 2012 14:55

how to send mail from .net

Written by
Rate this item
(0 votes)

beginners of .net programming can't guess sometime that
how easy is sending mail through .net.there are many ways
to do that.but i am writing here the easiest method to send
mail in c# with .net.It doesn't involve a lot's of coding.
all is built in and no more components.

Sunday, 30 December 2012 18:54

how to develop dotnetnuke module using template

Written by
Rate this item
(0 votes)

following are guidelines to develop modules
for dotnetnuke 5/6 with visual studio 2008/2010 -

Sunday, 23 December 2012 13:55

asp.net caching

Written by
Rate this item
(0 votes)

Asp.net caching helps you to create high performance applications.
you can cache objects like DataSets,or your created objects.you can
also do page level caching if you used user controls in the page
if your aspx page includes lots of work.

Saturday, 22 December 2012 13:56

how to specify help in asp.net

Written by
Rate this item
(0 votes)

to display the help and let the users easily get help
whenever they need it you can call the Help.ShowHelp
method in your form.

Rate this item
(0 votes)

in coding giving proper names to methods,classes,controls,
variables,others is neccessary and good programming practice.
think that a method name-show button click.

Monday, 06 January 2014 16:24

Dont know which database is used by your Joomla site?

Written by
Rate this item
(0 votes)
Its easy to find name of the database used by our joomla website. Just open your root directory via FTP, access the file configuration.php from the root folder.
Last modified on Monday, 06 January 2014 20:15
Rate this item
(0 votes)

when you run asp.net application project from visual
studio,visual studio uses their development server.
It's not the right way to develop asp.net appication.

Tuesday, 18 December 2012 17:55

c# namespaces

Written by
Rate this item
(0 votes)

namespaces is a old concept in c# programming.both
java and c# uses this concept.a namespace is act like
a 'wrapper' around one or many elements which gives
them uniqueness.

Rate this item
(0 votes)
When you installing new components, modules, or plugins to your joomla site it occurs 'Could not find an XML setup file', its because your extension file is corrupted.
Last modified on Monday, 06 January 2014 20:16
Sunday, 30 December 2012 14:57

how to upgrade dotnetnuke website to upper version

Written by
Rate this item
(0 votes)

upgrading dnn website to upper version is easy.one
have to follow the following steps to do upgrading.


Latest discussions

  • No posts to display.