Related resources for MARS.
  • Remoting Technology: Distributed Computing4/18/2024 1:27:32 PM. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
  • Getting Started With Remote Procedure Call4/4/2024 9:33:47 AM. Getting Started With Remote Procedure Call. In Remote Procedure Call(RPC), the caller and sender process are executed on different machines, they can communicate with the help of the transport and net
  • Serialization vs. Marshaling9/19/2023 5:47:58 AM. Are you somewhat confused between Serialization and Marshaling? This writing would break this confusion up, it would give you a basic understanding of the process of Serialization and the process of M
  • .NET Remoting12/7/2020 5:03:38 AM. .NET Remoting provides an infrastructure for distributed objects. It exposes full object semantics of .NET to remote processes using plumbing that is both flexible and extensible.
  • ADO.NET Enhancements in .NET Framework 2.0 for SQL Server Data Provider: Part II11/1/2020 7:38:16 AM. ADO.NET 2.0 includes enhancements for SQL Server client application developers. Understanding these enhancements will help you design and implement effective client applications on the .NET Framework
  • Multiple Active Result Sets (MARS)10/29/2020 7:22:01 AM. Multiple Active Result Sets (MARS) is a feature supported by ADO.NET that allows the execution of multiple batches on a single connection. In previous versions, only one batch could be executed at a t
  • Multiple Active Result Sets (MARS)10/29/2020 6:54:50 AM. This article gives you information about the Mars a feature supported by MSSqlServer 2005 and .Net 2.0/3.x, which is a feature to execute more than one query with one single connection to database.
  • Permission Model In Android Marshmallow Using READ_CONTACTS Permission3/16/2020 2:09:15 AM. This article illustrates the Implementation of Permission Model in Android 6.0 via READ_CONTACTS app permission.
  • 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.
  • Features Of Android 6.0 Marshmallow10/6/2015 1:47:34 PM. In this article you will learn some new features of Android 6.0 Marshmallow.
  • Web Service using SOAP Toolkit in VB.NET11/9/2012 7:53:02 AM. The world of web services has taken applications by storm. From an era where applications were tightly bound to one another, we have reached a time wherein applications are delivered as a "service".
  • XML Web Services Type Marshaling10/13/2012 5:24:08 AM. This article illustrates that various data types can be passed to and returned from Web Service methods.
  • Moving C Structures into .NET with Custom Marshaling10/13/2012 2:02:06 AM. Microsoft provides several attributes for marshaling C to C#. In our example we will take the case where we have hundreds of structures and only a few API calls, so we only need to generate the marshaled code for the structures.
  • Platform Invocation Services in .NET Framework9/30/2012 5:19:39 AM. This article will cover the details of Platform Invocation Services provided in .Net Framework. Platform Invoke Services acts as a bridge between the managed and unmanaged code. This service enables managed code to call unmanaged functions which are being exposed by any dynamic link libraries (DLL’s) such as Win32 API’s or any custom DLLs.
  • .NET Remoting: The Simple Approach9/30/2012 2:35:09 AM. .NET Remoting provides a powerful and high performance way of working with remote objects. Architecturally, .NET Remote objects are a perfect fit for accessing resources across the network without the overhead posed by SOAP based Web services.
  • 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?
  • How to get Security UserId after windows Starts a Session 5/19/2012 4:17:09 AM. This article explains how to get the security userid after a succesful login when windows starts the session for authenticated user.
  • Marshal Operations Between Child Forms in an MDI Application5/15/2012 3:07:04 PM. This article is designed to give you a simple understanding of how to marshal operations between child forms in an MDI application.
  • Marshaling with C# - Chapter 3: Marshaling Compound Types3/23/2010 10:32:14 AM. This detailed chapter teaches you how to marshal compound types such as structures and unions in C# and .NET.
  • Marshaling with C# - Chapter 2: Marshaling Simple Types 3/11/2010 8:06:49 AM. This chapter discusses the nitty-gritty part of marshaling process. It is the base for the rest of discussion about marshaling. It is about marshaling simple data types.
  • Marshaling with C# - Chapter 1: Introducing Marshaling3/11/2010 8:04:16 AM. Marshaling is the process of creating a bridge between managed code and unmanaged code;
  • Marshaling Unions2/21/2010 11:10:09 PM. In this article you will learn how to marshal C/C++ Unions in C#.
  • Writing Dataset to Excel in ASP.NET2/28/2006 11:32:54 PM. This article is helpful for those who would like to write dataset contents to a excel file and try to display it in the browser.
  • Important Aspects about Components1/16/2006 11:00:09 PM. In this article, I wil discuss some properties and key definitions about component programming.
  • ADO.NET Enhancements in .NET Framework 2.0 for SQL Server Data Provider: Part I1/10/2006 4:34:34 AM. ADO.NET 2.0 includes enhancements for SQL Server client application developers. Understanding these enhancements will help you design and implement effective client applications on the .NET Framework 2.0 platform