Click here to Skip to main content
15,919,931 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shrinking Toolbar images Pin
LannieK20-Oct-04 2:23
LannieK20-Oct-04 2:23 
GeneralRe: Shrinking Toolbar images Pin
Heath Stewart20-Oct-04 5:20
protectorHeath Stewart20-Oct-04 5:20 
GeneralRe: Shrinking Toolbar images Pin
LannieK20-Oct-04 10:03
LannieK20-Oct-04 10:03 
General32 bit integer from sbyte array Pin
BrcKcc19-Oct-04 9:03
BrcKcc19-Oct-04 9:03 
GeneralRe: 32 bit integer from sbyte array Pin
Dies19-Oct-04 9:38
Dies19-Oct-04 9:38 
GeneralRe: 32 bit integer from sbyte array Pin
Christian Graus19-Oct-04 9:41
protectorChristian Graus19-Oct-04 9:41 
GeneralMSMQ in C# Pin
ppp00119-Oct-04 9:00
ppp00119-Oct-04 9:00 
GeneralRe: MSMQ in C# Pin
Heath Stewart19-Oct-04 11:17
protectorHeath Stewart19-Oct-04 11:17 
You msut perform performance benchmarks and determine if the results are adequate for your needs. Most often managed code requires more memory but requires about the same number of CPU cycles as unmanaged code - though not always (this depends on a number of factors, especially demanding CAS permissions that cause a stack walk).

If you look at the bottom of all the class documentation, the system requirements are specified.

Since the .NET BCL defines the MSMQ client code, it does not require MSMQ to be installed (which is supported on Win2K and newer). The "Platforms" section under "Requirements" states that Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family is supported.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralMCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 7:48
Oguz Mazlum19-Oct-04 7:48 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 11:12
protectorHeath Stewart19-Oct-04 11:12 
GeneralRe: MCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 11:46
Oguz Mazlum19-Oct-04 11:46 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 12:50
protectorHeath Stewart19-Oct-04 12:50 
GeneralRe: MCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 13:08
Oguz Mazlum19-Oct-04 13:08 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 15:01
protectorHeath Stewart19-Oct-04 15:01 
GeneralAnimating .x files with MDX9 Pin
JDUK19-Oct-04 6:21
JDUK19-Oct-04 6:21 
GeneralRe: Animating .x files with MDX9 Pin
Heath Stewart19-Oct-04 7:26
protectorHeath Stewart19-Oct-04 7:26 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 7:41
JDUK19-Oct-04 7:41 
GeneralRe: Animating .x files with MDX9 Pin
Heath Stewart19-Oct-04 8:02
protectorHeath Stewart19-Oct-04 8:02 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 8:20
JDUK19-Oct-04 8:20 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 22:23
JDUK19-Oct-04 22:23 
GeneralVoice recognition Pin
amatyasik19-Oct-04 5:06
amatyasik19-Oct-04 5:06 
GeneralRe: Voice recognition Pin
tom_dx19-Oct-04 13:38
tom_dx19-Oct-04 13:38 
GeneralTAPI Pin
rpussewela19-Oct-04 4:41
rpussewela19-Oct-04 4:41 
GeneralRe: TAPI Pin
Dave Kreskowiak19-Oct-04 8:33
mveDave Kreskowiak19-Oct-04 8:33 
GeneralRe: TAPI Pin
rpussewela19-Oct-04 20:38
rpussewela19-Oct-04 20:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.