TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About dynamic-link library
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Devanand Laroiya (1)
Sam Hobbs (1)
Nilesh Jadav (1)
Vidya Vrat Agarwal (1)
Rizwan Ali (1)
Yogendra Kumar (1)
Praveen Kumar (1)
Related resources for dynamic-link library
No resource found
Calling A .NET DLL Code On HTML File Using Microsoft .NET Handler And JSON
9/5/2023 9:26:14 AM.
The objective of this article is to explain how to use a .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.
Native Windows Dynamic Link Libraries (DLLs)
7/27/2023 6:05:29 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.
Assembly - Difference between .EXE and .DLL
4/4/2019 2:53:07 PM.
In this video, we will discuss the difference between EXE and .DLL . An Exe have independent memory address space to execute, whereas a DLL needs a host to execute itself, therefore it needs an EXE.
OOP Series - Part One - Building And Consuming A Class Library (DLL) Using C#
10/5/2018 9:17:33 AM.
This article explains how to build and consume a Class Library (DLL) in C#.
Creating a Library Using Visual Studio 2015
2/20/2015 12:39:32 PM.
In this article we learn how to create a DLL file and how to use this file in another program.
Common Language Integration in .Net Framework
2/2/2011 8:55:12 PM.
CLI (Common Language Integration) is an important concept in .Net Framework. As you, .Net supports multiple languages; more than 100 in Visual Studio 2010.
Namespaces and Assemblies in C#
11/27/2009 12:17:33 AM.
In this article I will explain about Namespaces and Assemblies in C#.