Questions tagged as 'visual-studio'

2
answers

How to change the language of Visual Studio 2017?

If you follow Visual Studio 2017 installation step by step, it installs the operating system language. How do I change the language to English?     
asked by 11.03.2017 / 22:45
1
answer

What is the correct way to call C # versions?

There seems to be some confusion with the naming of the C # versions and the technologies that are related to it. Is there a C # 2005? Or a C # 3.5? What is the relationship of C # versions with .Net, Visual Studio, etc.? There are books...
asked by 17.06.2014 / 18:08
2
answers

Back previous position in Visual Studio

When we are wanting to see some method, we press F12 and soon we are "transported" to that method. It turns out that this method can be in another project or another form or in a user control and so forth comes the question. Is there any short...
asked by 23.12.2014 / 19:35
3
answers

Why does Visual Studio suggest simplifying the names? - IDE0001 Name can be simplified

Visual Studio 2013 suggests simplifying names, as you can see below: The suggestion is:    IDE0001 Name can be simplified translating: IDE0001 Name can be simplified Example: var obj = new Object(); //Sugere a simplic...
asked by 11.08.2015 / 15:48
3
answers

Develop for various platforms using C # and Xamarin Studio

To not have to learn various technologies to develop for the various mobile platforms, I wanted to use only C #. However I have some doubts, namely: Is Xamarin Studio free? With the same code, does the generated application run on al...
asked by 24.10.2014 / 22:39
2
answers

#region is an antipattern or a code smell?

The #region of Visual Studio it hides the codes, everyone says that it is bad because it exists? Is it an antipattern or a code smell ?     
asked by 25.08.2015 / 14:01
3
answers

What is and what is the Target Framework server for?

I worked for some time with .NET and was asked about the target framework of my projects. I understand what it is for but I did not know how to explain it in a simple and clear way exactly what it is.     
asked by 08.08.2017 / 16:14
1
answer

How to change the namespace of a C #

The project was created with the name Windows and I want to change it. The problem is that if I simply right click on the project and rename it, the project gets full of error. I tried changing the Assembly name and Default namespace but it also...
asked by 14.01.2016 / 16:49
2
answers

Differences between compile and recompile?

Some IDEs like Visual Studio have the options of compiling and recompiling the project, what is the difference between the two and what do they do differently? And when should each be used?     
asked by 20.07.2017 / 14:53
3
answers

Difference between Visual Studio Community, Enterprise and Code

Intending to learn how to program C # and .NET for the web, and I came across a situation when I downloaded Visual Studio . I'm not sure exactly which version of the download should do. What is the real difference between editions?     
asked by 11.09.2016 / 22:06