Blogs

  • WCF Proxy usage and Message styling

    WCF tools like SVCUTIL builds powerful proxy classes which hide all messaging details from developer. In this post I would like to show step by step three variants of invoking of one service operation. When you have a proxy class: The first one is very...
    Posted to Damir Dobric Posts by Damir Dobric on 09-09-2007
    Filed under:
  • WebGet and WebInvoke

    WCF 3.5 introduces two new operation behaviors : WebGet and WebPut . I wouldn't declare this as revolutionary feature, but definitely as an important one. To explain new behaviors Imagine you have a contract like this one: [ ServiceContract ] public...
    Posted to Damir Dobric Posts by Damir Dobric on 09-09-2007
    Filed under:
  • SOA Thinking presentation

    Here you can download the Power Point presentation, which contains my favorite slides related to Service Oriented Architectures. The presentation is created for people who do not have deep technical skills, but it is also useful for many developers who...
    Posted to Damir Dobric Posts by Damir Dobric on 09-06-2007
    Filed under:
  • MOSS Excel Services you do not have permissions to open this file

    Hey guys, if you receive the following Exception if you try to open the sample workbook or another workbook try the following steps: 1. Open Central Administration -> go to Operations tab - ensure that the Excel Service is running 2. Open Central Administration...
    Posted to Nadine's Posts by Nadine Storandt on 09-06-2007
    Filed under:
  • About Windows Vista SP1

    Since November 2006 (official release of Vista) Microsoft has added 700.000 new device types in the operative system. Currently Windows Vista should support about 2 millions devices. I have a feeling that I’m just pure guy, who do not have any (or almost...
    Posted to Damir Dobric Posts by Damir Dobric on 09-06-2007
  • Managing Debugging Assistant (MDA - RCW)

    Few months ago, Scott described how to stop managed debugging assistance in Visual Studio in a case of ContextSwitchDeadlock. Now, from day to day I’m experiencing another frustrating Dialog which pop-ups following message: “An attempt has been made to...
    Posted to Damir Dobric Posts by Damir Dobric on 09-05-2007
    Filed under:
  • Loosing of performance on Service Layer

    Loosing of performance on Service Layer Category WCF The architecture one modern application in this century requires the usage of service layer, which ensure the service orientation. Many people think that such architecture is theoretically nice, but...
    Posted to Damir Dobric Posts by Damir Dobric on 09-03-2007
    Filed under:
  • Default Quoting in WCF

    By transferring of messages sometimes one message can contain the data which exceeds some limits, which are internally defined by WCF. In such cases you will possible get some error messages which look like following one: Test method xxxxx threw exception...
    Posted to Damir Dobric Posts by Damir Dobric on 09-03-2007
    Filed under:
  • Killing my workflow softly

    One of most exciting and most important features of the workflow foundation (WF) in .NET 3.0 is for sure “Workflow Persistence”. Because the WF is a framework designed for building of “long running” business processes (in this context known as workflows...
    Posted to Damir Dobric Posts by Damir Dobric on 08-29-2007
    Filed under:
  • Persisting of Workflow in the file

    This post contains one very simple working example of the WorkflowPersistenceService which persist workflow instances in the file store. using System; using System.Collections.Generic; using System.Text; using System.Workflow.Runtime.Hosting; using System...
    Posted to Damir Dobric Posts by Damir Dobric on 08-29-2007
    Filed under:
  • Bindings supported in .NET 3.5 Compact Framework

    If you are asking yourself what bindings are supported by .NET CF 3.5, here is the (short) list: System.ServiceModel.BasicHttpBinding Microsoft.ServiceModel.Channels.Mail.WindowsMobile.WindowsMobileMailBinding System.ServiceModel.Channels.CustomBinding
    Posted to Damir Dobric Posts by Damir Dobric on 08-22-2007
    Filed under:
  • Team Explorer VSTS 2008 BETA 2 Setup Issue

    During installation of VSTS 2008 BETA 2 Team Explorer, the setup may fail with following error: “Microsoft Visual Studio 2008 Premier Partner Edition: ***ERRORLOG EVENT*** : Error code -2147023293 for this component means "Fatal error during installation"...
    Posted to Damir Dobric Posts by Damir Dobric on 08-22-2007
  • Info Path 2007 HandsOnLab

    Microsoft has published a serie of HandsOnLab for InfoPath 2007: Lab 1: Publishing an InfoPath 2007 Form Template to a Server Running InfoPath Forms Services Lab 2: Deploying and Managing InfoPath 2007 Forms Lab 3: Integrating InfoPath 2007 with the Data...
    Posted to Nadine's Posts by Nadine Storandt on 08-15-2007
  • BizTalk RFID RC - Version Number

    If you have built your own the DSPI (Device Service Provider Interface), you may find that the provider cannot be registered by using of BizTalk RFID Release Candidate version. The error popped-up describes that the assembly implementing the provider...
    Posted to Damir Dobric Posts by Damir Dobric on 08-09-2007
    Filed under:
  • WCF DateTime and DateTimeOffset on the wire

    The .NET framework 3.5 introduces the new type DateTimeOffset. This type is implemented in the mscorlib.dll and it quasi extends the DateTime type for the property Offset , which is of type short. Because the DateTime type of .NET 2.0 is not quite useful...
    Posted to Damir Dobric Posts by Damir Dobric on 08-09-2007
    Filed under:
« First ... < Previous 76 77 78 79 80 Next > ... Last »
developers.de is a .Net Community Blog powered by daenet GmbH.