Jean-Paul Smit

Azure - BizTalk - WCF- WF

Browse by Tags

All Tags » .NET (RSS)
Deploying a WCF Service using a Web Setup Project
With this blog post I hope I can save others some time and besides that it is also nicely stored for me in case I need it again. For my current project I’m building some WCF services. One of the requirements is to have a MSI to hand-over to the system...

Posted Mon, Mar 29 2010 10:58 PM by Jean-Paul Smit | 3 comment(s)

Filed under: , ,

[WCF] Great tools in SDK
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...

Posted Wed, Jan 24 2007 10:58 PM by Jean-Paul Smit | 1 comment(s)

Filed under: , ,

WCF: HTTP 404 when hosted in IIS
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...

Posted Wed, Jan 17 2007 10:35 AM by Jean-Paul Smit | with no comments

Filed under: ,

Winforms: web browser control trouble
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...

Posted Sun, Jan 7 2007 9:40 PM by Jean-Paul Smit | with no comments

Filed under: , ,

Debugview v4.63 available
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 .

Posted Tue, Nov 21 2006 3:57 PM by Jean-Paul Smit | with no comments

Filed under:

Be careful with String.IsNullOrEmpty
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...

Posted Tue, Sep 19 2006 9:54 AM by Jean-Paul Smit | with no comments

Filed under:

Don't depend on intellisense
Intellisense doesn't always shows all options available to a control...

Posted Sun, Jan 22 2006 7:22 PM by Jean-Paul Smit | 2 comment(s)

Filed under:

ASP.NET 2.0 and SQL Server 2005 Express hosting
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...

Posted Sat, Oct 8 2005 12:47 AM by Jean-Paul Smit | 2 comment(s)

Filed under: