python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to resolve service for type 'BookEvent.Project.UserDomain.UoW.ICommentUnitOfWork' while attempting to activate 'CommentAppService'.)
Hi I am Getting this error BookEvent.Project.UserDomain.AppServices.ICommentAppService Lifetime: Transient ImplementationType: BookEvent.Project.UserDomain.AppServices.CommentAppService': Unable to re...
Nitin Saini
Votes: 0
Answers: 1
Add Comment Section in View DetailPage
I am working on Bookevent application I want to add comment section on eventdetail page where I am already using EventViewModel to display information of event detail and I also what to add comment se...
Nitin Saini
Votes: 0
Answers: 1
Using string list as Chart.js label
I need to create a chart with two lists.
List<string> islemYapanOperatorler = new List<string>();
List<int> interventionCounter = new List<int>();
foreach (var item...
Eren Temelli
Votes: 0
Answers: 1
FormValidation in 2 submit buttons
I have 2 submit buttons 'update and 'exit', how to determine if the 'exit' was clicked and if it's clicked then disable the FormValidation?
please help
thanks
FD
FBDon
Votes: 0
Answers: 2