Profiel van ShijuShiju's spaceFoto'sWeblogLijstenMeer Extra Help

Weblog


    19 juli

    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.

    activex in php,.net+php,.net+component+php,.net+activex+php,php and .net
     
     

     
    11 juli

    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:
    03 juli

    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.
     
     
    *