WCF WebHttp Services in .NET 4 Part of the official .Net 4.0 framework release. WCF WebHttp Services is the flavor of WCF that is most appropriate for developers who need complete control over the URI, format, and protocol when building non-SOAP HTTP services— services that may or may not subscribe to RESTful architectural constraints. Documentation [...]
Posts Tagged ‘.net’
What is the current state of REST frameworks in .Net 4.0
Posted in .net, frameworks, rest, tagged .net, frameworks, wcf on July 22, 2011 | Leave a Comment »
Lookup the Netbios name of a domain using directory services
Posted in .net, tagged .net, ActiveDirectory, DirectoryServices, Domain on December 14, 2009 | 1 Comment »
Okay so its pretty easy to get the fully qualified domain name (FQDN). But what happens if you want to get the old-skool netbios name. The quickest way is to use System.Environment: This gets the network domain name associated with the current user. So not much good if your code is running as a service [...]
Restoring an old friend – Visual Studio 2008 Create GUID tool
Posted in development, sharepoint, tagged .net, devenvironment on November 12, 2009 | 1 Comment »
Remember to recreate a link to guidgen.exe (Guid generator tool) after installing Visual Studio 2008. For some reason it’s no longer out of the box? Choose the Tools -> External Tools… Title: Create &GUID Click the Browse (…) button and find the guidgen.exe in the C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\ folder. See a better crafted posting [...]
My SVN Global Ignore Pattern for C# and Resharper
Posted in .net, development, tagged .net, devenvironment, svn, tortoisesvn on November 11, 2009 | Leave a Comment »