Related resources for DCOM
  • Broadcom Completes Acquisition of VMware11/23/2023 9:09:14 AM. Broadcom has completed its acquisition of VMware in a deal valued at $61 billion. The merger is expected to create a global technology leader in the cloud computing and infrastructure software market.
  • Page Life Cycle In ASP.NET10/5/2023 12:08:06 PM. This article describes various stages or events of an ASP.NET page life cycle. ASP.NET Page Life Cycle includes events PreInit, Init, InitComplete, OnPreLoad, Load, PostBack, LoadComplete, OnPreRender
  • Future of Cloud - Growth Mindset Show7/31/2021 7:05:18 PM. In this episode of Growth Mindset we discuss about the Future of Cloud
  • Remote Sensing and Remote Control over the Internet with GP-3 Board 1/14/2021 11:16:49 AM. In this article we will revisit the GP-3 board (which we have employed in a few other hardware projects on C# Corner) and use the GP-3 to measure temperature in a remote location.
  • Distributed Computing Using .NET Remoting12/8/2020 2:31:35 AM. AppDomain is an isolated environment for executing Managed code. Objects within same AppDomain are considered as local whereas object in a different AppDomain is called Remote object.
  • Remoting in .NET11/23/2020 9:19:07 AM. Distributed computing is an integral part of almost every software development. Before .Net Remoting, DCOM was the most used method of developing distributed application on Microsoft platform.
  • Consuming a WCF Service in Java Application9/10/2019 3:42:03 AM. This project provides an idea of how to consume a WCF service in a Java application.
  • Make DropDown CheckedListBox in VB.net8/29/2018 4:34:21 AM. In this article, we will see how to make DropDown CheckedListBox in VB.net.
  • Prerequirement of REMOTING4/13/2016 3:09:49 AM. It is Microsoft technology for developing distributed applications, replacing traditional DCOM. All distributed technology needs consuming libraries present on remote machines.
  • Advantages And Uses Of Web Services In C#12/20/2015 1:18:10 PM. In this article you will learn about web service in .NET with the advantages and uses.
  • How to Set Computer-Wide Access Permissions Through the Component Services6/16/2013 2:34:52 PM. In this article you will learn how to set Computer-Wide Access Permissions using Component Services.
  • How to Disable DCOM in Windows Server 20124/28/2013 12:59:47 PM. In this article I will explain how to disable DCOM.
  • Enable DCOM to Let Your System's Component Services Communicate With Others4/24/2013 3:43:35 PM. In this article you will learn about enabling the DCOM in Windows Server 2012.
  • Net DDE to .NET Remoting11/10/2012 3:09:49 AM. This article travel through time to trace the genesis of Dot Net Remoting right from RPC to RMI till SOAP.
  • In-Depth Series - Web Services: Basics and Beyond10/13/2012 5:36:02 AM. This article series shall attempt an explanation that will go beyond the basics of web services.
  • Security Setting for Excel10/4/2012 9:43:24 AM. To run the excel report, security settings are required for excel application because while working with the excel application we are going to use some of the classes for manipulating the data inside the file. This article shows how to grant access or rights to those files.
  • Migrating COM/DCOM Applications in Microsoft .NET Framework9/30/2012 5:43:57 AM. In the current Internet scenario, various classic applications run on multiple networks. These applications could have been written using different languages like Visual Basic, Visual C++. For example, a retail organization would have different systems, such as an inventory management system, a bill of material systems, and a general ledger system, all implemented using various technologies available for application development. These systems need to be integrated to form a higher-level enterprise information system for an organization.
  • Language Independence from COM to .NET9/30/2012 4:42:44 AM. This article covers the subject regarding Language Independence. This term Language Independent means one can create an application using various languages. This Language independent starts from past COM (OLE & ActiveX) to present .Net.Let us see in detail.
  • Introduction to SOAP5/20/2012 7:52:12 AM. Since the release I have been fascinated with this thing called SOAP, This bubbly new protocol backed by the power of XML is certainly going to make waves in the world of distributed computing. The first thing which comes into our mind is “Why the heck we didn’t think of this before?
  • Net DDE to DOTNET Remoting5/15/2012 6:33:38 PM. This article travel through time to trace the genesis of Dot Net Remoting right from RPC to RMI till SOAP.
  • How to Create WCF Service5/13/2012 7:24:53 AM. In this Article we learn how to create WCF Service and how to call in the code behind file (.cs).
  • WCF Series - Introduction to WCF9/27/2011 12:19:05 AM. In this article we are going to see an introduction to Windows Communication Foundation.
  • Create DCOM application from within .Net environment: Part V11/7/2008 5:12:52 AM. This article explains how to develop a DCOM (Distributed Component Model) application.
  • Comparison chart between ASP 1.x and ASP 2.03/8/2006 12:01:41 AM. This article explores a comparison chart between ASP.NET 1.x and ASP.NET 2.0.
  • Distributed Cross Platform Applications, the Easy Way 12/26/2005 6:34:08 AM. There are many ways of transferring data from one process to another. All those methods have some advantages, but also some drawbacks.
  • .NET framework comparison with Java Architecture12/17/2005 4:08:20 AM. This article outlines Microsoft's proposed standardization of .NET framework in ECMA forum as CLI (Common Language Infrastructure), but the Microsoft documentation refer this as CLR (Common Language Runtime).