I\'m trying to make a custom WPF control where a TranslateTransform is applied based on two doubles (TranslateX, TranslateY) that are data bound to the TranslateTransform, this works perfectly well wh
UPDATE 1: Does this look right? Dim objSqlConnection As SqlConnection Dim objSqlCommand As SqlCommand Dim intAffectedRowCount As Integer
Is there a way to ignore case when we try to use XPathSelectElement or any operation like to retrieving attributes from XDocument? The purpose for asking this question is that, I have some configurati
I\'ve updated my old style of sending emails from System.Web.Mail to a more updated style: System.Net.Mail
I\'m trying to send emails from my webpage, so I have tried this: Imports System.Net.Mail Dim mSmtpClient As SmtpClient
How do I use the IList(Of T).Max function in my example below? Dim myList as IList(Of Integer) For x = 1 to 10
I am curre开发者_开发技巧ntly on the .Net 3.5 stack (including VS2008 tooling) and will not be upgrading anytime soon. What options are available to me in order to create a restful API that will be co
I try to build a C# project (under .NET 3.5 SP1/Windows XP SP3) that builds successfully on some other computers. But on my computer, I get the MSB3245 warning that reads
In .net Compact Framework 2.0, you could add a form to another forms control array basically parenting the other form.
I have the following code in C# and .net 3.5 that is working fine but need to know if this can be simplified may be using Linq or something else? Basically I am reading a xml file to get the column na