Top "Managed" questions

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

Unmanaged memory and Managed memory

what exactly are un-managed and managed memory? can anybody explain me in brief? Also, what exactly would mean when the …

memory ram unmanaged managed
Arrays of strings in Managed C++

I'm trying to write an application in Managed C++, but I cannot work out how to declare an array of …

c++ arrays managed managed-c++
How to use SQLite on new Windows 8.1 Store app (Visual Studio 2013)

So, I installed Visual Studio 2013 on my Windows 8.1 box. I want to experiment with it and created a new Windows …

c# sqlite managed visual-studio-2013 windows-8.1
C# NHibernate & Oracle Managed Client

I have a big project that conceals another 16 project (Tests, Webs & App like Core, Email etc:.). I use C# …

c# oracle visual-studio nhibernate managed
What is an un/managed DLL? What is un/managed code?

Could someone please explain to me what an un/managed DLL is? And what is un/managed code?

dll unmanaged managed
Is it possible to share an enum declaration between C# and unmanaged C++?

Is there a way to share an enum definition between native (unmanaged) C++ and (managed) C#? I have the following …

c# c++ enums native managed
Changes not allowed when unmanaged debugging is enabled?

I get the error changes not allowed when unmanaged debugging is enabled Actually I get the below message but Google …

asp.net debugging managed
JSF Managed Bean auto-create?

Is it possible to have a JSF managed bean be automatically created? For example I have several session scoped beans. …

java jsf managed javabeans
Oracle Managed ODP.NET can't find tnsnames.ora

My managed ODP.net webapp works locally but when deploying it to a server, it fails with the error: "TNS:…

.net oracle odp.net managed
Is this DLL managed or unmanaged?

I hold before you a DLL. Using only the Win32 SDK, can you tell me if this DLL is a .…

.net dll assemblies unmanaged managed