Want to build the ChatGPT based Apps? Start here
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 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]
Nilesh Jadav (1)
Vidya Vrat Agarwal (1)
Rizwan Ali (1)
Sam Hobbs (1)
Yogendra Kumar (1)
Praveen Kumar (1)
Related resources for dynamic-link library
No resource found
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.
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.
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#.