Showing related tags and posts accross the entire site.
-
Hi, I am trying to improve performance of a big entity i have (simple select takes 8 seconds). It has too many fields (and some of it are very heavy) that I'm not using and I dont want to generate it. Is there any way to generate some of the fields and not all of it? thank's Itai
-
Hi, Is there a way in .net tiers that when you add additional columns and re-generate the framework that you know the areas in the application that are affected? Other frameworks I've used use fail to compile when you add columns and is usefull to know what areas of the application need updating...