Spy Video Eyewear Recorder EVR130 available at http://www.gusdeluxe.info/Catalog
Thu, 24 Jul 2008 20:43:48 +0200
Eyewear Spy Video Recorder EVR130
http://www.gusdeluxe.info/Catalog/video-eyewear-recorder-evr130-p-342.html
1. Quality Polaroid Lens from brand makers.
2. 1.3 mega pixels pinhole CMOS camera for clear digital recording.
3. User friendly operation button for easy control. ...
|
Remoting interfaces only
Wed, 23 Jul 2008 16:12:41 +0200
Hello again with another question,
I want to publish a factory interface on the server side and i do it using
RemotingServices.Marshal. On the client side I use
RemotingServices.Connect(typeof(IFactory), "url of published object") and i
get an IFactory proxy. Until here everything ok, I do have an interface ...
|
Remoting ipcChannel or WCF
Wed, 23 Jul 2008 15:08:20 +0200
Hello,
in the following scenario is it better to use .net remoting through
ipcChannel or to consider use of WCF?
A hosting service will be running on a machine(PC) exposing some
services(objects) only to local processes(on the same machine).
I thought remoting/ipcChannel would be the fastest. Does anyone ha ...
|
.Net Remoting
Wed, 23 Jul 2008 02:28:28 -0700 (PDT)
Hi All
I am pretty new to .Net Remoting.
In all the examples that i had a look, p address of the system is
required to connect to the same.
How can one connect to / recover a PC with dynamic ip in a network,
using .Net Remoting ? Is there a way to do this ?
PLease help.
Regards
Sreenu ...
|
Dotnet Interviews
Sat, 19 Jul 2008 21:58:43 -0700 (PDT)
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions and Answers7
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html
C# Interview Questions and Answers 6
http://allinterviewsbooks.blo ...
|
Microsoft RMS Shopping Cart
Thu, 17 Jul 2008 22:05:27 -0700
RMScart is an eCommerce Cart solution that completely and seamlessly integrates with Microsoft Retail Management System (RMS).
Our Microsoft RMS integrated Shopping Cart solution?s standard features far exceed those of any other Retail Management System - compatible Web Integration and Authoring Application. I ...
|
see all about dot net interiew questions
Tue, 15 Jul 2008 17:01:40 -0700 (PDT)
.NET database dev questions
http://freedownloadablebooks.blogspot.com/2008/03/net-database-dev-questions.html
Some general quickies
http://freedownloadablebooks.blogspot.com/2008/03/some-general-quickies.html
.NET WebDev interview questions - Part 1
http://freedownloadablebooks.blogspot.com/2008/03/net-webdev-i ...
|
|
|
returned interface of a remote marshalbyRef object as paarmeter of another call possible?
Tue, 15 Jul 2008 17:09:38 +0200
How is it possible to use a interface returned by a Remotimg call as
parameter of another remoting call?
Example:
interface I1 {
I2 GetI2();
Access(I2 i2);
}
If a client executes the remoting calls
I2 = i1.GetI2();
i1.Access(i2);
an exception is thrown because i2 is a reference to th ...
|
Wired problem with remoting and events
Tue, 08 Jul 2008 08:58:26 +0200
Hi everyone,
I've got a problem with remoting in connection with events. Im using
Remotingservices.Marshal() and Activator.GetObject in connection with a
tcp channel.
Server:
RemotingServices.Marshal(remoteobject, "remoteobject")
Client:
remoteobject = Activator.GetObject(GetType(RemoteType), uri)
...
|
Cannot Authenticate using TcpClientChannel to a workgroup Server
Thu, 3 Jul 2008 10:36:07 -0700
I am able to connect to a remote TcpServerChannel from a Workgroup PC to a
Domain Server using the domain name in the credientials. However, I cannot
connect a Domain PC to a Workgroup Server. I used the Workgroup Server's
name as the domain name but it does not work.
What should I use as the domain na ...
|