We have developed a system, written in c#: There are physical electronic controllers that have ethernet adapters. They communicate to the socket server over UDP which is writtren in c# (.net 4.8) as a dll with a winforms application on the front. There is a web based front end written in CoreASP...
Hello,
I've made my web app on Blazor server-side and I'm trying to publish it on a windows server. I tried different methods to publish but all came to the same conclusion.
HTTP Error 500.30 - ANCM In-Process Start Failure
Why am I having this problem? You can see the result on...
Hi;
I am not getting the condition to interpret char array with integer :
string AjusteICMSDocumentoId = "102345";
char[] array = entidade.AjusteICMSDocumentoId.ToCharArray();
if (array[1] == 0)
{
if (viewModel.TipoImposto !=...
I have windows form functions FillGrids and i need to convert to json format string
private static void FillGrids(Control.ControlCollection Controls, xForm frm)
{
foreach (Control co in Controls)
{
if (co is xDataGrid &&...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.