Skip to main content
-1 votes
0 answers
68 views

I have a ListBox <ListBox BorderBrush="Transparent" FontSize="{Binding ExplorerElementsHeight}" ItemsSource="{Binding CurrentExplorerContent}" ...
-1 votes
0 answers
71 views

How can I display the function parameters (SessionTicket, Deviceid, Loginemail, Language) in Azure portal when I call my Azure function? I just want to find out if the function parameters are correct ...
4 votes
4 answers
2k views

given an IDbSet where Person contains an "Id" property, how can I execute the following command generically: var p = PersonDbSet.FirstOrDefault(i=>i.Id = 3); I can build up the predicate, and get ...
-2 votes
1 answer
104 views

I am using the nuget package IbanNet and I am trying to generate an IBAN from a BBAN. I have the following code: var builder = new IbanBuilder(); var tCountry = new IBanCountry("hr"); ...
0 votes
1 answer
423 views

To avoid the XY-problem / confusion I'm talking first my problem and then how I would like to solve it: Currently I am building an application to retrieve Sharepoint files. The first version of the ...
69 votes
7 answers
58k views

I want to convert a custom Gregorian date to Persian date in C#. For example, I have a string with this contents: string GregorianDate = "Thursday, October 24, 2013"; Now I want to have: ...
0 votes
1 answer
538 views

pardon me for this question but I'm a c# n00b. I'd like to show a tableLayoutPanel on the background of an image with transparent sections (so it's not an issue with transparency between 2 PictureBox, ...
0 votes
2 answers
13k views

im trying to make a 3d game and all im trying to do is to get my character walking around but i keep getting the "Assets/AnimationAndMovementController.cs(26,28): error CS0246: The type or ...
-1 votes
3 answers
2k views

how do i populate a word doc from an xml template using c#. I know how to open a blank document but I cant figure out how to populate it. Word.Document wordDoc = wordApp.Documents.Add(ref objMissing, ...
894 votes
16 answers
906k views

In a C# (feel free to answer for other languages) loop, what's the difference between break and continue as a means to leave the structure of the loop, and go to the next iteration? Example: foreach (...
0 votes
2 answers
2k views

Multi-Tenant Authentication I have created a new tenant from the swagger UI as an admin and I can check in the data the tenant created successfully together with admin account. Now how do I login as ...
-8 votes
0 answers
69 views

I have a dictionary of type Dictionary<string, string>, each item of which has the day of week as the key, with the hours of operation as the value. The items might look like this: [0] {[Sun,...
2 votes
1 answer
9k views

the Exact error is System.Net.WebException: The Remote server returned an Error: (400) Bad Request. at system.Net.HttpWebRequest.GetResponse()i have a WCF rest service hosted in IIS..I have created a ...
2 votes
3 answers
94 views

I have generated C# classes with targetNamespace, now I want to use this Type with XML file that may or may not have the xmlns root attribute set. I have modified the description of my question to ...
-1 votes
0 answers
58 views

Question I have a C# WPF desktop application that prints invoices to a thermal printer using the Custom Print Queue (ESC/POS–style printing). Issue: If the application is idle or minimized for ~10 ...

15 30 50 per page
1
2 3 4 5
108248