all groups > dotnet framework > february 2006 > threads for thursday february 23
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
Why Multilanguage .Net framework?
Posted by Rene at 2/23/2006 9:29:51 PM
When I download the .Net framework from the Microsoft website, there is a
combo box that allows me to select different languages.
My first question is, why does the .Net comes in different languages, isn't
the .Net framework just code? Is the only different between the different
download ju... more >>
Exception of type System.OutOfMemoryException was thrown.
Posted by Daniel at 2/23/2006 7:35:43 PM
Exception of type System.OutOfMemoryException was thrown.
this error is occuring when on arbitrary threads in my .net windows service.
There is 2 gigs of memory on the machine and this .net windows service only
uses 50 megabytes. What could be causing this? how to fix?
... more >>
probably a dumb question about serialization
Posted by djc at 2/23/2006 5:46:19 PM
I was just reading a chapter in a .net network programming book (which I am
real new to) about serialization.
I need some clarification.
1) Its only 'data' (like property values) of a class that get serialized,
correct?
1b) class methods are not serialized, correct? In other words you can... more >>
is mac os supports .net
Posted by jaffar at 2/23/2006 5:33:54 PM
hai,
I want to know mac operating system is able to supports .net,how can
i run .net application in mac operating system,
warm regards
jaffar
... more >>
FileSystemWatcher is unreliable
Posted by Arnie at 2/23/2006 4:06:13 PM
We have noticed that the FileSystemWatcher is not reliable. It is not easily
repeatable but sometime it fails to catch file system changes. When it gets
into this state it doesn't recover unless a reboot is done.
The problem is only seen when multiple files are copied to the system in
quick... more >>
What version of Indigo (WCF)
Posted by Steve B. at 2/23/2006 2:11:11 PM
Hi
I'd liek to evaluate Indigo, but I don't know which version I have to
download.
The indigo beta 1 or the winfx runtime ctp ?
In general, what are prerequisites of the dev and client computers ?
Thanks,
Steve
... more >>
[.NET 1.1] physical memory
Posted by Adam Klobukowski at 2/23/2006 12:45:11 PM
How can I programatically check how much of total physical memory
computer has?
--
Semper Fidelis
Adam Klobukowski
atari@gabo.pl... more >>
My website : Opinions please.
Posted by John Swan at 2/23/2006 12:13:32 PM
Please, I have just created this site and am wondering what your opinion is
from both professionals and amatures or the curious alike.
Any opinions?
www.integrated-dev-sol.co.uk
Remove 123 from email address to reply.
Anti spam and virus measure.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Fastest IDictionary to SortedLIst Convert?
Posted by xenophon at 2/23/2006 10:53:49 AM
What is the fastest way to convert a class that implements IDictionary
to an instance of SortedList? I have 20 key/value pairs in an
IDictionary and it would be easier to review them if they were sorted.
Code readability is not important, I just want the utmost speed.
Thanks.
... more >>
calling java from DOTNET 2? how stable painfull?
Posted by Elhanan at 2/23/2006 8:21:59 AM
hi..
i have a java application server whish uses RMI as a delivery transport
for it's apis (it's gets the command in XML but the underlying protocol
needs to be RMI)..
so i need to write an RMI CLIENT to this thing, and expose it microsoft
land.
at first we thought to have it exposed as ... more >>
.Net 2.0 Migration Strategy
Posted by garethdjames NO[at]SPAM gmail.com at 2/23/2006 8:01:52 AM
I work for a large organisation where we use .Net 1.1 as our sole
development language.
We have many frameworks and applications and web sites that are
developed in .Net 1.1
These developments are by no means trivial, they are the result of an
IT department of over 300 people and 2 years of... more >>
Multiple instances of executables?
Posted by MrGrundh at 2/23/2006 7:56:28 AM
Multiple instances of executables?
I want to schedule task in "Schedule tasks" that starts an app (build in
vb.net 2005) every 5 minutes. Every time the app starts i want to check if
this job with the same task name, task name is passed as an argument to the
app at start, is completed. If i... more >>
Problem: Serializing with <NonSerialized>
Posted by Ehsan at 2/23/2006 2:48:27 AM
Does this attribute really work?
I'm trying to "deep" serialize one of my objects which has a member variable
pointing to a Form object. I don't want to serialize this form (and I know
that I can't do this anyway because the Form class is not marked as
Serializable). I try marking this member... more >>
|