Questions tagged as 'visual-studio'

1
answer

Is it recommended to use C # 6 in Visual Studio 2013?

In Visual Studio 2015 I see that it is possible to define the C # version: Source: link However, in% w / o%, it is necessary to install a Visual Studio 2013 package via nuget with a "help" of Microsoft.Net.Compilers 1.0....
asked by 15.08.2015 / 23:28
3
answers

Visual Studio 2013 does not install on windows 7

I can not install Visual Studio 2013 on Windows 7, I know it's possible because in college we have Visual Studio installed on Windows 7. So I do not know why it complains about the Windows version.     
asked by 30.11.2015 / 00:22
1
answer

How to add namespaces automatically in Visual Basic?

When creating any class in C #, using Visual Studio, it automatically adds the namespace, as can be seen below: namespace Aplicacao.Modelo { class Cliente { } } In Visual Basic, it does not do the same thing: Public Class Clie...
asked by 27.12.2016 / 00:30
1
answer

Change the project from .NET 4.5 to 4.5.2, how to do it?

I installed .NET 4.5.2 on the machine, I rebooted Windows 7 and, after opening the project, I went in Debug > Projeto.Properties > Application and tried to change the version with the Target Framework combo, but there is no v...
asked by 27.08.2014 / 19:20
1
answer

Import is not working

Imports System.DirectoryServices    ERROR MESSAGE: "Warning 1 Namespace or type specified in the Imports 'System.Directory.Services' does not contain any public member or can not be found. Make sure the namespace is defined and contains at lea...
asked by 17.01.2015 / 21:20
1
answer

What tools are available for .NET code coverage in Visual Studio?

I have developed systems using TDD in .NET. Recently, the company that worked, bought the version of Visual Studio 2013 Pro and in this version we do not have the code coverage tool, only from the Premium version (visual studio compare versions...
asked by 25.10.2014 / 19:47
1
answer

Creating Properties, Summary, and Custom Colors for Methods and Types

Is there any way or attribute that places it on a Class, Method, Structure, or anything else that changes its color? Example of function CType : Noticethatitiscolored,anditsargumentsinsteadofCType(Expression,TypeName)AsTypegetsCType(<ex...
asked by 07.05.2015 / 22:14
3
answers

High RAM consumption

My Visual Studio 2015 when I use to debug a WEB C # MVC project has the following RAM consumption: Is this consumption normal? My computer gets very slow when I have to test some modification on a page.     
asked by 05.04.2017 / 13:55
1
answer

Developing in Python with Visual Studio 2013

I'm trying to develop in Python using Visual Studio 2013 or 2015 because I'm already used to IDE, but I have no experience with the language. In the English SO there is an issue that lists Visual Studio as IDE but many resources are like 'con...
asked by 19.11.2015 / 17:05
3
answers

Alternatives to develop in C # in Linux? [closed]

My notebook has Ubuntu 14 operating system installed. I have great desire to join development in the CSharp language. But I would like to know if there is any good alternative in OS like Linux, since it does not have a Visual Studio of life....
asked by 29.04.2016 / 14:37