Questions tagged as 'c#'

2
answers

Integration of two different applications in ASP.NET MVC

Hello, I need to integrate two distinct applications: one is a client business administration application and the other a financial management application. They are two separate applications, so what I need is that when you register a custome...
asked by 18.03.2016 / 15:40
1
answer

Select (HTML) with multiple selection. Marco one and should mark all, not working

I have this select with multiple select <tr> <td width="10%" class="label_right">Autorização Prévia: &nbsp;</td> <td class="label_left">...
asked by 19.01.2016 / 18:49
1
answer

Create ODBC Connection

I'm integrating my system with the database. SEFIP . The database is in Interbase (.gbd). I can make the connection to the database via Microsoft Access normally. I created an ODBC connection manually (Run: odbcad32 or Administrative Tools ->...
asked by 21.01.2016 / 17:39
2
answers

SIT tones using Python or C #

Hello,  I'm making an app that detects SIT tones ( link ).  I understand very little about mathematics involved in Fourier transform and signal processing.  What I'm wanting is to understand how I can identify if these patterns occurred on a voi...
asked by 23.01.2016 / 00:44
1
answer

Design pattern for combining data coming from different Databases

I'm getting data from two different databases and need to format this data for Json. The problem is not accessing the two banks and picking up the information. The problem is that my class got more complex than it should have. One of my Json...
asked by 28.01.2016 / 14:43
1
answer

Questions about using Contains with Regex in C #

I would like to use the Contains method in a code in C #, but instead of passing a string literal, that is, a specific word, pass a pattern or a regular expression as a parameter. For example: Instead of passing: bool nomeDaVaria...
asked by 22.01.2016 / 23:35
1
answer

How to serialize a dateTime displaying in dd-MM-yyyy format hh: mm: ss

How do I send to View() of my Controller in Json format, the date formatted in the dd-MM-yyyy hh:mm:ss pattern? In the data transport between View and Controller I'm using AJAX. public ActionResult GetList(Object abc) { ......
asked by 06.01.2017 / 20:23
1
answer

How can I validate an enum using FluentValidator?

I am creating a validation class in c# using FluentValidation to validate that my Type property of my Account class is of type AccountType which is my enum . How would the correct implementation of this...
asked by 06.01.2017 / 19:12
2
answers

Interpreting card responses answers [closed]

I wonder if there is any library that is capable of processing a scanned image of a response form (similar to that used in the ENEM). I have already found software that is able to do this, which is the KaptureAll , but I wonder if there is an o...
asked by 06.11.2015 / 14:04
1
answer

Post with form + string

I have the following function: var form = $("#formEditarCompra"); var meioPublicacao = $("#MeioPublicacao").val(); if (form.valid() && setarFocoErro()) { mostrarAguarde(); $.post(form.attr("action"), { compra: form...
asked by 03.11.2015 / 15:16