Microsoft Visual Studio is an IDE for the .NET family of languages.
-2
votes
3answers
164 views
What can you specifically do with Basic? [closed]
I'm confused on what can specifically be done with Visual Basic programming. I read that you could do anything with it such as create games, so does this mean it could be used to make games that could ...
1
vote
1answer
141 views
Is it a good idea to include Installer Project within single solution?
I have pretty large code base for the client product I am working on. I am using Visual Studio 2010 for my development and it's hectically slow. I can get rid off this by disabling the installer ...
0
votes
0answers
48 views
Document existing Visual Studio Project [duplicate]
I am a small business owner and my sole developer quit. Cold. I am not a coder. He developed an existing application that works .net, c#, javascript, sql, visual studio based, 250,000 lines of code. ...
-2
votes
2answers
140 views
Why do people tend to gravitate to older versions of visual studio? [closed]
I'm starting to pick up all of the perks of C++11, and being a 2010 user i'm considering installing 2012 instead for better c++11 support. But why is it that 2012 doesn't seem as popular as 2010? Am i ...
-3
votes
0answers
55 views
adding excel sheet in Windows Forms Application [closed]
I want to create Windows based inventory application. I need to automate the manual entry in multiple excel spreadsheets, and in spreadsheet formula's are also used . values in sheets are ...
5
votes
2answers
1k views
In Visual Studio 2010, which is better to use: VS Installer or the InstallShield LE?
I built a VS Installer project in Visual Studio 2008. I see in VS 2010 they have InstallShield LE available as an alternative. I used InstallShield long ago as part of Borland Delphi, but haven't ...
2
votes
1answer
87 views
How to properly diagram lambda expressions or traversals through them in Architecture Explorer?
I'm exploring a piece of code in Architecture Explorer in Visual Studio 2010 to study the relations between methods. I noticed a strange behavior.
Take the following source code. It generates a hello ...
5
votes
2answers
2k views
What's the difference between ASP.NET Web Applications and Websites?
Currently, I am reading Pro ASP.NET 4 in C# and in it, two ways of creating a web application are described:
Website
Web Application Project
In which scenarios should I choose the former over the ...
0
votes
6answers
323 views
Wise way to implement a website login and database tables for a small shop
Im building this website for a small store and I was told that its better not to keep the login and the rest of the users information on the same table.
Now im wondering, what is the best way to ...
16
votes
4answers
7k views
Does Microsoft have a free version of Visual Studio? [closed]
Not a trial, but a truly free version that they offer users to download....
I was wondering in case I somehow missed the option on their website. Any version of Visual Studio will do.
If not, are ...
0
votes
0answers
36 views
Visual Studio UML reference to another modeling project
I am creating several components and have broken them into different class diagrams / modeling projects. I have to do this because a single diagram simply isn't big enough. Is there a way for a ...
2
votes
2answers
222 views
When people work in different countries and need to work together how to keep code in correct language
I'm a member of a small new team and with one of our latest builds I noted that, VS2010 code files don't contain language formatting.
So for example when I write down a Euro symbol in my code or ...
2
votes
1answer
215 views
How to see bits of an integer in Visual Studio
As far as I know it is not possible to see the bits of an integer in Visual Studio, you can see variables in decimal or hexadecimal format in the Locals and Watch windows in the debugger.
Why is this ...
2
votes
3answers
239 views
RESTful Design: Multiple Relationships Between the Same 2 Entities
I am in the process of designing RESTful web services and got stuck at one point. The design is very simple with 3 entities:
- Project
- Status
- Employee
The part I am having trouble with is ...
4
votes
2answers
471 views
Define which tests are run after build in Visual Studio 2012
Visual Studio 2012 has a new feature where it automatically runs your unit tests after every build.
I would like to use this feature, but I have a number of tests that should not be run after every ...
2
votes
1answer
98 views
What type of projects should each of these projects be given their particular purposes?
I'm working in a creation of a new system that should be able to change the presentation layer without trouble, also be able to comport web-services, shop areas, internal control of data, creation of ...
-1
votes
3answers
420 views
Buying an MSDN license [closed]
I work as a full time developer (primarily using Visual Studio and VB.NET) with two other developers and three application support technicians. We use Visual Studio 2008 and do not have an MSDN ...
2
votes
0answers
39 views
How to associate a new/modified changeset with an existing review in VisualStudio 2012
I'm trying out the new Code Review tool in Visual Studio 2012. Which seems okay for the most part, but I've hit a wall in regards to when changes are required.
How should this be handled in a code ...
-5
votes
5answers
568 views
Can Visual Studio 2008 run side by side with Visual Studio 2012? [closed]
Unfortunately I have to continue to use it to support a Windows Mobile codebase.
1
vote
2answers
331 views
How to learn (master?) Visual Studio 2012 [closed]
What are good resources/books for learning this beast?
I quickly get overwhelmed when I get inside it (VS 2012 Ultimate), and feel overwhelmed that I'll never be able to fully learn it. There ...
19
votes
3answers
839 views
Moving away from .Net to Ruby and coping without intellisense
I am in the process of trying to learn Ruby, however after spending nearly 10 years in the MS stack I am struggling to get by without intellisense. I've given RubyMine a try which does help however ...
0
votes
1answer
187 views
Building old 32-bit Visual Studio 2003 projects on 64-bit Windows [closed]
I'm working with a legacy product build environment that depends on (among other things) Microsoft Visual Studio .Net 2003. We're updating our build environment to use 64-bit machines, since our ...
0
votes
1answer
242 views
Environment Variables and Visual Studio 2012
I have a problem with Visual Studio 2012 and Environment Variables under Windows 7.
I added a variable called {LIBS} with the value C:/libs/.
In C:/libs/ are folders containing C++ libraries.
So far, ...
0
votes
1answer
308 views
What plugin should I use to integrate TortoiseSVN into Visual Studio 2012 on Windows 8? [closed]
I have TortoiseSVN installed on my local machine just to improve my knowledge of subversion on some small personal projects. I downloaded and attempted to install VisualSVN to integrate TortoiseSVN ...
1
vote
2answers
436 views
How to organize MVVM files in solution
I'm fairly new to the MVVM concept but like a lot of the flexibility it gives me so far. However, I'm struggling to find a good way to manage my code. I have several classes that are just sitting in ...
3
votes
1answer
1k views
Main differences between “Monodevelop” and “Visual Studio” [closed]
What are the main differences between Monodevelop and Visual Studio? I specifically want to know the differences while writing programs on C# language.
I want to know the difference because I am a ...
0
votes
1answer
233 views
How to test a localized WPF application in visual studio 2012
I am trying to create a localized application in C# / WPF in Visual Studio 2012. For that I created two resource files and changed one string in a (XAML) window to use the resource files (instead of a ...
8
votes
3answers
675 views
Pair programming remotely with Visual Studio?
What tools exist to facilitate pair programming with Visual Studio when the programmers are not in the same physical location? At the moment we are thinking voice (Skype?) plus remote desktop (VNC? ...
3
votes
2answers
2k views
Is Resharper still a significant improvement for Visual Studio 2012 [closed]
I currently use Resharper with VS 2008 Pro. I find it almost a necessity to be as productive as I can be due to lack of some of the basic refactors/shortcuts in VS.
However I was wondering if since ...
0
votes
1answer
96 views
Using Visual Studio as a Task-Focused IDE
Are there patterns or libraries or any official Microsoft SDK for using Visual Studio as a specifically Task-Focused UI?
For example, both Revolution R (IDE for the R language) and SQL 2012 (and I ...
1
vote
2answers
355 views
I need to go from Linux to VS2012 fast. Anybody have a guide? [closed]
I need to parallelize a library through the use of a graphic accelerator. I have had no trouble doing similar work on Linux but I am struggling with using Visual Studios 2012.
I can't figure out how ...
2
votes
2answers
505 views
Should I start MCPD training now or wait for new exams? [closed]
i apologize if this question has been asked before, or if this is the wrong place to put it.
I'm beginning my study track for the MCPD certification in Web Development. However, Microsoft plans to ...
-2
votes
6answers
202 views
How do you safely work around broken code? [closed]
Once in a while, a co-worker will check-in bad code which blocks my application from initializing properly.
To get around this problem quickly, I comment out the offending code. I then forget to ...
31
votes
2answers
32k views
Visual Studio 2012 - Express vs Professional
I'm having trouble finding a feature comparison between Visual Studio 2012 express edition and the professional edition. I'm using the trial Profession version at the moment, but it'll run out soon, ...
1
vote
1answer
638 views
Visual studio for Windows XP [closed]
Visual Studio 2012 do not support windows XP and Microsoft Store does not seem to sell VS 2010 anymore, any idea how can I use Visual Studio Professional for development in Windows XP?
3
votes
2answers
165 views
Taking a Projects Development to the Next Level
I have been looking for some advice for a while on how to handle a project I am working on, but to no avail. I am pretty much on my fourth iteration of improving an "application" I am working on; the ...
2
votes
2answers
541 views
Do you use ReSharper full time, or only enable it when needed? [closed]
Based on a multitude of questions related to temporarily disabling ReSharper, and also on certain research data, I can see that a considerable share of ReSharper users have it disabled most of the ...
2
votes
1answer
135 views
Best thing to do about projects supporting multiple versions of Visual Studio?
I have an open source project that works on .Net 2.0 and up. The thing is though that I prefer to use Visual Studio 2012, which forces the solution and project files to only work with VS2010/2012.
...
14
votes
10answers
1k views
Declaring interface in the same file as the base class, is it a good practice?
To be interchangable and testable, normally services with logic needs to have interface, e.g.
public class FooService: IFooService
{ ... }
Design-wise, I agree with this, but one of the things ...
3
votes
1answer
217 views
Writing scripts for Visual Studio project
What is the best way to write and run small scripts and tasks that are specific to a particular .Net project?
Such things as configuring a database or confirming proper connections to servers.
In ...
0
votes
2answers
220 views
Approach on Software Development Architecture
I am planning to standardize our way of creating project for our new projects.
Currently we are using 3tier architecture where we have our ClassLibrary Project where it includes our Data Access Layer ...
2
votes
1answer
516 views
Port numbers in Visual Studio projects and IIS
I have a few questions about localhost and port numbers as this is an area where I do not have a lot of knowledge, and because I recently had to work with setting up Visual Studio projects and IIS and ...
1
vote
2answers
193 views
Best approach for utility class library using Visual Studio
I have a collection of classes that I commonly (but not always) use when developing WPF applications. The trouble I have is that if I want to use only a subset of the classes, I have three options:
...
3
votes
3answers
326 views
How much should I rely on Visual Studio's Auto Generated Code?
I'm reading about ASP.NET (VB.NET) and I want to built my professionally website. I'm wondering though; I'm still using the basics so I'm really just a novice, but how much should I rely on Visual ...
4
votes
4answers
1k views
Is there a downside to installing Visual Studio Ultimate if I don't need all the features?
Microsoft released today the final builds of Visual Studio 2012 on MSDN. I'm trying to decide from this version comparison page which edition to install (I can install any edition I want for free). ...
14
votes
9answers
980 views
How do you avoid working on the wrong branch?
Being only a little careful is usually enough, but sometimes I need to double check the branch I'm working on (e.g "hm..i'm on dev branch, right?") and I check the source control path of a random ...
0
votes
4answers
561 views
Is this program possible?
Everyday I have to "count" files that come in from facilities across the country to ensure we receive them all. The names of said files are defined by which date/facility they came from.
...
2
votes
1answer
348 views
Visual Studio extension to highlight code reuse?
I was under a tight deadline to finish a project in C#, and as a result I feel I didn't code things in the most efficient way. Now that I have time to go back and optimize the code, I was wondering if ...
-1
votes
1answer
1k views
Developing Razor Web Pages - Visual Studio and/or WebMatrix?
When I started learning about Web Pages I followed several of the Microsoft tutorials, all of which utilized WebMatrix. I did this until I realized that WebMatrix offered no debugging. Wait? What?? No ...
2
votes
2answers
308 views
Add a second developer to the team
In my company, I'm the only developer, but we plan on expanding the team by hiring a second programmer. I know there are a lot of implications to that (especially around source control). I've Googled ...
