Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / C#

Creating COM+ Objects using EnterpriseServices in .NET

Rate me:
Please Sign up or sign in to vote.
4.74/5 (37 votes)
23 Mar 200314 min read 267.9K   3.2K   103  
An article on using .NET to create COM+ distributed components acting with a transaction across multiple databases.
  • estransactions_src.zip
    • Administration
      • Administration.cs
      • Administration.csproj
      • Administration.csproj.user
      • AssemblyInfo.cs
      • bin
        • Debug
          • Administration.dll
          • Administration.pdb
          • Orders.dll
          • Orders.pdb
          • Personnel.dll
          • Personnel.pdb
      • obj
        • Debug
          • Administration.dll
          • Administration.dll.incr
          • Administration.pdb
          • Administration.projdata
          • temp
          • TempPE
    • Database Creation Scripts
      • Orders
        • dbo.tblOrderUser.EXT
        • dbo.tblOrderUser.FKY
        • dbo.tblOrderUser.KCI
        • dbo.tblOrderUser.TAB
      • Personnel
        • dbo.tblEmployees.EXT
        • dbo.tblEmployees.FKY
        • dbo.tblEmployees.KCI
        • dbo.tblEmployees.TAB
    • MyBusiness.sn
    • MyBusinessSolution.sln
    • MyBusinessSolution.suo
    • Orders
    • Personnel
    • RemoteAdminClient
      • AdminClient.cs
      • AdminClient.resx
      • App.ico
      • AssemblyInfo.cs
      • bin
        • Debug
          • Administration.dll
          • Administration.pdb
          • Administration.tlb
          • Orders.dll
          • Orders.pdb
          • Orders.tlb
          • Personnel.dll
          • Personnel.pdb
          • Personnel.tlb
          • RemoteAdminClient.exe
          • RemoteAdminClient.pdb
      • obj
        • Debug
          • RemoteAdminClient.AdminClient.resources
          • RemoteAdminClient.exe
          • RemoteAdminClient.exe.incr
          • RemoteAdminClient.pdb
          • RemoteAdminClient.projdata
          • temp
          • TempPE
      • RemoteAdminClient.csproj
      • RemoteAdminClient.csproj.user

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
Not surprisingly, Giles is a software developer. Currently he works in finance, but previously worked in a company doing Physics and Engineering studies/research. Outside of programming and work he enjoys Physics & Astronomy and everything else scientific. Also he has a heathly addiction to books. Amazon, being his dealer of choice, known for praying on other vulerable book addicts all over the world. Oh yes, last but not least playing the guitar and drums when he gets time.

Comments and Discussions