Questions tagged as 'visual-studio'

0
answers

What are the advantages of developing app in Xamarin Visual Studio? [closed]

I know that in Visual Studio with Xamarin it is possible to develop Android applications, there aroused the curiosity: In the code part I know it uses c# , but part xml is more complicated or does not change any...
asked by 11.02.2016 / 23:05
1
answer

Find broken links in the project in Visual Studio

I have a web project in Visual Studio 2012 and would like to know if there was any way to scan the code for paths that are not correct and also to identify files that are not used. For example, let's say in my aspx I have calls to css files:...
asked by 13.07.2016 / 12:57
2
answers

How do I change the contents of a UserControl by using a button on another UserControl?

A window with a grid, and with two content areas, "ContentArea" and "ContentMenu". "ContentArea" starts blank, "ContentMenu" starts with the Navigation buttons, which make "ContentArea" change its content. In each of these "ContentXXXX" you a...
asked by 12.12.2016 / 23:08
2
answers

How to edit a Partial Class?

I took a project from a client and it has a class that is partial. When I click to go in the reference opens the file, but in the project I do not find the file, and has the following text in the class file: //---------------------------------...
asked by 30.07.2015 / 22:46
3
answers

How to debug code with the Object Initializer format

Following some good practices that Visual Studio itself recommends, we are unable to debug values of an object one by one using the Object Initializer or Object Initializer. What is the best way to get around this? Ex: var myObject = new Ob...
asked by 29.08.2017 / 16:20
2
answers

Inside Visual Studio 2015 how to reverse / undo commit in Git?

I have a commit made by a developer in the remote Git repository hosted in VSTS that needs to be rolled back. From Visual Studio, without going to command prompt how do I reverse the commit?     
asked by 23.08.2017 / 21:20
1
answer

Reference with a yellow triangle, what does it mean?

When you have an exclamation mark, I understand that the reference is in trouble and needs to be removed / reinstalled. But with this little triangle, I do not know. I saw that the package is installed. If so, what should I do? See the screensho...
asked by 15.09.2017 / 11:57
1
answer

Download Files by web link C #

I'd like to deploy on a system that I'm making an option to download the files over the web, for pre-defined cloud links that I have. But I'm not able to do this implementation. Can you help me?     
asked by 18.07.2018 / 06:08
1
answer

How to install newtonsoft in visual studio without nuget

I would like to know how do I install newtonsoft-json in Visual Studio without nuget, because I heard that I would have to install it without nuget.     
asked by 20.02.2014 / 01:57
1
answer

How to call the form inside another - Visual Studio

I have the parent form with a menuStrip. I already set it to isMdiContainer = True And I have another form that I call Services. In the Click event of the menuStrip > Service I put this: frmCadastroServico CadastroServico = new frmC...
asked by 20.09.2017 / 14:36