all groups > dotnet general > may 2005 > threads for thursday may 26
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Plugin for Java Serialization in Dot Net or Vice versa
Posted by Nick at 5/26/2005 10:06:05 PM
Hi,
I have a client windows application (VB.Net) interacting with a server that
has been coded in java. I basically need to pass a java object from the
server into a binary format over the network and get it as a response back at
the client which I then want to deserialize into an object.
... more >>
Do you know LayerD technology? It'll be better than .NET?
Posted by afer at 5/26/2005 2:35:17 PM
I've read about a new free technology named "LayerD", and it's impresive
compared to .NET or Java, it's not only really multiplatform, with this
technology you can make programs in an object oriented paradigm and the
Aspect Oriented Paradigm (AOP), what is more you can make your own Semantics ... more >>
need help !
Posted by TK2828 at 5/26/2005 12:19:16 PM
Hi,
Can anyone help me out on this ?
from my web service I need to call a store procedure to fill a dataset which
will be returned to client. When I test my store procedure, it takes 90sec to
retrieve records ( about 30 records returned ). However, when I test the
webmethod from local IIS ... more >>
how to retrieve list of ip's and mac addresses from DHCP server
Posted by Scott Emick at 5/26/2005 11:06:08 AM
I need a way either using active directory or otherwise in VB .NET (API's
are fine) to retrieve the list of IP addresses and MAC addressses from our
DHCP server here. I specifically need to do this because I am looking for
machine's that are in standby so a ping sweep or otherwise that would
ge... more >>
Sorting strings as numeric
Posted by amber at 5/26/2005 9:58:09 AM
Hello,
Is there a simple way to sort a listbox that contains strings that are
numbers?
My listbox is populated from a database field that has a datatype of string,
but typically contains numbers.
(I need to keep them as strings because occasionally they will have a letter
after them - 1a fo... more >>
Newbie Learning Threading
Posted by Bishop at 5/26/2005 9:23:17 AM
I have a class which I create 6 instances of. Each class has unique numbers
passed when they are created. As they are running they throw an event that
populates a listbox. the data in the list box starts out fine 0,2,4,6,8,10
but instead of repeating, it just says 10,10,10,10....
I'm try... more >>
How to use Crystal Reports in asp.net web application?
Posted by Mahantesh Hongal at 5/26/2005 9:07:01 AM
Hi,
I want to generate reports in my web applications but as I am new to .net
I am unaware of using crystal reports in asp.net. Can any body help me in
this regard? Any running code?
--
Mahantesh V Hongal
INDIA... more >>
MSMQ 3.0 to send compressed files
Posted by Nelson at 5/26/2005 9:05:33 AM
I have a program generate .ZIP files and want to know if there is a way to
send these files through MSMQ and how? Thanks.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Command Arguments and processing questions.
Posted by Dubya at 5/26/2005 8:17:47 AM
Hello Everyone,
I have this little app, that I would like to configure two modes of
operation by using command line arguments. If the app is started with no
arguments, the Main UserForm shows up, if the app is started with an argument
of -q it runs in Quiet Mode. Where a form pops up, run... more >>
String vs. GUID object
Posted by ME at 5/26/2005 8:09:58 AM
I am developing a kind of plugin framework that I can use for several
applications I want to make. In order to identify individual plugins I am
currently doing something like the code below (example only. Note that the
host has a collection of IPlugin's from which to look for the ID.).
Obv... more >>
Size of the view state
Posted by Luc at 5/26/2005 8:02:03 AM
is it possible to limit the view state size or is it conditionned by the
widgets (controls) placed on a web page?... more >>
Create A Project From Existing
Posted by Jim Douglas at 5/26/2005 6:13:56 AM
Let's say I am working on Project named "KillerApp" and want to clone it to
"KillerAppVersion1" can I do this from within VisualStudio. I have tried the
copy project and it keeps the same projectname, solution name, etc.
I can't figure out how to do this with PMS, oops PVCS!
Thanks!
-- ... more >>
Handling thousands of TCP socket connections
Posted by Phil Jenson at 5/26/2005 12:00:00 AM
I am try to evaluate the most efficient method of handling thousands of
simultaneous TCP connects each of which remain connected to the server for
hours and pass a small amount of data usually once a minute. The data
received is logged in a SQL Server database.
The only method I have found ... more >>
|