Browse by Tags
All Tags »
.NET (
RSS)
While browsing the WCF SDK I found two great tools: Microsoft Service Configuration Editor Microsoft Service Trace Viewer The configuration editor helps you with the confguration files that you need with WCF. It simplyfies editing those files significantly...
While playing with WCF I ran into someting when I wanted to host the service in IIS. I created a 'service.svc' in a folder, added a web.config, created a bin folder to put the assembly in, and added a website to that folder in IIS. According to the MSDN...
The last couple of days I had a big fight with the web browser control that ships with Visual Studio 2005 and the .NET framework 2.0. I was using the 'DocumentText' property to display some HTML in the control, but for some dark reason it refused to do...
Microsoft acquired Sysinternals in July 2006 and it just has released a new minor version of the popular debugging tool Debugview . It includes support for Windows Vista 32 and 64 bit now. You can get it here .
While I ran FxCop over someone else's code it pointed me to a String method I didn't know about: IsNullOrEmpty . This method is new in .NET 2.0 and FxCop supplies the following description with it: "To test for empty strings, check if String.Length is...
Intellisense doesn't always shows all options available to a control...
While looking around for possible hosting options for ASP.NET 2.0 and SQL Server 2005 I ran into the following: https://www.hosting.com/hosting/microsoft/microsoft-hosting.asp They offer a kind of experimental (beta plan) hosting for only $1 and no monthly...