Look at the line \"THIS LINE ####\" in following example. <ListBox Grid.Row=\"0\" x:Name=\"listBoxServers\">
When converting a project (in which a template method of 开发者_高级运维IComparable was used a few times) from VS 2005 to VS 2008 I\'ve got some errors:
I have the following sample code (used for C# 3.5 study purpose only !). I am making a call to the Sort function that accepts an IEnumerable and a sort function. If I call it using a lambda expressi
My colleagues and I have some misunderstandings about the .NET runtime.I\'ve written a WPF application (targeted for 3.5) that randomly crashes, and in the event log, we see .NET Runtime 2.0 Error Rep
I just built a WPF form that contains a ListBox. The ListBox has bound to it a list of TextBox controls. I need to make each TextBox control a TabStop so that a user can hit tab, type in a number, hit
My asking is quite simple and is about asynchronous sockets, working with TCP protocol. When I send some data with the \"BeginSend\" method, when will the callback be called?
I am using asynchronous methods in some of my project and I like it since it allows 开发者_运维技巧my application to be a lot more scalable. However, I am wondering how asynchronous methods really wor
I am writing a Silverlight app calling WCF service. Another solution contains following projects for Silverlight:
I have a question. I would like 开发者_开发百科to serve a series of services made with WCF. The client that consumes the services is also .NET with WCF.I would like to have high speed of access, fast
I have created my first website using asp.net 3.5 . I have used App_Code for managing my source code files.