Tuesday, May 31, 2011

How to disable checkin on a single file in TFS 2010?

Right click on the file in Source Control explorer
Select Properties
Select Security Tab
Select contributers
Deny CheckOut and Check In

Calling Web Service Page Methods Using JQuery

ASP.NET Web Forms : Calling Web Service Page Methods Using JQuery

Building a Facebook Graph API application using ASP.NET

Building a Facebook Graph API application using ASP.NET « Peter Mourfield's Blog

Call ASP.NET server side method from jQuery UI Dialog

http://mkdot.net/blogs/hajan/archive/2011/05/31/call-asp-net-server-side-method-from-jquery-ui-dialog.aspx

Real World Performance

Performance testing and tuning is a science moreso than an art. There are certain tips and tricks that you can generally apply once you have some experience, caching being one of the easiest ones, but many times these will only mask the underlying problem. When it comes to tuning an application to eliminate performance bottlenecks, it’s important to measure a baseline, then form a hypothesis, make a configuration change, and then measure its effect. This is the scientific method in practice, and it generally works much more effectively than randomly applying hacks to your code in places you think (but don’t know, not having measured) will help.

http://stevesmithblog.com/blog/real-world-performance-and-the-stir-trek-web-site/