Browse by Tags

All Tags » .Net Development (RSS)
When implementing a custom Feature in SharePoint 2007, you may rely on custom configuration data (in a custom configuration section) stored in a SharePoint site's web.config file. When activating and deactivating your feature through the SharePoint site...
Pair programming is an important part of modern-day, agile software development processes. It helps developers write better software. Pair programming is a good thing. However, I usually can't stand watching someone else write code, or watch someone else...
I recently maintained an ASP .Net application where Xml Serialization was used to read and persist configuration data during page requests. When site traffic increased, users encountered System.IO.IOExceptions with the message "The process cannot access...
with no comments
Filed under:
The ASP .Net web caching API is a powerful and useful tool at your disposal. Here are a few tips and suggestions that will help make your code more flexible and maintainable when using the caching API: Define unique keys for cached items in your domain...
I haven't posted in a while because things have been pretty busy in the office. I haven't had much time at all to continue my WPF research, but there are some other interesting things happening that I hope to write about in the near future. VS .Net Solution...
with no comments
Filed under: