Performance impact of iFrame
Avoid using iframe for performance reasons, read more @ http://www.stevesouders.com/blog/2009/06/03/using-iframes-sparingly/ Using this in some places can not be avoided like if we want to access an...
View ArticleObject Relational Mapping – Links
Entity Framework Vs Linq To SQL Vs NHibernate Vs few more … http://ormeter.net/ ORMs across Languages … http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software What is ORM?...
View ArticleReal-time analytics – Links
Track your page/website’s traffic … http://chartbeat.com/ http://getclicky.com/ http://www.google.com/analytics/
View ArticleTable partitioning – SQL Server 2008
Are you worried with query performance due to huge data in tables, use Table partitioning of SQL Server 2008. It’s easy and very useful. You can partition data to different db data files stored in...
View ArticleJSON to C# object to JSON – System.Web.Script.Serialization.JavaScriptSerializer
Use JavaScriptSerializer to convert JSON object to C# object and backwards. It is very useful to build AJAX based web pages for thinner network traffic and for better client side html computation …...
View ArticleFlyweight Pattern – Javascript
http://msdn.microsoft.com/en-US/scriptjunkie/hh273390.aspx 1. Centralized event handling This will be used in cases where we have a number of similar elements or structures on a page that share similar...
View ArticleImportance of using better JQuery selector – Link
http://encosia.com/11-keystrokes-that-made-my-jquery-selector-run-10x-faster/
View ArticleHTTP Pipelining – Links
http://www.blaze.io/mobile/http-pipelining-big-in-mobile/ http://www.brianp.net/2011/07/19/will-http-pipelining-help-a-study-based-on-the-httparchive-org-data-set/
View ArticleASP.NET Caching Dependencies – Link
http://www.codeproject.com/KB/web-cache/CachingDependencies.aspx
View ArticleSpyware attacked? Try this.
Today I faced some spyware attack on my machine and it totally controlled my machine where I can’t run any exe based program like browsers, installables, visual studio, cmd … etc I struggled for some...
View Article