Questions tagged as 'visual-studio'

2
answers

Delete all references that are not in use in Visual Studio?

I want to delete all references (I'm not talking about using in class files) that are not being used. For this, of course, I need at least an effective way to find out which references are not in use. Understand "references" as the Pro...
asked by 24.01.2017 / 00:57
1
answer

How does Visual Studio Edit and Continue work?

Visual Studio allows you to edit the C #, VB.NET, or C ++ code in debug when you hit a breakpoint or click the break button (pause icon). The tool name is Edit and Continue . According to the documentation    is a productivity feature that a...
asked by 25.10.2017 / 17:11
1
answer

How does a historical debugger work?

A historical debugger, or historical debugger , is capable of collecting key data from a debugging session, such as locals / autos (in the case of IntelliTrace ), session exceptions and events. I suppose something like this is very complex,...
asked by 14.02.2017 / 22:05
1
answer

Back debug line

In the old Visual Basic if you were in debug step-by-step and without wanting to go beyond a line you wanted to check, there was the option to go with the cursor up the line above and press the key combination: Crtl + F9 so that deb...
asked by 22.05.2015 / 16:01
1
answer

Is there any way to make visual studio 2012 support windows mobile 5.0

I have a project in visual studio 2008 for windows mobile 5.0 and would like to migrate it to visual studio 2012 , but I read that this new version of visual studio does not support windows mobile 5.0 , but there is little information on t...
asked by 05.03.2014 / 22:28
1
answer

Isolated Storage or SQL Server Compact

I'm making Windows Phone 8.1 something similar to a dictionary where there will be a lot of text with sorting, searching, sorting by name. Keeping in mind that there will be this large amount of information, what would be best to use Isolated...
asked by 28.08.2014 / 00:18
1
answer

What is a POC in C #?

I received a request to do a POC of email, but before doing so I would like to know what a POC is in C #. If there is content on the internet for the same. Q: I do not want the solution, I just want to know what it is to search.     
asked by 13.04.2015 / 21:17
4
answers

Read XML documentation generated by Visual Studio

How can I read the XML documentation generated by Visual Studio in any way that is formatted?     
asked by 06.08.2015 / 19:43
2
answers

Referencing folders created in the project

After I go to Project > Add > New Folder, rename the folder and put classes inside it I can no longer reference it in another file, for example if it were to be used in a controller , I would use as always I used the using nomeProjeto.N...
asked by 21.12.2015 / 14:08
3
answers

Breakpoint in visual studio does not load when debugging

I have a solution with 3 projects, one of them being Ex.utils and Ex.Api. Where the .dll of the utils project is referenced in Ex.Api in 'References'. Both compiled in the same .NET version. When you run the debug, the breakpoint, after count...
asked by 27.03.2018 / 17:56