Pass a Dictionary parameter in web api
I’m trying to pass a Dictionary<string,string> object as a parameter to my web api method but if I inspect the log file it always comes through with a count of 0:
I’m trying to pass a Dictionary<string,string> object as a parameter to my web api method but if I inspect the log file it always comes through with a count of 0:
is there a way to remove primary key from the datatable Or is there any way to remove the constraints of “PK” first and then remove the column itself?
I have a queue of users(string of emails) a in c# and I want to send the user his location in this queue.
I have the following issue with this json :
I have a string totalPRice which holds a value like this 1147,5
I want two things.
1)round the value so that there is always two digits after ,
2)Implement thousands separator in this string, So that final out put will be some thing like this 1.147,50
I have tried some thing like this
I am trying to get all users by group name and dispalay it in sharepoint webpart. adGroupName something like = “CompanyGroup”.
After some updates on our windows servers(2008R2 ,2012) Asp.net application throwing error:
I have made an extension method to EF entities:
How do you do separate numbers with commas for every thousand on asp.net gridview (with c# in the back)
I’m using a sql connection to access to different tables in my database. However the code returns me the below error.