kangkan

Stories kicked by kangkan

Using TreeView inside AJAX UpdatePanel(geekays.net)

submitted by kangkankangkan(25) 2 years, 10 months ago

A post on a possible use of microsoft treeview under update panel... read more...

add a comment |category: |Views: 273

tags: another

How choice of Data Structures and Algorithms affect Performance(geekays.net)

submitted by kangkankangkan(25) 2 years, 11 months ago

Performance of the application is one of the prime requirement today. So select the optimum data structure to provide best performance... read more...

add a comment |category: |Views: 13

tags: another

Version Conflict of .NET Framework in IIS(geekays.net)

submitted by kangkankangkan(25) 2 years, 11 months ago

IIS 6.0 on Windows 2003 need careful deployment as version conflict of .NET Framework will result in a failure... read more...

add a comment |category: |Views: 17

tags: another

HTTP Compression - A faster way to improve web site performance(geekays.net)

submitted by kangkankangkan(25) 3 years, 6 months ago

HTTP compression - is a simple way to improve site performance and decrease bandwidth, with no configuration required on the client side. - is a capability built into both web servers and web browsers, to make better use of available bandwidth. - HTTP protocol data is compressed before it is sent from the server. read more...

add a comment |category: |Views: 25

tags: another

ASP.NET webdomain recycle on subfolder changes(geekays.net)

submitted by kangkankangkan(25) 3 years, 7 months ago

Faced a classic problem and still the desired solution is pending. But I am sure this will help all! While working on a web application, one of my team presented some weird behaviour on ASP.NET FIrst observation: Session times out randomly while working on the application. So we started observing the application closely to see what might be causing this. We came out with some more observations: Detailed observation: Session times out when any of the user participates in certain scenario. Also, not only the specific session expires, but all the use sessions are expired. Further study shown that actually the app domain itself recycles. We studied the activities in these specific scenario. We found that a certain implementation use to create folder, put some temporrary files inside it and once done, the folder and the files were deleted. The application recycles whenever the folder is deleted. Do know more about it. read more...

add a comment |category: |Views: 3

tags: another