Browse by Tags

28 augustus 2008
Workaround for missing "Edit WCF Configuration" menu option in Visual Studio
Sometimes when you have a clean install of Visual Studio 2005 or 2008 the context menu item "Edit WCF Configuration" for a app.config or web.config will not show. The picture above does show the menu item I'm talking about, but you may find that it is not there. Help is at hand: there is... Read More...
22 maart 2008
Combining AJAX and WCF 2.0
The WCF "Orcas" release (the WCF from .NET Framework 3.5 aka WCF 2.0) makes it so much easier to use your WCF service in conjunction with ASP.NET AJAX (formerly known as 'Atlas'). Before Orcas you would build a AJAX enabled (web) service by adding the [ScriptService] attribute to the service... Read More...