Welcome to 3Dev Blogs Sign in | Join | Help
<May 2008>
SuMoTuWeThFrSa
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

Navigation

Syndication

Thursday, May 01, 2008 - Posts

Base de datos de la demo de Eventos con .NET Remoting
Base de datos de la demo de Eventos con .NET Remoting. Por favor me envian un correo a jfrancia@3devnet.com para enviarles la BD.   Joel Read More

posted Thursday, May 01, 2008 8:32 PM by jfrancia | 0 Comments
Attachment(s): DemoPerson_bak

Eventos con .NET Remoting Parte III
Proyecto Cliente Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; Read More

posted Thursday, May 01, 2008 8:17 PM by jfrancia | 0 Comments

Eventos con .NET Remoting Parte II
Proyecto ServerP ServerP.cs using System; using System.Collections.Generic; using System.Text; using System.Runtime.Remoting;   namespace ServerP { class Program { static void Main(string[] args) { RemotingConfiguration.Configure("ServerP.exe.config", Read More

posted Thursday, May 01, 2008 8:10 PM by jfrancia | 0 Comments

Eventos con .NET Remoting
Hola, nuevamente regresando al blog, aqui invito a compartir una demo sobre como implementar eventos con .NET Remoting, lo hare en dos envios, y luego pasare a comentar el codigo.   Proyecto CommonAssembly IOrder.cs using System; using System.Collections.Generic; Read More

posted Thursday, May 01, 2008 7:59 PM by jfrancia | 0 Comments

Powered by Community Server, by Telligent Systems