Questions tagged as 'visual-studio-2013'

4
answers

How to create a user interface with the same style that was used in Visual Studio, Office 2013, GitHub for Windows, etc?

I would like to know how to create UI like those used by Visual Studio, Office 2013, GitHub for Windows, etc. I searched the internet and found a theme for WPF called Cosmopolitan Theme, but looking at some details you realize that it is not...
asked by 16.12.2013 / 16:43
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
4
answers

Merge word docx documents from a template and replace words

I need to get the contents of a docx file like template , which contains as text content and some identifiers to be changed with other data , and from that template create a single docx with the same content but replicated and with cha...
asked by 01.06.2014 / 21:33
5
answers

How to solve accentuation problems with ASP.NET MVC?

I'm having problems with accentuation in ASP.NET MVC 5. I'm using Visual Studio 2013 Professional and the .Net 4.5 application. SQL Server 2008 and Entity Framework 6. The browser is Google Chrome upgraded and Windows is 8.1. Example: W...
asked by 03.03.2014 / 00:22
1
answer

Find slow point in .Net code

I need to parse a code that is taking too long to execute, the method code is extensive and makes several calls to other methods, I've been debugging to try to identify the slow point, but this is very difficult . Does Visual Studio have any...
asked by 14.01.2016 / 12:14
2
answers

Is it possible to join a C # form to a VB.NET project?

I have two distinct projects, one with just one form in C #, can I embed the form in my project in VB.NET?     
asked by 18.06.2015 / 06:13
2
answers

WebMethod is not called (triggered) through PageMethod

I'm not able to fire a WebMethod on a project created in Visual Studio 2013 (WebForms Application). If I create a project, for example, in Visual Studio 2008 and migrate to Visual Studio 2013, it works correctly. If I create a new proj...
asked by 13.01.2014 / 14:53
2
answers

How to count lines of code in a .NET solution?

What are all (free or not) solutions for counting lines of code in a .NET solution? Use two Visual Studios: 2012 and 2013.     
asked by 13.03.2014 / 20:04
1
answer

Change template classes in Visual Studio

Is there a way to configure Visual Studio to create classes with public ? When you create a class by template, either from the dropdown menu of a mouse over a class name that does not exist yet, or by adding a class to a project, they a...
asked by 13.11.2014 / 01:01