Microsoft Visual Studio is an IDE for the .NET family of languages.

learn more… | top users | synonyms

-6
votes
0answers
26 views

How do you convert your typescript file to javascript in visual studio 2013? [on hold]

What's the easiest way to accomplish this? There doesn't seem to be any immediate functionality available.
0
votes
1answer
80 views

Limitations of using Hyper-V Virtual Machine as .NET Development enviroment

I've been thinking of using a Hyper-V Machine as instead of physical computer for installing my .NET / Azure / Xamarin / ASP.NET / Windows Phone development tools. That way I could easily move from my ...
0
votes
0answers
58 views

Does Visual Studio enable me to selectively run test cases? [migrated]

How to segregate this? Say there is a module built with a contract (i.e. implements an interface). This is done so for unit test purposes and extensibility. Say there is a person (A) in my team ...
0
votes
0answers
29 views

Propogate file renames in Visual Studio (2013) to GIT as GIT renames? [migrated]

We use GIT and Visual Studio 2013 (Ultimate + Professional versions). The code for the solution and projects is in GIT and anytime we rename the file in Visual Studio, GIT sees them as delete ...
0
votes
0answers
7 views

How do I move to another line when I'm stuck inside angle brackets? [migrated]

I use Visual Studio Express for the web. I noticed that when I write an HTML markup such as h1, Visual Studio completes the tag for me. However, in this case I become inside the tag so when I ...
0
votes
2answers
87 views

How should I structure my namespace tree so that I have a Math class and Math namespace?

I don't know if this is a good or bad idea, or if it's technically even possible... but I'd like to have something of the following sort: public class Math { public int gcd(a,b) // Method for ...
0
votes
0answers
4 views

Visual studio online source control breaks debugging [migrated]

I'm completely new to source/version control and I recently decided to try out the Visual Studio online service (the renamed TFS online service). I ran into a problem and now I'm not sure if I'm doing ...
1
vote
3answers
122 views

Is it good to create static method at Visual Studio refactoring?

There are various refactoring options in Visual Studio to use at the time of coding. When we extract and create a new method. Then Visual Studio decide whether the new method will be static or ...
0
votes
1answer
78 views

Can someone explain to me how Visual Studio Uses Image File Types for Icons?

I am creating a System Tray Application and I am trying to add my own icon file to the project. I have figured out a way to add the Icon by doing Add New Item -> Icon and then copying and pasting an ...
3
votes
1answer
95 views

How to do structured code reviews [duplicate]

We need to do pre-check-in code reviews. We are using Visual Studio and TFS. The built in code review functionality, is a bit odd to me. If I "reject" a check-in and comments what needs work, the ...
0
votes
1answer
119 views

Commit projects individually or whole solution?

I am working (alone) on an application that is a music portal where you can search for artists, songs etc ... The C# solution consists of: a class library that contains all the stuff to access the ...
5
votes
4answers
326 views

Visual Studio versions and Team Etiquette

I have a project on CodePlex that I have opened to basically anyone to join and help out on. I am mostly an enthusiast coder, although I have done some programming work as part of my job it has always ...
2
votes
1answer
318 views

Visual Studio's Developer License duals as a personal license? [closed]

I can be completely wrong but I vaguely remember hearing from a podcast that according to Visual Studio's license, a developer who works with Visual Studio professionally at their work place ...
-2
votes
2answers
563 views

Why should I use MSBuild instead of Visual Studio Solution files?

We're using TeamCity for continuous integration and it's building our releases via the solution file (.sln). I've used Makefiles in the past for various systems but never msbuild (which I've heard is ...
-1
votes
2answers
1k views

Want to create a simple gui app using C++ but dont know what to use [closed]

I have learned C++ to an intermediate point and now I'd like to create something beyond a console program. I would like to create a simple program that grabs info from specific text files and displays ...

15 30 50 per page