you can deploy a c#.net windows application to use
it on another machine.
if you know about Object oriented way of programming
you know how much role a property plays.
how to publish database file as a script file with data
Written by Super User
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 -
some open-source content management system application for asp dot net
Written by Super Userin my previous post i showed some open source
applications for asp.net.here I wrote details
about some CMS & ecommerce type open source
applications-
when you need help in code writing,programming in visual studio
Written by Super Userprogramming in visual studio.net is great but
because there are a lots of tasks it would
be great if there was complete help available
besides going through internet.
1.Small Business
this kit is suitble for small and medium
businesses.
how the asp.net pages are processed by the server and local machine
Written by Super UserEvery web programmer should know about the server
behaviour.how the server processes the client
requests and responses.