Welcome to Catalyst Blogs Sign in | Join | Help

Browse by Tags

All Tags » LINQ   (RSS)
On my current project, we're in a 'make it faster' mode right now.  We've already knocked out a bunch of low-hanging fruit, and the profiler is telling me that about 10-15% of my time is spent by CSLA looking up authorization rules in a Dictionary<string,X>.  Read More...
I'm currently working on a simple online-store-like app that includes several pictures of the items for sale.  We're using the new Dynamic Data extensions and LINQ-to-SQL to handle most of the heavy lifting, but I ran into a problem this morning.  Read More...