Top "Managed" questions

Managed refers to code that requires and will only execute under the control of a Common Language Runtime (CLR).

Memory Leak in C#

Is it ever possible in a managed system to leak memory when you make sure that all handles, things that …

c# .net memory-leaks garbage-collection managed
A call to PInvoke function '[...]' has unbalanced the stack

I'm getting this weird error on some stuff I've been using for quite a while. It may be a new …

c# c++ pinvoke unmanaged managed
Howto implement callback interface from unmanaged DLL to .net app?

in my next project I want to implement a GUI for already existing code in C++. My plan is to …

c# c++ callback unmanaged managed
Deserializing a byte array

If I wanted to fill a structure from a binary file, I would use something like this: using (BinaryReader br = …

c# binary managed deserialization
@ManagedProperty(value = "#{param.id}") in a non-request Scope Bean

I need to pass a parameter (POST) to a @managedBean, I used managed properties like this: @ManagedProperty(value = "#{param.id}") …

java jsf jsf-2 managed javabeans
C++/CLI : Casting from unmanaged enum to managed enum

What is the correct way of casting (in C++/CLI) from a native code enum to a managed code enum …

enums casting c++-cli native managed
How do I do typeof(int) in Managed C++?

I am working on a project now and part of it uses Managed C++. In the managed C++ code, I …

c# c++-cli managed
Difference between managed and unmanaged in-app product android?

I went through the developer forum to know the difference between managed an unmanaged in-app products. they are saying that "…

android in-app-purchase unmanaged managed
How do i prevent my code from being stolen?

What happens exactly when I launch a .NET exe? I know that C# is compiled to IL code and I …

c# .net reverse-engineering managed cil
ODP.NET Oracle.ManagedDataAcess random ORA-12570 errors

I'm trying to migrate to Oracle.ManagedDataAcess from unmanaged version and receiving randoms ORA-12570 TNS:packet reader failure. I don't …

c# oracle odp.net managed oracle12c