Dev exchange has created an IT web feed section for developers.
Read all the IT development feeds in one place.
http://webfeed.dev-exchange.com/
Friday, 5 October 2007
Thursday, 19 July 2007
How to create and use .Net components in PHP
This article shows an example about how to create and call .net component in PHP applications.
http://www.dev-exchange.com/cms_view_article.php?aid=15
http://www.dev-exchange.com/cms_view_article.php?aid=15
Wednesday, 11 July 2007
Using LIKE statement in SQL Server
LIKE statement can be used in query if applican needs to match certain values in a database field.This article explains about using wildcards in LIKE statement. Also this will show example on regular expression usage in LIKE statement which should be handy for database admin.
Read more at:
http://www.dev-exchange.com/cms_view_article.php?aid=14
Read more at:
http://www.dev-exchange.com/cms_view_article.php?aid=14
Tuesday, 3 July 2007
Database connection pooling in ADO.Net
Database performance may be getting affected if many users try to connect to it at same time. This article explains about how to improve database performance by using connection pooling in ADO.net. A connection pool is a cache or pool of database connections maintained by the application so that the connections can be reused when the database receives future requests for data. Have a look at this article to read more.
http://www.dev-exchange.com/cms_view_article.php?aid=12
http://www.dev-exchange.com/cms_view_article.php?aid=12
Thursday, 28 June 2007
Pagination code in ASP.Net
Creating pagination code in ASP.net is easy but if you need to do the coding for this then you can take a look at this article.
http://www.dev-exchange.com/cms_view_article.php?aid=11
http://www.dev-exchange.com/cms_view_article.php?aid=11
Monday, 25 June 2007
SQL injection hack issue
SQL injection hack is a major programming headache when writing web based application.
In order to write a hack proof application there are many thing to be taken care
Some of the important things to remember while writing applications are
a) Replace all the ' quote with '' quotes which will make all the query string values to string
b) Check for the integer values if your code is expecting a numeric value through the query string.
For more reference to this subject visit following link
http://www.dev-exchange.com/cms_view_article.php?aid=10
In order to write a hack proof application there are many thing to be taken care
Some of the important things to remember while writing applications are
a) Replace all the ' quote with '' quotes which will make all the query string values to string
b) Check for the integer values if your code is expecting a numeric value through the query string.
For more reference to this subject visit following link
http://www.dev-exchange.com/cms_view_article.php?aid=10
Subscribe to:
Posts (Atom)