Questions tagged as 'visual-studio'

1
answer

How to make a Help equivalent to the Microsoft Help Viewer, but in Visual Studio 2012/2013?

I wanted to make a Help for a commercial automation system that I created, that was in the style of the WinRAR help, and that it was offline. But apparently according to Microsoft Help Viewer on Wikipedia it was only available up to the 2010 v...
asked by 15.12.2013 / 16:51
1
answer

Static public variables in C #

How can I organize my code? When programming variables come up which I'm leaving in the same code at the top as: namespace myData.MySql { public partial class teste { public static string M_CPF_PROCURADOR; public static...
asked by 18.07.2016 / 21:39
1
answer

Is Visual Studio 2013 compatible with SQL Server 2014?

I connected the SQL table with Visual Studio, but at the time of wringing the table there was a message saying that SQL Server was not compatible. If not, will I have to download another Visual Studio or database?     
asked by 23.07.2015 / 20:08
1
answer

Two different builds same source Visual Studio

I have a solution with several projects. I need to create two different builds profiles for two situations. Is this possible? In build A I'll show the X, Y, and Z menus. In build B I will only show the Y and Z menus. Is there any way I...
asked by 08.01.2015 / 13:08
1
answer

Multiple Selection in Visual Studio

I would like to expand the cursor to the next word that is selected, it is similar to CTRL + F but it makes a copy of the cursor to where the selected word was found, so you can change more than one place of the code at the same time ....
asked by 18.05.2015 / 15:56
2
answers

Popular data programmatically x manually

You can populate data from a component in .NET using Visual Studio's interface (Select DataSource ...). From the standpoint of popular performance data via code is faster than manualmentr?
asked by 24.03.2014 / 12:58
1
answer

Visual Studio Indentation Configuration

I'm starting to program C # in VS (if someone knows a better IDE, thank you) and it has a quirk that's pissing me off: I use the key indentation as follows: for(;;){ //code } But VS , when you enter with the keys together (for (;;)...
asked by 10.05.2017 / 04:09
1
answer

How do I know if the solution has been modified?

I would like to make a code, which when executed, would know if the solution was changed and which project has changed, but I do not know if there is a method to take as a basis. Then I would like your help.     
asked by 01.04.2015 / 22:08
1
answer

Import library into VS 2010

using System.Data.Entity 4.0 using System.Data.DataSetExtensions 4.0 I have the file that contains the lib , but how do I put it in VS?     
asked by 17.11.2014 / 16:16
1
answer

C ++: Adding ".cpp" implementations in Visual Studio and GCC

In C ++, what you observe in a quick internet search is the guideline that only ".h" files should be included. A sample of this can be seen here and especially here . In Visual Studio, adding only ".h" with #include ... is not a pr...
asked by 05.10.2017 / 03:43