Articles

Articles (154)

articles

Friday, 21 December 2012 13:56

some starter kits for club or organization

Written by
Rate this item
(0 votes)

1.club website starter kit
by this you can create a site for your club
and organization.It includes news posting,
member directory and others needed.It
has many functionality related with photo album.

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.

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.

Sunday, 30 December 2012 13:56

how to track errors if any when software starts

Written by
Rate this item
(0 votes)

when you run your c# application there may be
unknown errors for various reasons.you can
view those errors to correct later.
better way is to store those errors in a online
file using webservice automatically.

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.

Rate this item
(0 votes)

most developers have been facing the problem that pages
not appears same in different browsers.mostly internet
explorer makes problem than other browsers.

to overcome that probelm different style sheets for different
browsers is a good approach -

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)

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 -

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, 20 December 2012 13:54

c# properties

Written by
Rate this item
(0 votes)

if you know about Object oriented way of programming
you know how much role a property plays.


Latest discussions

  • No posts to display.