|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
x86 and x64.NET Frameworks on the same x64 Machine
Malcolm Mackay -
26 Mar 2009 10:42 PM - 2 messages
I have a Windows Server 2003 R2 x64 and am wanting .net framework 2.0 32 bit for a 32 bit app. It already has x64 .net framework 2.0 installed. Why when I try and install x86 .net framework do I get: ...
Buffer.BlockCopy vs Array.Copy
Jono -
26 Mar 2009 11:21 AM - 3 messages
Hi Everyone, I've read the documentation on MSDN regarding Buffer's methods being faster than Array's for primitive types. So I gave it a try, but it doesn't copy all the data I ask it to (it stops after 7 items). I have ...
Syntax question
Trevor -
25 Mar 2009 8:33 PM - 3 messages
I have encountered this line of C# code today: string[,] m_defaultValues; What does this syntax "string[,]" mean and how is it different from the normal "string[]" array syntax ? I don't understand what the comma is accomplishing. ...
Loading native code dll using vc++ .net 2.0 managed code
antarikshv -
25 Mar 2009 10:30 AM - 3 messages
I am loading a native dll, i.e. a dll created using native code. My development environment is VC++ .Net 2.0, managed code. The code is as follows, The function signature in the dll is: int CalculateKey(BYTE *seed, int seedLength, BYTE *key, int ...
Re: start excel from c# and load add-ins
Peter Duniho -
24 Mar 2009 9:50 PM - 4 messages
On Tue, 24 Mar 2009 14:35:46 -0700, Bob <bshumsk***@yahoo.com> wrote: Not that your question is really all that on-topic in either the .NET or C# newsgroups. But, if you feel you _must_ post the same question to ...
free ESB
Mauricio Correa L. -
24 Mar 2009 4:25 PM - 3 messages
Hello, i need to know wich is the best free ESB? i need to test and research some solutions. in the comercial side, wich are the leaders solutions? thanks Bye. ...
XmlTextWriter Speed Increase?
SnapDive -
23 Mar 2009 6:55 PM - 11 messages
I was backing an XmlTextWriter with a StingBuilder, but was getting OutOfMemoryException problems. I decided to back it with a simple file instead. 1. Create file path based on the OS %temp% variable. 2. XmlTextWriter = new XmlTextWriter (myfile, ENcoding.UTF8 ) ...
|
|||||||||||||||||||||||