Tagged Questions

0
votes
0answers
19 views

Wpf - Nesting databinding and Validators

I am returning to WPF after a year of winforms development and am trying to get my eye back in with a small project. I am creating a simple 'Filename Textbox' which is a usercontrol with a textbox …
0
votes
1answer
46 views

Is there any online radio library or method out there?

Hello, One of my new programs that I'm thinking to develop is a online radio listener, but is there any library or method to do this? Thanks.
1
vote
1answer
44 views

All characters of the c# application shown as square character in only one computer

Hi everyone, I have a .net 3.5 application written in c# and it works fine except in one windows 2003 server. In that server all characters of the application shown as square characters. i have …
0
votes
4answers
41 views

How to determine what happens behind the scene in .Net

What tool or method can I use to see what code something like an anonymous method or LINQ statement gets compiled to? Basicly seeing what happens behind the scene?
0
votes
3answers
70 views

Making a HTTP POST to a REST endpoint

Hi all, I'm trying to make a simple HTTP post a endpoint with ONLY url arguments. At least thats how I understand the following instructions: POST to that address with a single parameter named …