Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Managed Code
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
C# Curator (2)
Mohammad Elsheimy (2)
Gregory Popek (1)
Ajay Yadav (1)
Michael Youssef (1)
Filip Bulovic (1)
Rutika Banode (1)
John Hudai Godel (1)
Mike Gold (1)
Ashish Singhal (1)
Vineet Kumar Saini (1)
Ramesh dharam (1)
John Charles Olamendy (1)
Mahesh Chand (1)
jimteeuwen (1)
Related resources for Managed Code
No resource found
Benefits of the .NET Framework
9/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 Sheet
11/23/2020 9:30:52 AM.
This article provides a cheat sheet for .Net Penetration Testing.
Meet Microsoft .NET
10/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 Code
2/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 .NET
10/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.
Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed Code
4/5/2018 4:43:09 PM.
SharePoint 2013 has many restful APIs, to fetch data from lists. However, sometimes we need to use CAML query to filter out the data. SharePoint rest API has an option to pass CAML query as a data to
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 Marshaling
10/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 Interoperation
6/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 – Introduction
12/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.
Creating Stored Procedures with Managed Code
4/8/2010 2:44:41 AM.
This article is intended to illustrate how to implement a stored procedure with managed code.
GDI+: The Next-Generation Graphics Interface
10/8/2009 2:48:23 AM.
In this article I will give you introduction about GDI+.
Export Managed Code as Unmanaged
2/2/2006 11:45:09 PM.
The following Article explains in detail how to use any .NET Assembly from BlitzPlus/Blitz3D.