Questions tagged as 'visual-studio'

2
answers

Visual Studio 2015 says "this" is redundant

In the early days of my first object-oriented classes I was taught to use this whenever it is a variable or class property. Today I understand when there is a real need to use, for example when a parameter is received in the method tha...
asked by 09.11.2016 / 14:50
1
answer

How to get a string from a hbitmap

I have a function that captures the monitor image and creates a bitmap file with the result, but I would like it to return a string with the contents that the file would have, instead of writing it to disk. The function: int CaptureRegion(c...
asked by 27.11.2016 / 12:09
2
answers

Shortcut to create parameterized constructor

Is there any shortcut in Visual Studio, which creates a constructor, with all the attributes created in the class? class Alimento { public int ID { get; set; } public string Titulo { get; set; } public string SubTitulo { get; set;...
asked by 07.07.2015 / 15:47
2
answers

Is it possible to develop a C ++ application in Visual Studio to run on Linux?

I have to develop an application for Linux in C ++ and wanted to know if it is good to use Visual Studio 2017 on Windows for such a task? I wanted to know the pros and cons, because I saw that VS has an extension for it.     
asked by 15.09.2017 / 15:32
1
answer

My software is being blocked by Windows Smartscreen

I'm developing software, and by testing the executable on another computer gave me this message from Windows Smartscreen. I do not know what it's all about, I've already researched it and found nothing that would help. What is it about...
asked by 15.06.2016 / 21:24
2
answers

Visual Studio 2005, can I replace it?

I have a machine in the company that has a version of Visual Studio 2005, for a type of web system. The machine needed to be formatted and not on a VS2005 network. Can I replace Visual Studio 2005 with some version, perhaps the Visual Stud...
asked by 28.10.2016 / 14:26
1
answer

Is it possible to leave the summary in Portuguese?

Is it possible to leave in Portuguese the <summary> hints of existing methods in .NET or third-party components in Visual Studio?     
asked by 20.08.2014 / 17:57
1
answer

How to skip all breakpoints without removing them?

Is there any shortcut / setting to ignore all breakpoints without necessarily deleting them from the code?     
asked by 10.07.2017 / 16:03
4
answers

What is the use of ASAX extensions?

Finally, I started working with C #. I'm working on a SITE-type project and I'm using Visual Studio. I came across a file where you should apparently put the global settings there, which is Global.asax . It seems to have a different...
asked by 28.06.2017 / 14:23
1
answer

Should I add the .suo file to my source control?

Visual Studio has a file with the .suo extension that records some project options. What is the purpose of this file and what options does it store? Should this file be added to the project in TFS, SVN, or any other source control be...
asked by 23.05.2017 / 16:31