Questions tagged as 'c#'

1
answer

Error when deserializing a Json that I receive from the server

   Can not deserialize the current JSON array (eg [1,2,3]) into type 'Gnaritas.Colour.Models.ColumnForm' because the type requires a JSON object (eg {"name": "value"}) to deserialize correctly.       To fix this error, either change the...
asked by 08.11.2017 / 22:12
1
answer

Search Results NHibernate C #

I'm doing a query in NHibernate, but I'm not able to get the desired result, I want to bring all my items from the file table that have no relation to another table called Layouts, I tried to use a where to get it back, but when I called the met...
asked by 08.11.2017 / 12:56
2
answers

How do I get an ENUM constant for the integer value?

I have an Enum that represents the months: public enum Mes { Janeiro, Fevereiro, Marco, ... } How do I get the full month's description of the month? Ex: Enter 12 and return December     
asked by 06.11.2017 / 18:24
1
answer

textbox value for another textbo using Tabcontrol and Tabpages

I'm using a form with a TabControl , with three pages. In% with% I have a TabPage1 (seller), I need to take the value of this TextBox to another TextBox that is in TextBox . How can I do this between the TabContro...
asked by 31.10.2017 / 18:35
2
answers

Visual Studio 2017 no template

VS2017 is installed, but the 'Blank Solution' templates do not appear. I tried uninstalling and reinstalling without success. Has anyone ever been in this situation? Picture:     
asked by 31.10.2017 / 02:57
1
answer

Return number of cells according to parameter of a datatable

I need to get duplicate cells from a particular column, is there any language function that returns those duplicate cells? Example: coluna-1 coluna-2 1 87 2 9 3 12 1 17 2 28 I would ha...
asked by 06.12.2017 / 20:48
1
answer

Develop an MVC project with Web API

Someone asks me to develop an application in MVC with various technological elements like Angular, Bootstrap, Entity and etc. I then create a Web API project, can I guarantee for this person who is developed in MVC? This is just conceptual.    ...
asked by 06.12.2017 / 18:16
1
answer

Find specific data within a List

I have List<Class> originated from a class. The properties of the class are: datetime DataCotacao double ValorCotação double FatorDiario Following the data registered for example: Data FatorDiario 04/12/17 1,02077 05/1...
asked by 05.12.2017 / 16:56
1
answer

Communication between MVC Controllers

I'm having trouble communicating between Controllers each in a different Area , the public methods of the second controller are not available in the first one. Is there any way to do this? Here's the example below: public class AController...
asked by 21.10.2017 / 06:46
1
answer

Difficulties with Dll import C #

I'm having a hard time rewriting a method of a dll in C #, we bought a price checker from a manufacturer, in case it provides a dll and a sample code in Delphi. This dll has some functions among them to start the service with the reader, to r...
asked by 23.10.2017 / 12:24