COMMUNITY: How to properly ask a question on Forums
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
LIVE
CAREER
MEMBERS
JOBS
Training
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]
Vijai Anand Ramalingam (15)
Scott Lysle (7)
Raj Kumar (4)
Mahesh Alle (3)
Neha Sharma (2)
Daniel Bojorge (2)
Ajay Yadav (2)
Vidya Vrat Agarwal (2)
Rahul Bansal (2)
Abhishek Kumar Ravi (2)
Sachin Kalia (2)
Jean Paul (2)
Sam Hobbs (2)
Vishal Kulkarni (2)
Anand Narayanswamy (2)
Mahesh Chand (2)
Bechir Bejaoui (2)
Mickey Marshall (1)
Amit Patel (1)
Madhan Raghu (1)
Manas Mohapatra (1)
Ajay Malik (1)
Rajesh Pawde (1)
Mohsin Azam (1)
Rion Williams (1)
Nilesh Jadav (1)
Sibeesh Venu (1)
Shubham Kumar (1)
Safayat Zisan (1)
Sarwar Hussain (1)
Rizwan Ali (1)
Prasham Sabadra (1)
Teddy Kurian (1)
Christian Felix (1)
Anoop Kumar Sharma (1)
Sourabh Mishra (1)
Ashish Vanjani (1)
Sateesh Arveti (1)
Vulpes (1)
Rohatash Kumar (1)
Sanjeeb Lenka (1)
Hemant Srivastava (1)
Jay Parekh (1)
Devanand Laroiya (1)
Dipal Choksi (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)
Krishna Garad (1)
Azim Zahir (1)
Kumar Saurabh (1)
Related resources for DLL
No resource found
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.
Serialization And Deserialization In C# Using Protobuf-net.dll
12/23/2016 2:00:17 PM.
This article describes how to implement serialization and deserialization using Protobuf-net.dll.
Programación Capas con VS C# 2012 y SQL Server: Part 2 (Spanish)
7/11/2016 5:13:24 AM.
Segundo video del curso de programación en Capas con Visual Studio 2012. En este video: - Crear SP que devuelva registros de la tabla Customer. - Creación de la clase (en Visual Studio) que
Programación Capas con VS C# 2012 y SQL Server - Part 1 (Spanish)
7/7/2016 12:28:04 AM.
Primer video del curso de programación en Capas con Visual Studio 2012. En este video: - Descargaremos la base de datos - Crearemos el proyecto y cada una de las capas, así como agregar las
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.
Group Doc Viewer In .NET
1/11/2016 1:25:02 PM.
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.
The Missing Intelligencia.UrlRewriter.dll File
10/29/2015 9:20:17 AM.
In this article you will learn about the missing Intelligencia.UrlRewriter.dll File.
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.
Disassembler Mechanized: Part 4
4/10/2015 5:32:45 PM.
This article is the fourth and final part of how to do a mechanized disassembly in .Net.
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.
Convert Word File to PDF Using WordToPDF.dll in C#
12/3/2014 12:35:50 AM.
This article shows how to convert a Word file to a PDF using C#.
Native Assembly Programming in .NET
11/7/2014 2:08:17 PM.
In this article you will learn how to create both an EXE and a DLL file using the MASM programming language employing the Visual Studio IDE.
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..
OOP Series #1: Building and Consuming a Class Library (DLL) Using C#
10/7/2014 5:43:10 AM.
This article explains how to build and consume a Class Library (DLL) in C#.
Creating & Consuming a DLL using C#
9/6/2014 8:10:46 PM.
How to Send the Runtime Generated File as Attachment in Sending Mail Using C#
7/29/2014 11:56:05 PM.
This article describes how to send an email with a runtime generated file as an attachment in C#.
How to Add an Image in Runtime Generated PDF File
7/28/2014 7:24:50 AM.
This article describes how to add an image to a runtime generated PDF file.
Time Bomb: Set a Time to Shutdown Your Laptop
2/3/2014 3:04:11 PM.
This article provides a program that can shutdown your Laptop/Desktop at a specifeid time.
Creating and Using DLL (Class Library) in C#
1/31/2014 8:38:45 AM.
In this article, we learn how to create and use a DLL in a C# Windows Forms Application using Visual Studio.
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.
Captcha Image in ASP.Net
12/7/2013 9:02:35 PM.
In this article you will learn about Captcha images in ASP.Net.
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.
Look at WinDbg Commands For Advanced .NET Debugging
9/27/2013 3:07:20 PM.
This article describes the WinDbg commands helpful for analyzing an ASP.NET memory dump.
Calling Unmanaged Functions Which Take a Variable Number of Arguments From C#
9/12/2013 5:16:00 PM.
Many C# programmers are familiar with the Platform Invoke mechanism (using the DllImport attribute) for calling unmanaged functions from C#.
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.
Export Chart to PDF Using ITextSharp
7/18/2013 2:38:17 PM.
In this article you will learn how to export asp.net chart control to PDF using iTextSharp.
Export Grid View Data to PDF Using ITextSharp
7/15/2013 3:20:56 PM.
This article explains how to export ASP.Net grid data to a PDF with custom width using iTextSharp.
Getting Started ITextSharp in ASP.Net
7/15/2013 2:00:33 PM.
This article explains how to use iTextSharp and its features in ASP.Net.
Getting Started With ITextSharp in ASP.Net
7/10/2013 12:45:25 PM.
This article explains how to use iTextSharp and its features in ASP.Net.
Creating DLL (Class Library) in .NET Framework
7/2/2013 5:55:28 PM.
This article shows how to create a Class Library project and include it in a web application project.
Google Search In ASP NET
6/21/2013 2:55:57 AM.
This article describes how to add google search feature in ASP.Net. Here I will describe how to communicate with Google search API.
Automatic System Locking Using Timer
6/13/2013 10:54:33 AM.
In this article, I am going to show how we can lock the system automatically using a timer.
DLL HELL in .Net and Its Resolution With Versioning
6/5/2013 4:34:41 PM.
In this article I’m going to share the reason of its occurrence and the resolution.
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.
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.
How to Register and Unregister a DLL or ActiveX Controls Using Regsvr32.exe
4/17/2013 2:53:19 PM.
Use Log4net.dll to Log Information
4/1/2013 7:58:45 PM.
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.
Send Emails With Attachment in ASP.NET
2/19/2013 5:54:49 AM.
In this article you will see how to send an email with an attachment using C# in ASP.NET.
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.
How to Register an Assembly or DLL in Web Applications
1/18/2013 10:15:27 PM.
In this article you will learn how to register an assembly or DLL in web applications.
Calling a .NET DLL Code on HTML File Using Microsoft .NET Handler and JSON
1/1/2013 11:19:36 PM.
The objective of this article is to explain how to use an .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.
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.
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET
11/10/2012 9:59:24 AM.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC.
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.
Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL
11/9/2012 8:26:37 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL.
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.
Using the DocX DLL to Programmatically Create Word Documents
10/29/2012 6:10:33 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.
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.
Managed C++ Wrapper For Unmanaged Code
8/9/2012 12:34:41 AM.
This article shows how to create a C++ CLR Class Library wrapper for unmanaged code.
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#.
The database DLL 'crdb_adoplus.dll' could not be loaded.
5/19/2012 2:24:56 AM.
Failed to load database information. Details: The database DLL 'crdb_adoplus.dll' could not be loaded.
Part III: Step by Step Procedure of How to Install an Assembly
5/19/2012 2:03:58 AM.
This article is as in the part I and II describes the maner of how to install an assembly.
Fill in PDF Form Fields Using the Open Source iTextSharp DLL
5/19/2012 12:19:49 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL.
Step Towards Windows Communication Foundation: Part 3
5/15/2012 6:55:58 PM.
In this article we will see how to develop our first WCF service without using a Visual Studio template. Follow the steps given.
Installing an Assembly: Part II Using the Global Cache
5/15/2012 5:05:10 PM.
This article explains installing an Assembly using the Global Cache.
Transparent Borderless Forms in C#
5/15/2012 4:21:03 PM.
This article describes an approach to display transparent forms in a Windows application.
Page Transition Animation in Windows Phone 7
3/16/2012 2:22:17 AM.
This article describes how you can create page transition animations in a Windows Phone 7 application.
Export to Excel functionality using NPOI dll
10/19/2011 2:09:18 AM.
This article explains the functionality of Export to Excel using NPOI dll
Submission Policy for term set in SharePoint 2010:Part 2
6/1/2011 5:59:39 AM.
In this article we will be seeing how to enable this option to add the terms to the term set by the end user using SharePoint object model and powershell.
Enable Developer Dashboard in SharePoint 2010
5/19/2011 2:04:31 AM.
In this article we will be seeing how to enable developer dashboard in SharePoint 2010.
Creating a Plugin enabled Application : Part 1 of 2
5/15/2011 12:23:11 PM.
In this article I am trying to show how to create a plugin enabled application using .Net Reflection.
Installed Languages in SharePoint 2010
5/11/2011 10:10:35 AM.
In this article we will be seeing about the Installed languages in SharePoint 2010.
Enabling Support for Alternate Languages in SharePoint 2010
5/11/2011 12:45:59 AM.
In this article we will be seeing how to enable support for alternate languages in SharePoint 2010.
Get the list of holds for the specified item using Powershell and programmatically in SharePoint 2010
5/10/2011 6:41:41 AM.
In this article we will be seeing how to get the list of holds for the specified list item using powershell and programmatically in SharePoint 2010.
Programmatically get all the items from Hold Reports list in Sharepoint
5/6/2011 2:01:21 AM.
In this article we will be seeing how to get all the items from the Hold Reports list using SharePoint object model.
Add a polygon to the Silverlight Bing Map
5/2/2011 7:20:43 AM.
In this article we will be seeing how to add a polygon on top of the Silverlight Bing Map.
How to install or uninstall dll in GAC using powershell
3/10/2011 4:40:30 AM.
In this article we will be seeing how to install or uninstall dll in GAC using powershell script.
How to create a custom permission level in SharePoint 2010
3/4/2011 6:04:49 AM.
In this article we will be seeing how to create a custom permission level in SharePoint 2010.
How to get all the permission levels in SharePoint 2010
3/1/2011 4:36:33 AM.
In this article we will be seeing how to get all the permission levels in SharePoint 2010 using C# and powershell script.
How to set a master page to the site in SharePoint 2010 using powershell
3/1/2011 3:05:12 AM.
In this article we will be seeing how to set the master page to the site in SharePoint 2010 using powershell and using console application.
How to unpublish a content type in SharePoint 2010
2/28/2011 12:34:14 AM.
In this article we will be seeing how to unpublish a content type in SharePoint 2010.
Taxonomy Term in SharePoint 2010
2/25/2011 12:06:53 AM.
In this article we will be seeing about the Term in SharePoint.
Taxonomy TermSets in SharePoint 2010
2/25/2011 12:04:59 AM.
This article is about the TermSet in SharePoint.