Category: ASP.NET
How to enable true intellisense on javascript files
February 9th, 2010Hi all, I have just read a post I thought I should share with you. You may have already heard about jquery and the fact that with the version 1.3, there was a vsdoc file that you could download so that you could have intellisense while writing javascri… more »
How to improve your intranet ASP.NET web application performance ?
January 7th, 2010Hi, Have you ever had a look on the number of request made by an intranet web application ? I put a premium on Intranet because I am talking about the windows authenticated web applications. Generally, for applications like these, we configure them to… more »
Reusable singleton in ASP.NET Context
August 5th, 2009Hi everyone,
After reading Ayende Rahien's post, I told my self that I had to share my Http Singleton module I am using for some time now. This module enables me with a few lines of code to have a single instance of what ever I could want. If like Aye… more »
Parameterized Modal Popup
Août 3rd, 2009Hello everyone,
Maybe some among of you ever had this issue : open a modal popup (here with AjaxControlToolkit), and being able to give it a parameter, the id of the control which opened the popup for example. It is entirely doable, it just need som… suite »
jQuery Control Toolkit
June 6th, 2009Hello everyone,
It's been a long time since I posted something on my blog. I was a little busy with my work. But this work enables now me to introduce you a new codeplex project : jQuery Control Toolkit. The aim of the project is to be able to use jQu… more »