In developing .NET application(s), there are a few things that can be done, or avoided, to make significant and noticeable improvements in performance. Here are a few that are worth implementing: Caching : If your application is processing quite a bit of information, mostly static, avoid getting that informati
... read more