I developed a C # Windows Forms application with Visual Studio 2013 and with Firebird database, but I would like to make a small application to facilitate access to the system. But in this application it would be necessary to access the same app...
Do you know when you drag, for example, a textbox to one place and another to another location, and Visual Studio automatically aligns you so that form is more organized?
I use Visual Studio 2013 and it suddenly stopped with thi...
I'm using VS2013 Entity 5.
The situation is as follows:
In a Children table, there is a SexString attribute that receives the value 0, 1.
0 for male and 1 for female. (could use "m" or "f", but it is a learning situation)
In my DataGridVie...
How do I create a Visual Studio 2013 Report from a DataTable (or DataSet) created in a method?
When fetching the Report.rdlc data source I reference the class where the DataTable is created, but it is not listed as DataSource.
I tried to a...
How to configure GitHub (Version 2.26) in Visual Studio 2013 (in VST 2013 in Solution Explorer / Team Explorer) to share a project on the local network?
In Visual Studio Community 2013, for Windows Phone application development, the following error occurs when attempting to obtain the developer license: Message Title - > Could not get your developer license for Windows 8.1 Message Content - &...
When I use gulp with TFS I have trouble executing gulp commands: TFS when checked the files, it locks the gulp's actions, not letting it read the files checked by TFS. My solution is to give edit to all solution files. Is there any other solutio...
I know there are extensions to Visual Studio 2010 that display outline specific to each environment: C #, css / javscritp, and HMTL?
Are there any solutions in a single extension? Or do I have to set up and install multiple extensions for the...
I am developing a project that has a complete logon system with Roles , User and Goups , but when I rename the project it asks to Attach the Process instead of DEPURING, how to solve it? >
I would like to separate my source code into folders to have a better organization in the code by grouping the files into directories.
In general, you usually have a lot of .h and .cpp files, and I usually separate the folders. I have always...