Related resources for Managed Code
  • Integrating C/C++ Libraries to .NET Applications with P/Invoke8/1/2024 3:53:22 AM. Integrating CC++ libraries into .NET applications using PInvoke allows you to call native code from managed code. This process involves declaring methods in C++ libraries using extern "C" an
  • Executing Assembly Code in C#6/3/2024 10:10:02 AM. Learn how to integrate hardcore assembly code into managed .NET code using a VC++ DLL as an intermediary, enabling faster execution and better control over hardware. This article illustrates invoking
  • Preparing .NET Interview - Part 1 (Framework)4/29/2024 11:56:13 AM. Preparing for a .NET interview (Part 1 - Framework) involves understanding key concepts like CLR, BCL, assemblies, and memory management. Familiarize with C#, garbage collection, reflection, and .NET
  • Native Image Generation in Managed Code4/22/2024 8:19:00 AM. This article explains how to write and execute high-performance .NET managed code by employing the Native Image Generator utility as well as some of its disadvantages and recommended scenario guidelin
  • .NET Binary Reverse Engineering: Part 14/19/2024 10:41:26 AM. This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL's
  • Benefits of the .NET Framework9/16/2022 8:41:54 AM. In this article, I will explain about benefits of the .NET Framework.
  • Writing unsafe code - pointers in C#5/2/2022 9:46:08 AM. In this article I will give a short description of one of the feature of C# which are pointers and so-called unsafe code. This subject is particularly close for C++ programmers. Moreover, it is a feat
  • .Net Penetration Testing: Cheat Sheet11/23/2020 9:30:52 AM. This article provides a cheat sheet for .Net Penetration Testing.
  • Meet Microsoft .NET10/19/2020 6:26:57 AM. Before writing applications in C#, understanding the .NET is very important. Usually, beginners who are moving to C# don’t care about understanding .NET? In this article, I will try to explain .NET in
  • Calling Managed Code From Unmanaged Code2/14/2019 8:29:46 AM. One significant task for developers (including myself) is doing some kind of automation of Microsoft Office. So, I will concentrate on the opposing side of the problem - how to use managed assembly fr
  • Managed code and unmanaged code in .NET10/24/2018 1:28:03 AM. In this article I will try to explain you managed code and unmanaged code in .NET with help of diagram and its execution process.
  • How Can You Migrate your Existing Applications?10/13/2012 4:41:50 AM. When a new technology emerges, companies and developers begin to wait anxiously for answers to their questions.
  • Moving C Structures into .NET with Custom Marshaling10/13/2012 2:02:06 AM. Microsoft provides several attributes for marshaling C to C#. In our example we will take the case where we have hundreds of structures and only a few API calls, so we only need to generate the marshaled code for the structures.
  • .NET Interoperability at a Glance 3 - Unmanaged Code Interoperation6/12/2012 1:04:42 AM. This is the last article in this series, it talks about unmanaged code interoperation; that’s, interop between .NET code and other code from other technologies (like Windows API, native libraries, COM, ActiveX, etc.)Be prepared!
  • How do I use ThreadPool in C# and .NET?5/13/2012 8:14:25 AM. In this brief articles, I will show you how to use thread pool in C# and .NET.
  • Unsafe Code in C#12/7/2011 10:22:41 PM. In this article you will see the use of the 'unsafe' keyword in C#.
  • Web Solution Packages 9/15/2011 10:59:47 PM. Managed code assemblies can be deployed to a SharePoint server using a new capability called Solution Deployment.
  • .NET Interoperability at a Glance 1 – Introduction12/27/2010 12:33:04 AM. In this article and the few following it, we’ll try to take a tour in Interoperability in .NET Framework.
  • GDI+: The Next-Generation Graphics Interface10/8/2009 2:48:23 AM. In this article I will give you introduction about GDI+.
  • Export Managed Code as Unmanaged2/2/2006 11:45:09 PM. The following Article explains in detail how to use any .NET Assembly from BlitzPlus/Blitz3D.