Friday, April 21, 2006

Yesterday's Learnings

  1. Dot Net Lucene is not as fast as the search system I had created!
  2. Web Application Project works much faster during Development as compared to Web Site in Visual Studio 2005
  3. Migration from VS 2003 to VS 2005 Web Application Project is much easier than migration to VS 2005 Web Site Project
  4. Default installation of SeekAFile server also saves the body content in the index. This is quite unnecessary from my perspective because HTML, PDF, Word documents have lots of formatting information that needs to be used when displaying the actual document.
  5. Preparing an approach document/ flow chart makes it easier to understand the requirements. With this, it also makes it easier for developers to understand the required code flow.
  6. Most of the people do not know that a single web.config can be utilized to specify different settings for a sub-directory as well. Most people tend to lean forward towards creating a sub-web or virtual directory.
  7. IndependentSoft's WebDAV api for .NET is very helpful for exchange integration.

No comments: