I have a class that does the search conditions as follows:
public enum EnumCondicao
{
[Display(Name = "Igual")]
Igual,
[Display(Name = "Diferente")]
Diferente,
[Display(Name = "Maior")]
Maior,
[Display(Name = "Menor...
I'm looking for a component where the user can enter the desired text and format the text as they see fit.
Something like the SO or image below.
Does anyone know of any?
Note: I'm using C # (Winforms)
I do not know what they are, nor how to call them. Are tags, statements? What are they?
In practice, I noticed some features.
<% %>
This statement accepts executable code, but does not return anything to the webpage....
I'm having a question regarding the behavior of the parameters passed to the constructor of a class, are they by default ref / out or value? Searching about the behavior of parameters in common methods they are by default values, a...
I have a list variable that is a List >.
She has 108 items.
The Matrix [0] list looks like this:
What I wanted was for the variable ListMatrix to come only with the items in the Matrix list whose COD_OCUPACAO = 1 & COD_NIVE...
From the moment we work with a very large amount of data (eg more than 3 million records), and we need to display this data on the screen while the user is using the page, always having the best performance possible. / p>
Is partitioning thi...
I am not able to scan a file containing the EICAR (Standard File for Anti-Virus Scanning) characters, because it contains escape characters such as "\", "()", "[]". I need help identifying these characters in my program as being normal inside a...
In case supposing an "EntityA" entity that references an entity "EntityB", I want to save it, but referencing an existing entity B ex:
EntidadeA a = new EntidadeA();
EntidadeB b = new EntidadeB();
b.Id = 5;// id de entidade existente no banco...
Does anyone know of any IDE in cloud for development in C # ASP.NET?
I read something about a CODERUN, but I do not think it's active anymore, does anyone have any suggestions?
I have a controller that should only be accessed if an attribute in my table is "true". Is there any way the user can click on that link, check if the attribute is true, and then release the access?