-
I have a Help Desk site that has a library for Service Requests (site was created from the MS 40 templates). I added a column for Resolution Time to calculate the time it took to resolve an issue and the formula for the column is =INT(([Resolution Date]-[Start Time])*24) and the data returned is set...
-
Hi Brandon, Just an FYI; this entire environment can be virtualized. I prefer a dedicated, centralized build machine. This is the machine all developers code is pulled from source code control, built and tested before it is ever sent to QA. I also recommend you have scripts to pull source code and automate...
-
Hi Brandon, I personally prefer a virtual environment for developers. Each having their own sandbox will help reduce conflicts that arrise during development. Make sure to give yourself plenty of disk space and memory; a minimum of 2 to 3 GB memory if you are going to run MOSS and Visual Studio together...
-
Hi Brandon, Creating solutions in such a manner I find difficult at best. Though you may no have a choice at times. On the same note, I am a huge fan of application development on the SharePoint platform. However, I recommend a different approach. Have you considered a pure Web Part approach? Breaking...