Visual Studio Immediate window: how to see more than the first 100 items

Sometimes its useful to see the list in the immediate window rather than looking in the watch window. You can easily see more results than the first 100 by using: yourList.Skip(100).ToArray() Which really doesn’t take long to write and works well – was useful for me. Update: As pointed out in the comments below, this … Read more

Configure Visual Studio to use UNIX line endings

Warning: This solution no longer works for Visual Studio 2017 and later. Instead, both of the answers by jcox and Munther Jaber are needed. I have combined them into one answer. As OP states “File > Advanced Save Options”, select Unix Line Endings. This will only affect new files that are created. Fixing any that … Read more

How to get Visual Studio to open Resolve Conflicts window after a TFS Get

You can re open the Resolve Conflicts window if you closed it by mistake from Team Explorer. Goto: Pending Changes, then from the Actions drop down, select Resolve Conflicts. From there you can click Get All Conflicts. Normally VS will prompt you to resolve any conflicts as soon as you do one of the following: … Read more

What is the *.VC.db file in Visual Studio projects?

This happens after you installed VS2015 Update 2. The projname.vc.db file is the new IntelliSense database, it replaces the old projname.sdf database. Not otherwise by deleting that .sdf file. You may also see a hidden projname.vc.vc.opendb file, a lock file to indicate that the dbase is in use. Crystal ball says that somebody is bound … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)