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 Dlls
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (1)
gsuttie (1)
Dipal Choksi (1)
Safayat Zisan (1)
Prasham Sabadra (1)
Jean Paul (1)
Sam Hobbs (1)
Related resources for Dlls
No resource found
.NET Reverse Engineering: Part 3
1/14/2021 11:40:16 AM.
In this article, we shall be confronted with the rest of the implementation in the context of CIL programming as such, how to build and consume DLL file components using the MSIL programming opcodes i
Global Assembly Cache(GAC) Hell
1/1/2021 9:55:33 AM.
After having worked on a project involving heavy use of the Global Assembly Cache, I would like to tell you that using the GAC can be very frustrating. We had a solution which had several projects wit
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC
12/4/2018 5:27:44 AM.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC.
Explanation of Dynamic Link Libraries (DLLs) by creating a DLL library in C++ and using it with C#
4/29/2015 5:17:30 PM.
In this article we will learn about Dynamic Link Libraries, their purpose and how to make it a reference in a C# application.
Adding A Custom Object To Distributed Cache Using AppFabric Client DLLs
2/12/2015 11:33:30 PM.
In this article you will learn how to add a Custom Object to a Distributed Cache using the AppFabric Client DLLs in SharePoint.
SharePoint 2010 Check User Permission on Web
5/29/2013 3:44:49 PM.
In this article I would like to explore multiple ways to check User Permissions on a web object.
Native Windows Dynamic Link Libraries (DLLs)
5/6/2013 4:47:20 AM.
This article briefly explains what a native Windows Dynamic Link Library (DLL) is, shows how to create a DLL using C++, how to consume it in C# and then explains how DLLs work.