Good people, I'm going through a little problem, I have a c ++ application and I have to get the output of it to be read by a C # program. I would like to know if there is any way to do this? I wanted to have a communication between them.
I have aplicativo universal created in visual studio 2015 updated. When uploading the application and the following message is displayed:
Error :
"The declared package dependency does not exist Dependency:
Microsoft .NE...
I have a need here and I'm having a hard time implementing
I have an application with Decorator Pattern and would like to update the data of my components by taking the information directly from the database, but I am not finding a legal way to...
No result in this post , I would like to know how it would be used the Directory.GetFiles function, to list the files and folders within it without showing the full path.
Ex:
public List Listar(String a){
return Directory.GetFile...
I have created some TextBox controls dynamically in my Code Behind and need to retrieve the values in a new method, however I can not use% changed% in a new method.
try
{
DataTable tbDadosAux =// Método para...
I'm designing in WebForm, and I'm passing an array to a method that will make a post for a specific URL. However, after I run the project and send the array to the method, it breaks with the error reported in the title.
private void webBrow...
I have a C # application that consumes a webservice asmx (which is also developed in C #).
Whenever I publish a new version of webservice, I need to update the (webservice) reference in the applications that consume it. The update operation...
I'm trying to use the chosen ( link ) plugin with DropDownListFor , however when using this plugin the validation of the field not working.
Caixa.cshtml
@model CaixaViewModel
<div class="row">
<div class="...
This is my method of deleting from gridview:
protected void TabelaAlimentos_DeleteRow(object sender, GridViewCommandEventArgs e)
{
if(e.CommandName == "Delete")
{
GerenciarAlimentacaoController controller = new Ge...
I had the following syntax in SQL
SELECT tbl_boleto.int_IDC, tbl_Admin.int_STATUS, tbl_Admin.int_CONVENIO, tbl_Admin.int_PLANO, tbl_Admin.int_RESTRICAO, tbl_Admin.str_URL
FROM tbl_boleto INNER JOIN
tbl_Admi...