Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / June 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
RealTime priority thread and GC15 Jun 2005 00:52 GMT2
I'm interested to know if having a few threads with the RealTime
priority can somehow "disable" the GC. I know these are not officilay
supported.
Thanks.
Service OnStart: return or not?14 Jun 2005 16:51 GMT2
Something I can't quite get out of the docs, is what the 'normal' way is to
implement a service's main body.
My service collects data from network-attached devices at regular
intervals, so it's basically an endless loop with a Thread.Sleep() for
tail method calls12 Jun 2005 12:15 GMT2
does anyone know why the CLR bytecode verifier require that a
tail.
call
instruction shall be immediately followed by a "ret" instruction?
Strange requirement of IConvertible from XML serializer12 Jun 2005 07:07 GMT9
I am often using XML serialization to deserialize type values from XML
files. Recently I came across the exception thrown by Framework when I try
to cast serialized class from object to a type. The following happens:
1. I read type using XmlSerializer into a generic "object" ...
FIFO mutex11 Jun 2005 01:33 GMT7
"Threads that are waiting for ownership of a mutex are placed in a first in, first out (FIFO) queue.
Therefore, the first thread to wait on the mutex will be the first to receive ownership of the mutex,
regardless of thread priority. However, kernel-mode APCs and events that ...
Compiling a .Net exe into a native win32 exe?10 Jun 2005 21:23 GMT1
It seems sometime ago I heard you could compile a .net exe or assembly into a
native win32 exe or dll, is this possible?
Net.Sockets.TcpClient - only first instace receives data09 Jun 2005 12:23 GMT3
I've got a class that uses a Net.Sockets.TcpClient in VB.Net 2003, approx.
like below (I snipped all code that isn't related to the problem).
For some reason, only the first instance of this class works.  Other
instances that are created later can connect and send data, but they ...
dynamically loading assemblies07 Jun 2005 19:49 GMT1
i want to dynamically load .dll files and then get value of a satic property. i am doing this but getting an error:
Assembly asm = Assembly.LoadFrom(dllPath);
               Type type = asm.GetType();
               PropertyInfo propertyInfo = type.GetProperty("info");
"self-installing" service07 Jun 2005 07:45 GMT2
I used to create services in a 'self-installing' way: a single executable
that serves both as the service executable and as configuration/install
program.
Depending on a command line option they start either the service itself
Double comparisons for equality02 Jun 2005 09:00 GMT10
I have an application written in .NET that reads in data as doubles.  For
various reasons, I have a need to know if a given double that I'm reading in
is the same as any others that I've seen before.  I am currently using a
hashtable to do this, using the double as the key.  It ...
Pages: 1 2 May, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.