I am new to RESTful web services. We are taking the REST route for building our publ开发者_运维百科ic web services to be consumed by out clients.And i had a few questions.
I have tried compiling the service EXE file as AnyCPU, x86, and x64. It works on my Windows 7 x64 box. I\'m installing with installutil, the .NET 4 version.
We were using WIX 3.5 (Build Number 1811) and built a custom action built using Visual Studio 2008 and with target framework as .Net 3.5. This used to work great, until we built the custom action usin
I want to be able to do this: var test = SomeMethod(s => s.SomeMethod); I can make it work with properties by making the method signature look like this:
I have a bit of mess with projects coming some on 4.0 some on 3.5 I开发者_运维技巧s it possible to find out what version of .NET was the dll built looking into the file (not from code!) ?You could us
Is there any way to use the new dynamic features in the 4.0 framework like ExpandoObject in VB.NET without setting Option Strict Off?With C#, you lose type safety only with the variables you specifica
I am trying to use inherited types with EF, which has been all cool and gravy until now. I have a base type (Person) and two types that inherit person (Employee & Customer). I run into a problem
Quick question; I\'ve recently upgraded to VS2010, and got the new version of ReSharper. 开发者_C百科Now, when ReSharper is giving me autocomplete options for a variable, it give me the option of <
I\'m working on a Web Hook in .NET 4.0 that will run a lambda asynchronously and then post the result to a given URI when it is finished.
I have a Windows Forms application (.NET 4) that runs fine on my development machine but crashes on two other test machines. I can load the mi开发者_运维问答nidump that it creates in VS2010.