|
|
|
|
Articles
(138)
|
|
|
Tutorials
(1)
|
|
|
Resources
(1)
|
|
|
Downloads
(0)
|
|
|
|
|
|
|
|
Welcome to the Articles section of C# Corner. This section contains various general articles, which do not belong to any other sections.
|
|
|
|
|
|
|
|
|
|
|
|
How to Use CGI Scripts in Web Hosting
by
Christopher Edward
On
Jan 18, 2012
You can use CGI to take information from a form and send it to your e-mail account, and many shopping-cart programs use CGIs. Many Web-hosting companies have libraries of CGI scripts you can use. Some allow you to install your own CGI scripts, but don't provide a library. Others don't allow you to add any CGIs.
|
|
Comments:
0
|
|
|
|
|
String Builders in C#
by
Mahak Gupta
On
Jan 06, 2012
String builder can span multiple statements. Its default constructor creates a buffer of 16 bytes long, which grows as per our requirement. It improves the Performance by avoiding the temporary strings.
|
|
Comments:
0
|
|
|
|
|
CSS Outline Offset
by
Mahak Gupta
On
Jan 05, 2012
It draws the outline beyond the edge of the Border. It does not take up space and it may be non-rectangular. Now we look at the example it sets the outline 10px outside from the border edge.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Migration for Dummies: The Practical Top 10 Checklist
by
Chevy Weiss
On
Apr 21, 2010
There are a number of top 10 lists of considerations for the cloud, which primarily are designed to help you decide if you should move to the cloud or not. But once you have made the important decision to migrate your app to the cloud, the below offers a list of important things to check before moving to the cloud.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to become an author
by
Mahesh Chand
On
Jun 25, 2008
Several guys have asked me this question, “How they can author a technical book”. Just follow these steps and you will be on your way to become an author.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
XML Driven Validation
by
Subal Mishra
on
Mar 20, 2007
This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.
|
|
|
|
|
|