Questions tagged as 'visual-studio-2015'

2
answers

Scaffold Template Edition MVC. How to get project reference in Solution Folder?

I'm editing the ASP.NET MVC Scaffold T4 templates and I need to get some extra class information. For example, , of the DisplayName class attribute. I found some examples: var env = (DTE)((IServiceProvider)this.Host).GetService(typeof(E...
asked by 04.09.2015 / 16:22
2
answers

Is there any component that replaces Windows Forms SpinEdit in WPF?

I prefer open source components, or if possible a form of adaptation, since I did not find any SpinEdit or similar in WPF.     
asked by 13.02.2017 / 02:15
1
answer

How to use a Masked textbox for time in C #?

I'm trying to create a masked textbox that gets the time of a video. But I do not know how to format the masked textbox so that it receives the time in HH: MM: SS: MMM . The amount of time I get from the video is a double . 1 sec = 1000. I...
asked by 16.06.2016 / 18:13
1
answer

Enter additional data, from the bank, into the User's Claims. What is the best time or the right way to do it?

I have some extra information that I need to add to user claims that are from other tables and classes. Given the method generated by the ASP.NET MVC template with Identity in class ApplicationUser : public class ApplicationUser : I...
asked by 10.09.2015 / 02:25
1
answer

Meaning of class member icons in Visual Studio

I would like to know if there is any documentation that deals with the meaning of the Visual Studio images / icons (obviously some are explicit ( salvar = disquete ) or whose function is shown when positioning the mouse.) I quote the f...
asked by 24.06.2015 / 03:12
1
answer

Android VM - Connection Error

Dear, good morning! I am not getting connection in my android emulator, could someone help me? I'm using VisualStudio Emulator for Android. My project is compiling, and running correctly, but I can not connect, do I need to configure somet...
asked by 28.04.2016 / 14:17
1
answer

How to check memory usage in Visual Studio?

I'm recently developing an asp.net mvc 5 project. When I call a view, the RAM expires to 0MB. There the PC works. When RAM returns to normal, it shows page view. Can anyone tell me if a Visual Studio exists this tool to detect memory co...
asked by 19.12.2016 / 22:40
2
answers

How to change background color in Visual Studio? [closed]

How do I change the background color of my Visual Studio? It is white I want it to be with black background. See an example below:     
asked by 04.12.2015 / 21:28
1
answer

Where to remove this visual studio warning?

I started to see a warning in my Visual Studio 2015 that I did not have before.    Heap profiling is enabled in the Memory Usage tool. This impacts the performance of the process being debugged. It can be disabled from the Diagnostic Tools wi...
asked by 20.12.2016 / 18:19
2
answers

Use Firefox to run ASP.NET application

When I'm debugging (F5), before I can choose the default browser . IE, Google Chrome. I have installed Firefox but it's not showing up for me.     
asked by 04.05.2017 / 18:09