python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Reusing OLEDB parameters
How do we create a named parameter in OLEDB? I have a complex query and using ? as parameter does not serve my purpose since I will be reusing the parameter in the union statement of the query. How ca...

Shabareesh k r
Votes: 0
Answers: 0
Serialize C# object into JSON which contains a List
What I'm trying to do is to get some data from my database (customers order with all items he ordered) convert it to JSON that contains a list of said items so I can send it with a POST request.
I wan...
Andreja Zivanovic
Votes: 0
Answers: 3
How to use EF connection string and ADO.Net connection string in same project
In normal EF connection string which I use is like this:
<add name="NorthwindEntities"
connectionString="metadata=res://*/Models.Model1.csdl|res://*/Models.Model1.ssdl|res://*/...
Hgrbz
Votes: 0
Answers: 1
Build efficient SQL statements with multiple parameters in C#
I have a list of items with different ids which represent a SQL table's PK values.
Is there any way to build an efficient and safe statement?
Since now I've always prepared a string representing the s...

andboz
Votes: 0
Answers: 3