Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in managed

Any ideas how to integrate F# code with native C++?

c++ .net f# managed

Managed version of Spy++ Tool?

.net managed spy++

Jetty for NET world

c# .net f# managed

How can I declare constant strings for use in both an unmanaged C++ dll and in a C# application?

c# c++ string unmanaged managed

Why do we need/use managed code (over native)?

java c# jvm managed .net-native

CoCreateInstance returns "Class not registered"

c# c++ dll managed

What is the best way to support multiple architectures in a mixed managed/unmanaged environment?

Calling SSE code in managed code (alignment)

c# c++ alignment managed sse

Best way to call Managed .NET code from Unmanaged code

c# c++ unmanaged managed

In managed code, what should I look after to keep good performance?

What is the difference between managed and unmanaged DLL

dll unmanaged managed

How can I send a managed object to native function to use it?

How to use SQLite on new Windows 8.1 Store app (Visual Studio 2013)

Using Java JAR file in .NET

java .net jar managed

Performance of Calling Unmanaged .dll from C#

c# c++ interop unmanaged managed

Wrapping unmanaged C++ with C++/CLI - a proper approach

Stepping through Source Code using Windbg SOS Extension

How do I call C++/CLI (.NET) DLLs from standard, unmanaged non-.NET applications?