Technical Developer
Technical Developer
CC#
Created by Technical Developer on 3/28/2025 in #help
Code Forces Problem Way Too Long Words
ok let me try
4 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
thanks
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
it now finally works
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
public
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
and rebuild after adding
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
i clean the solution
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
when
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
ok
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
if you see my dbContext clas
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
mentioned
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
is already
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
this property
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
i have already written here `DbSet<customer> customers {get ; set}
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
see
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
C#
using Microsoft.EntityFrameworkCore;

namespace practical.Models
{
public class ApplicationDbContext:DbContext
{
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options ) : base (options)
{

}
DbSet<customer> customers { get; set; }


}
}
C#
using Microsoft.EntityFrameworkCore;

namespace practical.Models
{
public class ApplicationDbContext:DbContext
{
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options ) : base (options)
{

}
DbSet<customer> customers { get; set; }


}
}
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
giving me this error
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
it is now
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
see
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
No description
82 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
ok!
82 replies