Browse by Tags

All Tags » .NET (RSS)

Silverlight 3 for Kiosk Apps? Of Course! by ChristophDotNet

Several of the customers I work with are looking to build kiosk or point-of-sale applications with Silverlight . The ease of deployment with browser-based Silverlight applications is definitely appealing. Sharing applications or components between customers...
Filed under: , ,

WcfTestClient with Windows Azure by ChristophDotNet

One of my customers is working on an Azure WCF service. When wanted to test the service with WcfTestClient , but we ran into some issues. We started the dev fabric and had the WebRole running on port 81. When we went to the WCF service metadata page at...
Filed under: , , ,

Mobile Client Software Factory on VS 2008? Sure! by ChristophDotNet

One of my customers was interested in some of the cool features of the Mobile Client Software Factory , but they wanted to develop on Visual Studio 2008. The original version from p&p wasn’t updated to VS 2008, but Glenn Block has a post that describes...

Running IBF with the .NET Framework 2.0 installed by ChristophDotNet

".NET ends DLL Hell" … that was the message back in the days when the .NET Framework was still in beta. With .NET, each assembly is easily versioned, global assembly registrations are versions specific and app developers are strongly encouraged to keep...
Filed under:

Mdi Bug - When Focus isn't enough by ChristophDotNet

We discovered a problem with Mdi-style Windows.Forms applications with the .NET Framework 1.1 with and without SP 1. The problem causes incorrect handling of keyboard input by MdiClient windows. To reproduce the problem we build a very simple forms application...
Filed under:

Would you like contract first as part of Visual Studio 2005? by ChristophDotNet

Hopefully many of you have seen Christian Weyer 's contract-first tool for web services on which I was able to help out a tiny bit. My suggestion to add Christian's tool to Visual Studio 2005 to bring wider awareness about contract-first to all Visual...
Filed under: ,

Follow up: Workaround for XmlSerializer assembly leaks by ChristophDotNet

A while ago, Paul Wilson and Kirk Allen Evans reported that the XmlSerializer is leaking assemblies when the serializer object was instantiated with any of the constructors but the most basic one. The simple XmlSerializer constructor has logic to re-use...
Filed under: , ,

C++ support in WSE 2.0 SP2 by ChristophDotNet

WSE 2.0 SP2 adds some support for adding WSE to C++ projects, which had been missing since the initial release last May. At last, the WSE Configuration Editor, the one that comes up when you right-click in the Solution Explorer and then select WSE 2.0...
Filed under: , ,

ANN: Talking in Austin on 12/13 by ChristophDotNet

I am giving a presentation on Secure Web Services and Secure Office Productivity Solutions based on IBF at ADNUG's December meeting on 12/13. 5:30pm at the Microsoft Technology Center: About the presentation: Web services are making their ways into the...
Filed under: , ,

Update: WSE 2.0 SP2 adds work-around for the SoapActorAttribute / C++ issue by ChristophDotNet

Hervey announced the PreRelease of WSE 2.0 SP2 and I am very pleased to find that the WSE team already addressed the issue in the C++ compiler I reported a little while ago. They also got the WSE settings tool running for C++ projects now! Thanks guys...
Filed under: ,
More Posts Next page »