Questions tagged as 'c#'

0
answers

Get DPI definition of image extracted from PDF

I'm using itextSharp to extract images from PDF files. I used this code as the basis: link Here is my modified version to support files in memory instead of having to work with files on disk: /// <summary>Helper class to ex...
asked by 18.04.2018 / 15:44
0
answers

Validate hidden URL in html tables with C #

Good morning, I'm developing a bot to capture certain information within the court of accounts of a state, however according to the validation of the pages that is done per year I came across the following situation: - some pages have a hidde...
asked by 19.04.2018 / 13:19
1
answer

Change the dynamic menu item in asp.net, from "mouse hover" to click

I have a dynamic menu in ASP.NET and one of these menu items contains a submenu, however to access this submenu a mouse hover event does not appear in my code. I need to change this "mouse hover" event to click somehow, even if it is by css or j...
asked by 25.04.2018 / 14:33
0
answers

How to hide Properties in the DataGridView

How can I hide my properties from my base class. I want to hide the properties in the loading act of the DataGridView from the person class, perhaps with a syntax similar to [DisplayName("Titulo")] I intend to control what will be display...
asked by 26.04.2018 / 16:53
0
answers

StoredProcedure in SQL Server by passing a C #

I would like to pass a list of parameters to a procedure, how to do this process? I did some research and found that it is possible to create a TABLE TYPE and use it in the procedure parameters, but I could not use it, for example. CREATE T...
asked by 06.04.2018 / 17:35
0
answers

How to map a json string to another json string?

Is there any way to do a maper from a json string to another json string? The goal is to get the value of a json property and set it to another property of the other json. Exe; I have json. { "codigo":0, "descricao":"string",...
asked by 06.04.2018 / 13:55
1
answer

Sonar: Validate changes from a certain date

I use Git integrated with Team Foundation Server. The idea is to put Sonar as a step in TFS to stop the build according to the established rule. I need to know if it is possible for Sonar to apply the tests only for changes made as of a certain...
asked by 19.03.2018 / 13:56
1
answer

How to mount a message array and send in a BadRequest [duplicate]

I understood in the previous post the badrequest. I need to put a message to him as follows. If a merchandise does not have a Serial Number, I must put together a message and send it. Let's say my query returns me 7 items and these two do not...
asked by 16.03.2018 / 19:57
1
answer

How do I handle message with special characters

I am consuming a REST service that is returning the following message with special characters: "Animated T & amp; Spaces" Is it possible to handle this message?     
asked by 11.04.2018 / 00:11
0
answers

Xamarin - Hamburger Menu Add to the button click back WP

I'm using the code below to create a Master Detail menu in Xamarin. The code works perfectly on Android but on Windows Phone it has a bug that I can not resolve. MainPage.cs using AppNewsPlay.MenuItems; using AppNewsPlay.Views; using System...
asked by 11.03.2018 / 15:50