Hello, When I display all the agents in my listBox I get the right number of agents but not the right information. I get the result from the attachment.
And here is the code of my function:
public static List<Utilisateur> GetTousLesAgents()
{
List<Utilisateur> ListeUsers =...
Hello everyone. Let's imagine a situation that I have a class inside which there is a property. The property does not equate the value of a variable if the length of the incoming value is greater than the specified condition.
public class Book
{
string bookDescription = null...
I am trying to make a object that would suppose to persist data like Name, Standard etc. Once I get the data from db i want to store it to object and want to use it application wide, i tried with DI, but data is not persist, it becomes null.
I am new to c# and I need to store many custom values maybe as an object? I am used to JavaScript, the following code does that what I want in JS, but I dont know how to do the same in c#:
var exampleObject = {
"playerScored":true,
"goalCount": 5,
"playerInfo": {
"name": "Manuel...
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.