Continuous Integration How to run Visual Studio 2017 projects using Build Tools for Visual Studio One of the biggest changes Microsoft did lately in the .Net eco-system is a new version of MSBuild. This version advocates smaller, light weight MSBuild files, that consolidate the entire
Visual Studio Improving Visual Studio 2010 performance About two months ago, we upgraded our projects to Visual Studio 2010. Since then the developers started to complain about the performance of the IDE. It seems to have degraded in comparison to VS2008. From build times that doubled to stalling in the editor
Deployment Using VBScript to copy files to a folder in a MSI Setup Project Last week I found out that one of our admin apps on the server was not installed currently. It is an app that is installed in ArcMap, and the reason it didn’t work is that ArcMap has been installed on d:\programs files
Visual Studio Guidance Automation Presentation and Demo Last Sunday, my team organized a lecture day for the .Net development teams in our company. It was great. We presented 3 topics: Monitoring memory in .Net applications - By Roy Dallal (I hope I got the name right) Introduction to WPF - by
Debug Client Script Debugging One of the tools provided with Visual Studio 2005 is the Script Explorer. This tool can be used to view all the JavaScript that have been loaded so far, accessing the functions and objects and debug the script simply by using breakpoints. You can
Visual Studio Using objects with Web Services In our latest project we encountered a problem with the usage of a Web Service. The web method we created received an object as a parameter that contained information about the operation we wanted to perform. When I created the web reference to the