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 DLL
DLL
stand for (Dynamic Link Library) file format system which is used for holding multiple codes and procedures for Windows programs these program files were created in the
DLL
so we can say that multiple programs could use their information at the same time, aiding memory conservation.
DLL
also provide the functionality to the user to edit the coding of multiple applications at once without changing the applications themselves. The use of
DLLs
helps promote modularization of code, code reuse, efficient memory usage, and reduced disk space. Therefore, the operating system and the programs load faster, run faster, and take less disk space on the computer. When a program uses a
DLL
an issue then the program not to run and another program overwrites and breaks this dependency the original program may not successfully run.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (7)
Mahesh Chand (4)
Raj Kumar (4)
Sachin Kalia (3)
Ajay Yadav (3)
Mahesh Alle (3)
Vidya Vrat Agarwal (2)
Tanmay Sarkar (2)
Sam Hobbs (2)
Satyaprakash Samantaray (2)
Rahul Bansal (2)
Neha Sharma (2)
Abhishek Kumar Ravi (2)
Nilesh Jadav (2)
Dipal Choksi (2)
Vishal Kulkarni (2)
Anand Narayanswamy (2)
Manas Mohapatra (1)
Prashant Bansal (1)
Prashanth Chindam (1)
Sai Kumar Koona (1)
Vulpes (1)
Hemant Srivastava (1)
David Talbot (1)
Devanand Laroiya (1)
Anoop Kumar Sharma (1)
Teddy Kurian (1)
Rafal Wozniak (1)
Sanjeeb Lenka (1)
Rohatash Kumar (1)
Rion Williams (1)
Sourabh Mishra (1)
Dave (1)
gsuttie (1)
Mohsin Azam (1)
Sateesh Arveti (1)
Khushbu Saini (1)
Sachin Saket (1)
G Gnana Arun Ganesh (1)
Ashish Singhal (1)
Sankara Krishnan Venugopal (1)
Mickey Marshall (1)
Amit Patel (1)
Madhan Raghu (1)
Ajay Malik (1)
Rajesh Pawde (1)
Sibeesh Venu (1)
Shubham Kumar (1)
Safayat Zisan (1)
Sarwar Hussain (1)
Rizwan Ali (1)
Prasham Sabadra (1)
Cj Felix (1)
Ashish Vanjani (1)
Vijai Anand Ramalingam (1)
Jean Paul (1)
Jay Parekh (1)
Vishal Kulkarni (1)
Shamim Ahmed (1)
Dinesh Beniwal (1)
Narayana Surapaneni (1)
Imtiaz Alam (1)
Malcolm Crowe (1)
Chitkaran Singh (1)
Ravindra Sadaphule (1)
Honey Chawla (1)
Shubham Saxena (1)
Vishal Nayan (1)
Krishnaraj L (1)
samersarhan (1)
Michael Livshitz (1)
Related resources for DLL
No resource found
Serialization And Deserialization In C# Using Protobuf-net.dll
9/4/2024 6:53:55 AM.
This article describes how to implement serialization and deserialization using Protobuf-net.dll. This article explores Protobuf-net, a .NET library for efficient serialization and deserialization usi
SharePoint 2016/2013 - How To Install SharePoint Client Components SDK
6/24/2024 9:00:42 AM.
Learn how to set up client machines for CSOM-based PowerShell development using SharePoint Client Components. Download the appropriate MSI file based on your OS version, install it, and access SharePo
Displaying Google Maps in ASP.NET Web Application
5/30/2024 12:05:25 PM.
Develop a web app in ASP.NET for Google Maps display. Download GMaps.dll, add controls to Visual Studio, design form with TextBoxes and Button, use GLatLng and GMarker for map functionality. Configure
To Find Installed Version of .Net Framework Using CLR Version Tool
5/1/2024 11:14:47 AM.
Learn about Clrver.exe utility to identify .NET Framework versions. Use MSCorEE.dll presence in system directories. Visual Studio command prompt access. View installed .NET versions and CLR versions
Visual Studio and .NET's Unit Test Framework
4/30/2024 10:46:30 AM.
This article outlines the process of automating tests using Microsoft Visual Studio's Unit Testing Framework. It covers the fundamentals of test automation, explains the structure of test cases, a
Native Assembly Programming in .NET
4/22/2024 8:56:22 AM.
Learn to create EXE and DLL files using MASM in Visual Studio. Configure project settings, write assembly code, debug, and test applications. Explore the power of assembly language for faster executio
.NET Reverse Engineering: Part 3
4/19/2024 10:37:22 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
Finding What Are the Assemblies Are Loaded Currently in Current AppDomain
2/7/2024 4:59:09 AM.
Determining what assemblies are currently loaded in the current AppDomain. This guide addresses a common problem in software development: issues with DLL integration into main applications.
Calling Unmanaged Functions Which Take A Variable Number Of Arguments From C#
10/23/2023 5:12:44 AM.
Many C# programmers are familiar with the Platform Invoke mechanism (using the DllImport attribute) for calling unmanaged functions from C#.
Automatic System Locking Using Timer
10/13/2023 9:49:27 AM.
In this article, I am going to show how we can lock the system automatically using a timer.
Using Interfaces In .NET Remoting
10/5/2023 10:26:06 AM.
In this article, we will create a remote object that will return rows from a database table. For the sake of simplicity I have used the NorthWind database that is packed with the installation of the M
How you make a dll file which contains the icon set like "SHELL32.dll"
9/25/2023 10:36:20 AM.
Here I describe how you make a dll file which contains the icon set like SHELL32.dll.
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.
Running a Web Site in Kiosk Mode with C#
9/4/2023 12:02:44 PM.
This article addresses a simple approach to supporting the display of a web site in kiosk mode using a simple win forms application.
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.
Managed C++ Wrapper For Unmanaged Code
7/19/2023 5:46:59 AM.
This article shows how to create a C++ CLR Class Library wrapper for unmanaged code.
Creating and Using DLL (Class Library) in C#
5/9/2023 10:27:47 AM.
In this article, we learn how to create and use a DLL in a C# Windows Forms Application using Visual Studio.
Convert Word File to PDF Using C# dLL
5/3/2023 9:28:19 AM.
This article shows how to convert a Word file to a PDF using C#.
Customize Swagger UI In ASP.NET Web API Restful Service
6/22/2022 9:07:35 AM.
Swagger UI is very powerful documentation tool for Restful services so lets learn how we can implement and customize in Web API Restful service.
CUDA integration with C#
3/31/2022 10:19:36 AM.
This article will focus on how to create an unmanaged dll with CUDA code and use it in a C# program. The example will show some differences between execution times of managed, unmanaged and new .NET 4
Implement Swagger UI In ASP.NET Web API Restful Service For Documentation Using Swashbuckle
2/28/2022 1:23:02 PM.
Swagger basically is a framework for describing, consuming, and visualizing RESTful APIs. The nice thing about Swagger that it is really keeps the documentation system, the client, and the server code
Tutorial: Creating C# Class Library (DLL) Using Visual Studio .NET
2/24/2022 10:09:25 AM.
This step-by-step tutorial shows you how to create a class library (DLL) in Visual Studio .NET.
Using the DocX DLL to Programmatically Create Word Documents
2/23/2022 11:04:10 AM.
The project offers a DLL which can be downloaded and added to a project and then used to programmatically create Word documents on the fly and without any reliance upon the Microsoft Office DLLs.
How to Add an Image in Runtime Generated PDF File
5/14/2021 6:20:56 AM.
This article describes how to add an image to a runtime generated PDF file.
How to Send the Runtime Generated File as Attachment in Sending Mail Using C#
4/13/2021 6:51:33 AM.
This article describes how to send an email with a runtime generated file as an attachment in C#.
Getting Started With ITextSharp in ASP.Net
3/8/2021 6:47:36 AM.
This article explains how to use iTextSharp and its features in ASP.Net.
Google Search In ASP NET
3/1/2021 10:49:08 AM.
This article describes how to add google search feature in ASP.Net. Here I will describe how to communicate with Google search API.
How to Register an Assembly or DLL in Web Applications
2/24/2021 10:37:22 AM.
In this article, you will learn how to register an assembly or DLL in web applications.
Export Grid View Data to PDF Using ITextSharp
2/18/2021 7:20:52 AM.
This article explains how to export ASP.Net grid data to a PDF with custom width using iTextSharp.
Disassembler Mechanized: Part 4
2/17/2021 7:26:10 AM.
This article is the fourth and final part of how to do a mechanized disassembly in .Net.
Creating DLL (Class Library) in .NET Framework
2/10/2021 5:02:13 AM.
This article shows how to create a Class Library project and include it in a web application project.
The Missing Intelligencia.UrlRewriter.dll File
2/8/2021 10:22:12 AM.
In this article you will learn about the missing Intelligencia.UrlRewriter.dll File.
Getting Started ITextSharp in ASP.Net
2/4/2021 10:15:02 AM.
This article explains how to use iTextSharp and its features in ASP.Net.
Captcha Image in ASP.Net
2/3/2021 10:03:37 AM.
In this article, you will learn about Captcha images in ASP.Net.
Send Emails With Attachment in ASP.NET
2/3/2021 9:58:09 AM.
In this article, you will see how to send an email with an attachment using C# in ASP.NET.
Export Chart to PDF Using ITextSharp
2/1/2021 11:42:30 AM.
In this article, you will learn how to export asp.net chart control to PDF using iTextSharp.
Time Bomb: Set a Time to Shutdown Your Laptop
1/18/2021 9:39:47 AM.
This article provides a program that can shutdown your Laptop/Desktop at a specifeid time.
The Basics of .NET Framework Interoperability
1/6/2021 10:18:52 AM.
The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called th
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
Group Doc Viewer In .NET
12/3/2020 2:55:04 AM.
In this article you will learn about Group doc viewer which is a Document Viewer for .NET and also for Java that is used to View documents of more than 50 file type.
Look at WinDbg Commands For Advanced .NET Debugging
12/3/2020 1:02:17 AM.
This article describes the WinDbg commands helpful for analyzing an ASP.NET memory dump.
Use Log4net.dll to Log Information
11/27/2020 12:58:46 AM.
This article states how to use the Log4net's external Log4net.dll to log information that might be beneficial for error tracking and other tracing issues.
DLL HELL in .Net and Its Resolution With Versioning
11/24/2020 12:56:08 AM.
In this article I’m going to share the reason of its occurrence and the resolution.
How to Register and Unregister a DLL or ActiveX Controls Using Regsvr32.exe
11/12/2020 7:10:28 AM.
Writing ADO.NET Applications
11/2/2020 9:51:29 AM.
In this article I will explain you basic steps required to write an ADO.NET Application.
Creating EF6 Database Migration In Separate .Net Core Library
10/8/2020 7:22:35 AM.
In this article, you will learn how to create EF6 Database Migration in Separate .Net Core Library in asp.net core 3.1.
Creating C# Class Library (DLL) Using Visual Studio .NET
6/3/2020 12:15:15 AM.
This tutorial explains how to create a C# class library(dll) and call it from a C# console client application. In this tutorial we will see how to build a Class Library, and to build a client applicat
Recognizing DLL Hijacking On Windows
5/29/2019 10:16:18 AM.
In this article, you will learn about recognizing DLL hijacking on Windows.
Creating an Excel Spreadsheet Programmatically
5/14/2019 6:40:28 AM.
In this article, we will see to create excel, make visible, add a new workbook and to set a value for cell in the Excel file using C#.
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.
Unmanaged C++ Dll Call From Managed C# Application
2/14/2019 9:07:09 AM.
Here, you will see the steps for using a simple C++ DLL in a C# application.
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.
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET
12/4/2018 5:23:48 AM.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC. Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET.
Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL
12/4/2018 4:32:17 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. Programmatically Complete PDF Form Fields using VB and the iText
Fill in PDF Form Fields Using the Open Source iTextSharp DLL
12/4/2018 4:18:30 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. The article also discusses how one might go about using the iTex
Count Image Requests from a Web Server using ASP.NET
11/15/2018 1:18:53 AM.
This article explains you how we can count Image request from a Web server using C# and ASP.NET.
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#.
Convert *.dll Into ASP.NET Project
4/30/2018 11:16:06 PM.
This is a viable option to convert your Dot Net DLL into an ASP dot net Project. You can download the trial version of .NET Reflect 10.0.4 software tool online.
An Audio Recorder Using Winmm.dll
11/4/2017 12:11:22 AM.
An audio recorder in C# will build on the Player tutorial as the Player tutorial built on the Mixer tutorial.
How to Call COM VB6 DLL in WCF Application
6/27/2017 3:26:53 AM.
In this article, we will see how to call a COM\VB6 DLL in a WCF Application.
Create Rating in ASP.NET
6/26/2017 5:41:15 AM.
Here I explain how to create a rating in ASP.Net. The Ajax control toolkit Rating control provides an option to implement to rating on websites.
Extract JSON Data Using Custom DLL In SSRS
5/15/2017 11:49:10 PM.
This article enables you to extract JSON data, using custom DLL in SSRS.
How to Create Class Library (dll) in C# .NET
4/24/2016 6:42:51 PM.
This article explains how to create a C# class library(dll).
Project Reference Vs Dll Reference in Visual Studio
3/6/2016 11:26:38 AM.
In this article you will learn about what Project Reference and Dll Reference are in Visual Studio.
Send Email To Gmail Using GmailSend.dll
10/7/2015 2:44:30 PM.
In this article, I will show you how to send Gmail using GmailSend.dll without using any SMTP port or host in windows application using C#.
Find PublicKeyToken of a DLL
7/15/2015 7:30:22 PM.
This article shows how to determine the public key token of a DLL that we add as a reference to our project .
CRUD Application Using DLL and Stored Procedure
5/29/2015 6:23:30 PM.
This application shows how to do Create, Read, Update and Delete (CRUD) operations on a BOOKS table using a DLL and a Stored Procedure in SQL Server with ASP.Net.
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.
Convert DataTable To JSON String in ASP.Net
2/21/2015 2:23:10 AM.
Here I will explain how to convert a DataTable to JSON string using a written helper function (in C#) and Newtonsoft DLL.
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.
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.
Display and Sort Data Using GridMVC DLL
10/13/2014 10:55:41 AM.
In this demo you will learn how to use Grid.Mvc. Its a third party grid or table that you may sort your data..
Create Your Own ZIP Tool in C# Using Iconic.Zip.dll
1/13/2014 2:53:16 PM.
In this article we are going to make our stand alone ZIP tool.
What is DLL Hell in C#
12/4/2013 10:58:19 PM.
In this video you will learn about the problem of DLL Hell in C#.net.
Programmatically Add the Site Collections to Have Read Only Access to the Local Site Collection Taxonomy Group in SharePoint 2013.
7/23/2013 12:37:18 AM.
In this article you will see how to add the site collections to have read only access to the local site collection taxonomy group in SharePoint 2013 using server object model.
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.
Getting Started With MEF to Load WPF User Controls From .Dll in VS 2012
5/22/2013 8:51:27 AM.
This article will show how to make a DLL that contains WPF User Controls and then we can load that .dll using MEF (lazy loading) then how to add that User Controls to other applications from the dll.
How to Find Control and Its Value From DataGrid in WPF
2/10/2013 11:42:29 PM.
In this article I will demonstrate how to find a control and its value from a “DataGrid” in WPF using the WPFToolkit.dll.
Calling WinINet API from VB.NET
12/1/2012 4:23:57 AM.
This is an API which connects with the remote server . Inputs are the user name and password which are needed to connect with the server. For demonstration purpose an API called “FtpGetFile” is illustrated. Other API’s for deleting, putting , renaming and moving can be tried out. Please contact the author for any problems.
ActiveX Controls in VB.NET
12/1/2012 2:20:03 AM.
VB.NET language provides us a way to call this COM server in a program. When we compile a VB.NET program an Intermediate Language is generated and it is called as Managed Code. This article shows how to create a simple server by using Visual Basic 6.0 and implementing it in a VB.NET client program.
Password Hacking in VB.NET
11/10/2012 3:57:03 AM.
This code when run gets the password from a password window of any application. To try it out use the following procedure to get the password.
Launching System Applets in VB.NET
11/10/2012 1:54:08 AM.
This piece demonstrates the use of the shell statement in VB.NET. Various system calls are made using the Shell function.
Prevent CD Autoplays in VB.NET
11/9/2012 10:11:22 AM.
This article describes the approach used programmatically to prevent a CD from going into auto play mode.
Just for Fun - A Small Piano Keyboard in VB.NET
11/9/2012 9:05:14 AM.
This one was just for fun; the article describes a project used to build a simple piano keyboard that plays some not too terrific sounding notes courtesy of the Kernel32.dll’s beep function.
Monitor Internet Connection State in VB.NET
11/8/2012 8:48:17 AM.
This article describes an easy approach to building two controls used to monitor the status of an internet connection and provide the user with some indication of that status. Within the attached project, there are two controls, one shows the user what the connection type is and whether or not the machine is connected or offline, the other one is used to show some indication of the quality of the connection in terms of whether or not the connection is good, intermittent, or offline.
Invoking Web Method from one Web Service to Another
10/13/2012 4:47:17 AM.
In this article I will show you how to connect a web service from another.
Using GDI in the Managed Environment
10/5/2012 7:33:28 AM.
In this article you will learn how to use GDI in the Managed Environment.
C# and ActiveX DLL
9/30/2012 4:54:39 AM.
As you know with Visual Basic 6.0, it is possible develop a COM server and implement them in a Visual Basic client program. But this is being done by using Visual Basic. You may wonder about the idea of calling this DLL in a C# Application. Well, C# language provides us a way to call this COM server in a program. When we compile a C# program an Intermediate Language is generated and it is called as Managed Code.
An insight into Code Reusability and COM Interoperability - Part 2
9/30/2012 4:46:59 AM.
We have mushrooms of network systems running across the globe based on many proprietary protocols. In order to integrate these systems to communicate with each other in a more meaningful way, developers or organizations have to face an uphill task.
Accessing COM+ component using C#
9/30/2012 4:29:53 AM.
This tutorial explains step by step of accessing COM+ application using C#.
An SNMP Library for .NET Framework
9/30/2012 2:39:23 AM.
Snmp.dll is a C# class library for the .NET framework. It has been developed on the Windows platform and may be useful on others also.
Using DLL files in Visual Studio 2005 using C#
9/29/2012 9:39:01 AM.
This article explains the procedure of creating DLL files using visual studio 2005. It is very quick and easy to learn.
Web Based Front-End for SMTP Email Program
9/29/2012 6:03:53 AM.
I have written a web based front end for SMTP email program. I have compiled it into a DLL.
Update Record in GridView Using Modal Popup Extender
9/10/2012 7:25:04 PM.
Today I am going to show you the use of the Ajax Model Popup Extander control and in this article I am going to explain how to update a record in a GridView using a modal popup extender.
Connect C# With MySQL
8/1/2012 4:02:13 AM.
The purpose of this article is to show step-by-step how to connect C# to MySQL using MySQL Connect/Net.
Understanding Isolated Storage in Silverlight
6/18/2012 3:19:52 AM.
In the previous article we learned the fundamentals of Isolated Storage and how to write to files in isolated storage using the same classes you use for ordinary file access in a .NET application, such as StreamWriter and BinaryWriter.
Microsoft .NET and XML
5/20/2012 6:32:07 AM.
In this article I will explain you about Microsoft .NET and XML.
Sub classing a C# window in a DLL created using embedded VC++
5/19/2012 6:22:44 AM.
This article explains how to subclass a C# window in an eMbedded VC++ DLL.
Using Cards.dll in a Windows Control Library
5/19/2012 5:47:32 AM.
This project aims at designing a windows control library that encapsulates a playing card.
Building Control in Visual Studio 2005 with XML as Data Source.
5/19/2012 3:54:49 AM.
In this article I share how you can build your own Windows controls in Visual Studio 2005 using XML as data source. The examples are written using C#.