Questions tagged as '.net'

1
answer

Display form according to user's response

I need a little help. I have Grid , with a column named status de interesse , the type of that column is ComboBox . However, when the user select the declined option I want to display a form x. How do I? I think the even...
asked by 23.04.2018 / 21:44
1
answer

Lib dependencies in C #?

I'm doing some lib in C # to use in my projects and not always have to rewrite. but how do I do with Lib's dependencies? Example: I made a lib to use Google Drive and it has the name lib.GoogleDrive but needs to go together: Goo...
asked by 01.02.2018 / 12:04
1
answer

Critical for when to do Deploy [closed]

In the case of a .NET webforms application being deployed, is there any way to warn the user that the system is being updated?     
asked by 27.02.2018 / 13:25
1
answer

Deserialize to an ICollection without the need to create an extra class

Hello. I am using Json.NET to deserialize my object. Today I do the following: JsonConvert.DeserializeObject<ICollection<TModelo>>(stream.ReadToEnd()); Currently I have to create an extra class ( Produtos ) because...
asked by 26.12.2017 / 19:11
0
answers

Xamarin forms. Collect camera frames

Greetings to all! There has been a need to develop an application where my biggest difficulty right now is to load the camera from the cell into an object and somehow get some onFrameChange event from the camera. I want to create an interf...
asked by 22.12.2017 / 11:34
2
answers

Search for C # file path?

I need to find the path of a .wav file in C# . I can find and run .wav with the full path "c: \\ pathx ...", however, I need the application to find the file in any directory it is strong>. I tried to do this: var file = ne...
asked by 09.12.2017 / 14:32
0
answers

Entity Linq query in many-to-many relationship

I inherited a bank that is untouchable ... Despite having some very "strange" things. For example I have the following situation that would represent a n-n relationship but the relationship does not actually exist. In other words, a nei...
asked by 09.12.2017 / 18:01
1
answer

How do I get the object or the value of a tr with DataTable

function excluirDadosTabela (){ $('#gridtabelaDocumentos').on('click', '.excluir', function(e){ e.preventDefault(); var teste = $('#gridtabelaDocumentos').DataTable().row($(this).parents('tr')).data(); console.log(test...
asked by 09.11.2017 / 16:36
1
answer

GoogleAPI in VisualStudio

I'm trying to implement over a ready-made class that sent me using GoogleAPI, but I can not in any way add the reference to the project via NuGet. Do you know where I can download it? Here is the code: using System.Collections.Generic; using...
asked by 03.11.2017 / 12:48
1
answer

How to update javascript file content on the page?

I searched the forum and did not find a definitive solution, my problem is with regard to browser cache, when I make a change to a javascript file, my client only receives the updated file after cleaning the cache. We have already dealt with...
asked by 10.11.2017 / 19:35