TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About DCOM
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anubhav Chaudhary (3)
Ashish Banerjee (3)
Mike Gold (2)
Mahesh Alle (1)
Mayur Gujrathi (1)
Mukesh Kumar (1)
Vishal Gilbile (1)
Hirendra Sisodiya (1)
S.R.Ramadurai, K.Sreenivasan (1)
Sushmita Kumari (1)
Amit Kumar Agrawal (1)
Ramaprasad Upadhyaya (1)
Hemant Kathuria (1)
G Gnana Arun Ganesh (1)
manish Mehta (1)
Gohil Jayendrasinh (1)
Mahadesh Mahalingappa (1)
Bechir Bejaoui (1)
Binoy R (1)
mayevski (1)
Related resources for DCOM
No resource found
Page Life Cycle With Examples in ASP.Net
5/22/2017 7:57:40 AM.
This article describes the various stages or events of an ASP.Net page life cycle.
Prerequirement of REMOTING
4/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 Services
6/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 2012
4/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 Others
4/24/2013 3:43:35 PM.
In this article you will learn about enabling the DCOM in Windows Server 2012.
Consuming a WCF Service in Java Application
2/14/2013 3:35:29 PM.
This project provides an idea of how to consume a WCF service in a Java application.
Net DDE to .NET Remoting
11/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.
Make DropDown CheckedListBox in VB.net
11/9/2012 8:07:33 AM.
How to make DropDown CheckedListBox in VB.net
In-Depth Series - Web Services: Basics and Beyond
10/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 Excel
10/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.
Distributed Computing Using .NET Remoting
10/3/2012 12:13:10 PM.
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 .NET
10/3/2012 11:43:57 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.
Migrating COM/DCOM Applications in Microsoft .NET Framework
9/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 .NET
9/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 SOAP
5/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 Remoting
5/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 Service
5/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).
Remote Sensing and Remote Control over the Internet with GP-3 Board
5/13/2012 5:47:11 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.
Remote Sensing and Remote Control over the Internet with GP-3 Board
5/13/2012 5:47:11 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.
WCF Series - Introduction to WCF
9/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 V
11/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.0
3/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 Architecture
12/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).