Description:
Microsoft .NET technology newsgroup.
|
|
|
Is there an MVP in the house?
|
| |
My query from October 22 remains unanswered. It relates to using VB6 and the CryptoAPI to create an encryptor which can interoperate with the .NET Framework's DESCryptoServiceProvider. Fletcher James President Levit & James, Inc. a Microsoft Certified Partner [link]
|
|
Send Free SMS Worlwide to any mobile phone iphone gsm http://free4sms.info
|
| |
Free4sms is a free service. Send SMS for Free worldwide to any mobile phone gsm, iphone, smart phone. use it with moderation. [link] free4sms enables you to send free SMS from its site to any cellular phone worldwide. free4sms service is provided like is, there is no guarantee of timely delivery of all messages to all cellular networks, free4sms cannot be held liable for any losses resulted from free4sms failure to deliver messages... more »
|
|
Opinion de R4spain.com
|
| |
Opinion R4spain.com He comprado en [link] unos cartuchos R4 para mi consola Nintendo Ds y van de puta madre. Quiero dar mi opinion sobre r4spain. Ya que me ayudaron por correo y telefonciamente como hacer funcionar los juegos en la R4. De aqui las gracias a estos chicos. Ademas de tener las R4 ratas la recibi al otro dia. Bueno aqui queda mi opiono sobre r4spain.com... more »
|
|
CLR Error
|
| |
The runtime has encountered a fatal error. The address of the error was at 0x79ed7e94, on thread 0x16ec. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack... more »
|
|
TypeBuilder CreateType() slow with the VS2008 debugger attached
|
| |
We are generating some dynamic assemblies at runtime and have found that when the debugger attached, calls to TypeBuilder.CreateType get cumulatively slower for types within the same assembly. The calls start off taking around 3-4 milliseconds but after 60 calls they are taking more than 4000 milliseconds.... more »
|
|
Runtime use of GetType to determine Nullable, actual type and arra
|
| |
Hi I need to be able to determine the type of an object at runtime using object.GetType(). However, some of the objects are defined as double? or int?[] for example and I would like to know the correct way of finding out if the object is a) Nullable and b) its actual type. I guess if I know how to... more »
|
|
How To Tell You're Within An Exception?
|
| |
Hi, in my IDisposable.Dispose() method I need to tell if my code is running either within an exception stack unwinding process or just in normal program flow reaching the closing brace of a using statement. Is there a property I can query to tell this program state? TIA, [link] Axel Dahmen... more »
|
|
|