Saturday, 22 December 2012 14:45

Great open source applications for asp.net

Written by
Rate this item
(0 votes)

following are couple of great open-source applications
created for Asp.net community.

Saturday, 29 December 2012 13:55

free c#,asp.net online books

Written by
Rate this item
(0 votes)

following is the list of online websites which
contain online books,a lot of study material-

Rate this item
(0 votes)

If you want to publish your database from one database
server to another,sql server database publishing
wizard can do that.without downloading it you can
use visual studio to publish your db as .sql script
file.then you can run this script file in another
sql server to get the database with all tables and data.
I show you how -

Rate this item
(0 votes)
If you want to save some options(settings) from wordpress
admin side setting page to make available those options
for your plugin then you are at the right place.At first add
menu page this way -
Rate this item
(0 votes)

we all know about VS 08/10.Its a great software
for making desktop and web applications
and for other tasks.

Wednesday, 19 December 2012 13:26

how to deploy c#.net application

Written by
Rate this item
(0 votes)

you can deploy a c#.net windows application to use
it on another machine.

Thursday, 26 December 2013 16:00

Menu items opening a 404 Page Not Found error in joomla?

Written by
Rate this item
(0 votes)
Its simple to fix Menu items opening a 404 Page Not Found error in joomla, just follow the following steps,

  •     Open your configuration.php file and edit the var $live_site = ' '; line to match the actual URL of your website. If your website is http://yourdomain.com for example, the line should look like this:
  •     var $live_site = 'http://www.yourdomain.com ';


Last modified on Thursday, 26 December 2013 16:12

Latest discussions

  • No posts to display.