If you are selecting multiple files in Visual Studio Solution Explorer with the Ctrl key held down and happen to click on one of the files in twice, a double click, what happens is that you create duplicates of all of the selected files within that folder in Solution Explorer. Continue reading
Tag Archives: visual studio
ASP.Net: How to turn off autocomplete on a textbox
Autocomplete is the browser functionality that can remember different types of textboxes on websites and suggest options from a list to save the user time. Continue reading