I have a .net 3.5 application and i\'d like to make it portable. It\'s simple and runs perfectly, i\'ve sent the .EXE + .DLL\'s to some friends and it works as intended when running the exe with the .
NOTE: e.IsRepeat is confirmed to work. The problem exists because I use Remote Desktop from Ubuntu to Windows.
We have a complex client-server application that is developed using .NET Framework and uses SQL Server 2005. We use LinqToSql but we manage the life time of all the connections and we pass open connec
My WCF Service is complete with .NET 3.5 and I used wsHttpBinding while implementing my service. For .NET 3.5 clients, there were no problems, but .NET 2.0 and Java Clients had issues in wsHttpBindin
I need to implement face recognition like in orkut album. In my website when a user uploads a photo and checks the photo in album I need to implement the feature and place rectangles over the face开发
I am not seeing what I am doing wrong. To see what was being done, I changed the constructor values to \"TEST\", after the XML gets read in (I verified what the XML is), the class values are still stu
Our company uses .NET 2.0 to develop server application which is installed at a number of large customers. We still use 2.0 only because it is installed on all customer servers by default.
What version of .NET Fra开发者_StackOverflow中文版mework is built-in for Windows 7?3.5 SP1 is pre-installed
I ha开发者_运维知识库ve a list of keyvaluepair(string,string) first string is something like class.property, second string is the value to assign to that class.property.
I have read about how in ASP.NET 3.5 you can declare properties in C# public DateTime DisplayDate { get;