public List<taskdetail> Display()
{
var
query = (from d in dbcontext.taskdetails
select d
).ToList();
return query;
}
A solution's to the problem's related to Web Technologies like ASP.Net, Angular Js, WebApi,Python & Other Open Source Technologies.
Git Version To check the git version Git -v Git Clone To clone the repository, use the following command: Git clone [u...
No comments:
Post a Comment