Data can be stored on the client – using the view state of the page, or on the server in a variable session state or application, or using the server cache. ASP.NET implements System.Web.Caching.Cache class to store objects that require a large amount of server resources to be created, so that they do not have to be recreated each time it is needed. You can access via code information about a class instance cache through the property cache, the object of the HttpContext or Page object. Expiration policy for items in cache: Specific time: absolute expiration May also expire if …
MySql Group_Concat
The result of GROUP_CONCAT is truncated to the maximum length that is given by the group_concat_max_len system variable, which has a default value of 1024. This will cause data-destroying bugs in production. For this reason you should probably not use GROUP_CONCAT . At least you must set the value of group_concat_max_len to an insanely high value on every database server your application runs on. Like MAX or COUNT, GROUP_CONCAT is a MySQL aggregation function you can use whenever your query contains a GROUP BY. You can use it to retrieve a comma-separated list of all values in a given column …
Pass Array via Query String
http://galhano.com/?var=1&var=2&var=3&var=4 vb sample:
Measure a function’s performance
Imports System.Diagnostics
IIS 8.0 error 401.2
Goto IIS Console > web site properties >IIS authentication and Activate “Basic Authentication”
WordPress Pretty Permalinks on IIS 7.0
Just create a web.config in wordpress root dir: Read more: WordPress Pretty Permalinks on IIS 7.0 http://codex.wordpress.org/Using_Permalinks
Add value for dropdown list in asp.net
or
PT inaugura Datacenter na Covilhã com olhos postos na internacionalização
A primeira fase do projeto da PT na Covilhã abre hoje oficialmente as portas, inaugurando uma nova aposta da empresa que quer ser cada vez mais fornecedora de serviços de TI, transformando a operação e abrindo-se à internacionalização. Dois anos depois de ter sido lançada a primeira pedra da construção a operadora abre a primeira fase do centro de dados que é ainda uma pequena parte do projeto global, pensado para integrar 4 edifícios. Zeinal Bava, CEO da PT Portugal e Presidente da Oi, assume na inauguração que este é um passo importante em direção à concretização do ciclo de …
Fix corrupted Public Folder in exchange 2003
Fix corrupted Public Folder in exchange 2003: 1. Dismount the store 2. From a command prompt, navigate to z:\program files\exchsrvr\bin folder where z: represents the drive where the exchange program files were installed. 3. Run 4. Run 5. Run (choose the Public Folders when prompted) 6. Run the above command again to make sure isinteg has fixed all errors (last line should read 0 errors and 0 fixes). 7. Re-mount the Public Folder store. All should be repaired now.