manish godse's Application Insights and remoting blog

Global Service Monitor, Microsoft Operations Manager and .net Remoting related posts

With the availability of Application Insight Limited Preview GSM Availability functionality is now...

Date: 11/14/2013

Azure has just enabled a preview feature to monitoring your service availability. This functionality...

Date: 03/05/2013

We are glad to announce the release of Global Service Monitor which enables key DevOps scenarios...

Date: 01/18/2013

Like discussed in my previous post with the release of System Center Operations Manager 2012 SP1...

Date: 09/18/2012

System Center Global Service Monitor Beta With the release of System Center 2012 SP1 Beta, Global...

Date: 09/13/2012

Check out this post for more details:...

Date: 06/20/2012

I have heard from quite a few folks running into an issue where the IpcServerChannel would throw...

Date: 07/27/2006

In most cases it is not quite obvious, but in scenarios where a client receives callbacks, or...

Date: 07/27/2006

The Microsoft Operations Manager team has a number of development openings.If you are interested in...

Date: 07/17/2006

Now that .net Framework 2.0 is released -- a list of new features in remoting is in order. Following...

Date: 12/02/2005

This has been a frequently asked question about whether there is timeout support on remoting tcp...

Date: 06/24/2005

After working on remoting for about five years (almost seven on the .net framework) I am changing...

Date: 05/19/2005

This has been a common ask to add some authorization support on remoting channels. During Beta1...

Date: 04/22/2005

There are config setting changes for Tcp channel authentication in .net framework 2.0 Beta2. Here is...

Date: 04/22/2005

Remoting does support stateful connections. You could use singleton or client activated objects to...

Date: 04/06/2005

RemotingServices.Disconnect is probably one of the confusing APIs in remoting. It doesnt correspond...

Date: 01/31/2005

Thanks to all those who responded to Call for remoting apps... We will evaluate what remoting...

Date: 12/14/2004

The .net remoting team is looking for customers to help us with compatibility. If you have existing...

Date: 12/13/2004

Cloning MarshalByRefObjects can lead to some unexpected behaviour. When a MBR object is marshalled,...

Date: 11/24/2004

If you set machineName="foo.com" in the server side remoting config (to avoid using ip addresses)...

Date: 11/23/2004

A CLR type instance can be activated remotely in the following ways: 1. Through Config: This is...

Date: 11/21/2004

This is probably not a very wellknown fact, but static methods and fields accessed via a remoting...

Date: 11/11/2004

Infact they could. The contract for a remoting singleton wellknown object is that "a" object would...

Date: 11/11/2004

Each remoting channel has a priority associated with it. If there are multiple channels registered...

Date: 11/09/2004

Got an interesting question about how to deserialize delegates serialized with an older version of...

Date: 11/08/2004

A remoting client need not register a channel (if its http or tcp) when making a remote call. The...

Date: 11/03/2004

As is common knowledge remoting needs server assemblies on the client for remote communication. In...

Date: 11/02/2004

There are a couple of reasons why appdomain unloads can fail. One common failure is when all threads...

Date: 11/01/2004

You can add rejectRemoteRequests="true" on the server side tcp or http channels. With this set...

Date: 10/29/2004

Most remoting users have seen one of the following exception messages during deserialization:...

Date: 10/27/2004

My post from last week talked about OneWay messages in remoting. I should have clarified that the...

Date: 10/26/2004

There is a common misconception that using remoting leads to memory leaks. The fact is that the...

Date: 10/21/2004

RemotingServices.Marshal allows you to publish an existing instance remotely. Both for server...

Date: 10/20/2004

Remoting provides a way for fire-and-forget OneWay messages from client to the server. Just adding a...

Date: 10/19/2004

One issue with NLB and remoting is the fact that remoting clients cache sockets connections for...

Date: 10/16/2004

Events and Delegates are supported in remoting. So x-appdomain and x-process delegates and eventing...

Date: 10/16/2004

Exceptions are serializable (ISerializable too). Exceptions are serialized from the server back the...

Date: 10/11/2004

CallContext allows you to flow information with a "logical" call. With logical we mean the call...

Date: 10/08/2004

When hosted in IIS / Asp.Net and using the binary formatter you might run into an exception saying...

Date: 10/06/2004

Remoting in v2.0 of the framework is introducing a new IPC Channel meant for x-proc communication on...

Date: 10/05/2004

v1.0 sp3 of the framework now has typefilterlevel set to Low by default, similar to the setting in...

Date: 09/20/2004

The Soap Formatter is on the path of deprecation. Starting in v2.0 of the framework the usefulness...

Date: 09/17/2004

v2.0 for the .net framework adds IPv6 support to .net remoting. In v2.0 you can use the bindTo...

Date: 09/15/2004

Remoting implements a lease based lifetime management. There is no reference counting since doing so...

Date: 09/10/2004

As is common knowledge there are two types of remoting objects, server-activated objects (aka...

Date: 09/09/2004

Reflection should work just fine over remoting proxies. In some cases you need to be a little...

Date: 09/09/2004

There are a couple of ways you can secure remoting endpoints: 1. Host in IIS: hosting your server...

Date: 09/07/2004

Binary and Soap formatters have a way to specify a SerializationBinder. Each time a type is being...

Date: 09/03/2004

This is a very common question. Whether there is affinity between remoting objects and registered...

Date: 09/03/2004

There are two types of remotable objects, wellknown and client activated. The server controls which...

Date: 09/02/2004

Next>