I have an application in winforms , which stays on the company server, then I pull the shortcut to the work area and the employee runs normally.
The problem began to happen, when we switched some computers (Desktop) to notebook computer...
I'm developing an item list filter, and would like to filter by any term in the item record. I've seen this working on Angular, but I'm developing for ASP.NET MVC 5 and using the Entity Framework + Linq for queries.
Has anyone ever been throu...
Good afternoon, I'm using ASP.NET MVC 5 with Windsor and when an Ajax request calls a method in the controller, the error saying that the controller has unmet dependencies. How do I make the request work because the dependencies are resolved in...
And I'm having trouble correctly converting this string to decimal .
decimal.Parse(txtValor.Text)=meuVen.Valor;
When I place the conversion in front, it shows error after = . I do not know how to convert the second part,...
Exception:
System.InvalidCastException: Can not convert an object of type 'NHibernate.Type.ManyToOneType' to type 'NHibernate.Type.ComponentType'.
The classes involved are:
public class ClassePrincipal
{
public virtual long Codi...
I'm using SignalR in a C # web application with VS2015.
This application has 2 pages A and B.
Whoever accesses page A connects to the "pageA" hub and who accesses page B in the "pageB" hub. This way I can separate the methods (client and serv...
From trying so hard, I think I've misfigured something important, so I can not make the routes work.
In this image it appears that the form is as post sending to the LoginProfessional controller in the Logon action. I'm not using RenderBody t...
insert image description here I would like to know how I can insert a numeric value through a textbox, and with this value x make x y visible.
ex. if I type 3 in the textbox, button 1, 2 and 3 will be visible
I'm d...
When searching the web, I saw that it is not possible to register assembly's in the razor view engine in asp.net mvc as it was done in webforms.
<%@ Register TagPrefix="wif" Namespace="Microsoft.IdentityModel.Web.Controls" Assembly="Microso...
I have this ListBox .
Whenloadeditusesatxtfilethus: CodetoloadListBox:privatevoidfrmOrdemServico_Load(objectsender,EventArgse){string[]d=File.ReadAllLines(@"C:\Users\willian\Downloads\dbProdutos.txt");
foreach (var line in d)...