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)
Return EventHandler as out parameter depending on condition
I have some custom events defined in my class that I am subscribing and unsubscribing in my code to them:
public event EventHandler<CustomEventArgs1> CustomEvt1Received;
public event EventHandle...
Willy
Votes: 0
Answers: 0
Bound datagrid column text format not changing
I've created a database table using DB browser for SQLite where each of the columns are of type text. Now there is a column in the said table which is in the string format yyyy-MM-dd but when I want t...
Jayanta_KMC
Votes: 0
Answers: 1
Why two rows getting added to my SQLite database table?
When I add data to my SQLite database table using the below code, it adds 2 identical rows to the table for some reason instead of one.
using(SQLiteConnection conn= new SQLiteConnection(@"Dat...
Jayanta_KMC
Votes: 0
Answers: 1
Why WCF The value of OperationContext.Current is not the OperationContext value installed by this OperationContextScope Error without any code change?
This week without any code change, our legacy WCF web service started to throw "The value of OperationContext.Current is not the OperationContext value installed by this OperationContextScope&quo...
Ibrahim Schi
Votes: 0
Answers: 0