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 class 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]
Sourav Kayal (5)
Mahesh Chand (5)
Satyaprakash Samantaray (3)
John Charles Olamendy (3)
Govind Khandelwal (2)
Sangeetha S (2)
Vidya Vrat Agarwal (2)
Chittaranjan Swain (2)
Rahul Kumar Saxena (1)
Vikas Garg (1)
Prakash Tripathi (1)
Rahul Sahay (1)
Sandeep Kumar (1)
Surya Prakash (1)
Suresh Paldia (1)
Abhishek Sur (1)
Sam Hobbs (1)
Anoop Kumar Sharma (1)
Anupam Maiti (1)
Arnab Mukherjee (1)
Rohatash Kumar (1)
Pankaj Bajaj (1)
Amit Patel (1)
Praveen Kumar (1)
Anna Rita (1)
Shehan Peruma (1)
Nilesh Jadav (1)
Debasis Saha (1)
Mithun Pattankar (1)
Jignesh Trivedi (1)
Vignesh Mani (1)
Shashangka Shekhar (1)
Kishor Bikram Oli (1)
Ajay Malik (1)
Jose Carlos Macoratti (1)
Shubham Kumar (1)
Rizwan Ali (1)
Vishnujeet Kumar (1)
Anand Kumar (1)
Ashwani Tyagi (1)
Raj Bandi (1)
Arun Nair (1)
Caonabo Ruiz (1)
G Gnana Arun Ganesh (1)
Gohil Jayendrasinh (1)
Vijai Anand Ramalingam (1)
Pradeep Chandraker (1)
Shail 0 (1)
Chow Lai Man (1)
Stuart 0 (1)
james (1)
Related resources for class library
No resource found
.NET Remoting in a Simple Way
6/4/2024 9:46:13 AM.
In this article, we will learn Remoting facilitates accessing remote objects between different application domains. Key elements include proxies (transparent or real), channels (TCP or HTTP), and form
.Net Architecture And .Net Framework Basics
5/5/2024 8:25:53 AM.
.NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
Preparing .NET Interview - Part 1 (Framework)
4/29/2024 11:56:13 AM.
Preparing for a .NET interview (Part 1 - Framework) involves understanding key concepts like CLR, BCL, assemblies, and memory management. Familiarize with C#, garbage collection, reflection, and .NET
Entity Framework - Database First Approach
4/29/2024 9:54:15 AM.
Learn Database First approach with Entity Framework. Utilize existing databases to create entity models. Use the ADO.Net Entity Data Model to connect. Customize model options including pluralizing, i
Learn about Components Of .NET
4/25/2024 8:00:10 AM.
The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Librar
How to Work With TFS - TFS Build Agent, Build Definition, TFS Build Custom Task
4/22/2024 8:53:53 AM.
Learn to create a custom task in a class library, execute it after a TFS build succeeds. Setup TFS build agent, define build process, and run TFS build seamlessly. Ensure successful build execution wi
Fundamentals of Unit Testing: Test Your Application by Visual Studio Unit Test
3/5/2024 10:33:54 AM.
This article is part of the "Fundamentals of Unit Testing" series, focusing on practical implementation in the Visual Studio environment. It covers steps such as creating a class library app
Creating Class Library in Visual C#
11/17/2023 8:23:50 AM.
In this article we will see steps to create and use a class library in ASP.NET/Visual Studio.
Class Library Creation in .NET
9/15/2023 9:40:09 AM.
This article explains how to create a Class Library and how to use a Class Library (Calculator.dll) in a Console Application.
How to Use SynchronizationContext to Post Messages
9/6/2023 11:18:43 AM.
SynchronizationContext is a class in .NET that provides a way to post and execute code on a specific context, typically associated with a UI thread or a specific synchronization context. It's com
Important Interface in .NET: Work With IList Interface
8/17/2023 7:29:41 AM.
In this article we will learn the IList interface in the .NET class library.
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.
Getting File Path From Appsettings.json In Worker Service
3/24/2023 6:28:00 AM.
Getting file path from appsettings.json in Worker Service.
Events And Delegates In Class Library And Worker Service
12/21/2022 6:44:59 AM.
In this article, you will learn about Events and Delegates in Class Library and Worker Service.
Important Interface in .NET: Work With ICollection Interface
11/17/2022 9:33:03 AM.
In this presentation we will understand the ICollection interface of the .NET class library.
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.
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.
Create And Publish A .NET Core Class Library Package Into NuGet.org
8/5/2021 5:26:08 AM.
In this article, you will learn how to create and publish a .NET Core class library into NuGet Package.
Add Existing .NET Project With Multiple Class Library Folder Into A GitHub Repository Using Visual Studio 2019
5/26/2021 1:01:12 PM.
In this article, you will learn how to add an existing .NET project with multiple class library folder into a GitHub repository using Visual Studio 2019.
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.
Portable Class Library (PCL) in .NET
2/3/2021 6:54:22 AM.
This article provides an introduction to Portable Class Library (PCL).
Portable Class Library in .NET 4.0/4.5
1/16/2021 10:49:10 AM.
Few days back I was working windows phone application as usual I created class library project for keeping separate business login. But I realize we cannot add as a reference normal class library in t
Changes To Base Class Library With .NET Framework 4.6
1/14/2021 12:44:42 PM.
In this article we will learn about the changes in the Base Class Libraries.
Cross Language Interoperability With C# .NET
12/2/2020 11:34:51 PM.
As you know Microsoft .NET is designed with cross language interoperability. I.e. two .NET compliant languages can interoperate with each other. Which simply means a function in VB .NET can be called
How To Create The Multi-level Class Library DataEntityTier
11/4/2020 2:48:29 AM.
Here you will learn how to create the multi-level class library DataEntityTier.
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
Creating A .NET Core 2.1 Class Library Project Using ADO.NET
9/5/2019 2:12:59 AM.
In this article, you will learn how to create a .NET Core 2.1 class library project using ADO.NET.
CRUD Operation With ASP.NET Core 2.1 MVC Using .Net Core Class Library Project
8/13/2019 10:29:03 AM.
In this article, you will learn about CRUD Operations with ASP.NET Core 2.1 MVC using .NET Core Class Library Project.
Simple XML Parser in C#
5/7/2019 6:47:55 AM.
This article shows how to create a very simple XML parser.
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.
Create Reusable View Using Razor Class Library In ASP.NET Core
4/3/2019 9:53:30 AM.
In this article, we will discuss the basic concept of Reusable View.
Creating POCO Class Library Using Reverse Engineering
1/31/2019 8:51:14 AM.
In this article, we will learn how to create a POCO class library by the reverse engineering technique using EF Core Power Tools in Visual Studio 2017.
Building A .NET Core Class Library
12/26/2018 11:24:03 PM.
This tutorial explains how to build a class library in .NET Core using C# and Visual Studio 2019.
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#.
Razor Class Library - Create Reusable UI In ASP.NET Core
8/8/2018 1:47:30 PM.
Razor Pages is a new feature introduced with ASP.NET Core 2.0. They are much like MVC pages and have most of the feature of MVC but they are more focused UI implementation.
Reuse The Model Classes Of Entity Data Model (.edmx) To Multiple Projects Using Class Library In ASP.NET Web API - Part Three
4/28/2018 5:06:44 PM.
A class library is useful when you want to share code between multiple programs. Class Library is a collection of reusable types including classes, interfaces and data types included in the .NET Fram
Add Class Library In ASP.NET Core Using .NET Core Command-Line Interface (CLI)
10/29/2017 12:31:31 PM.
This article explains how to add Class Library in ASP.NET Core using .NET Core Command-Line Interface (CLI) with a simple way. Before reading this article, read the previous parts of this article usin
.NET Core Code First Migration Using Class Library
8/31/2016 4:32:29 PM.
In this post, we are going to elaborate how to work with EF code first migration using .NET Core class library.
Xamarin.Forms: Data Binding (Android, iOS and Windows)
6/19/2016 2:30:15 PM.
In this article, we will learn about Data Binding in Xamarin.Forms using Portable Class Library (PCL) that works on all platforms (Android, iOS and Windows).
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).
Introducing Xamarin Forms
12/31/2015 12:32:10 AM.
In this article you will learn about Xamarin Forms.
Working With Class Library in Asp.net C# : Part 1
5/24/2015 11:55:26 AM.
The article explains you how to create simple registration form with class library (3 tier architecture) in ASP.NET 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.
Portable Class Library With Model View View-Model (MVVM)
1/29/2015 3:36:23 AM.
In this article I will explore one more cool idea, the Portable Class Library (PCL) with Model View View-Model (MVVM). After an introduction to the PCL,I’ll also provide a good number of PCL Demos in multiple platforms.
Understanding Windows Store App Types
7/29/2014 3:08:17 PM.
From this article you will understand Windows Store App Types.
Introduction to .Net
3/1/2014 8:32:31 AM.
This article provides an introduction to .Net.
Important Interface in .NET: Work With IEnumerator Interface
2/18/2014 12:25:38 PM.
In today’s article we will discuss the uses of IEnumerator interface in .NET class library.
Important Interface in .NET: Work With IDictionary Interface
2/17/2014 12:32:03 PM.
Today’s article explains the IDictonary interface that is a very common and frequently used collection in the .NET class library.
Best Practices of Compact Framework
11/12/2013 11:19:44 AM.
This shares a few recommendations for use in our day to day development of Compact Framework applications.
Adding Slider Control in LightSwitch 2012
7/27/2013 7:05:20 PM.
In this article we will see how to add a Slider Control to our application in LightSwitch 2012 using visual Studio 2012.
Reading WinRT Component Embedded Resource File in Javascript Windows Store Apps
4/18/2013 11:16:18 AM.
In this article, I explain how to read a WinRT component embedded resource file from a JavaScript Windows Store app.
Windows Store App Project Templates in Visual Studio 2012
12/16/2012 7:26:12 PM.
Understand and review Windows Store App Project Templates in Visual Studio 2012.
User Authentication(Class/Ado.NET Demo) in VB.NET
11/10/2012 3:02:14 AM.
Here, you'll learn the use of a VB.NET class library project through this User Authentication example. Instead of the conventional ADO recordset, I've used the new Dataset(check out my previous article for more information on Datasets) to traverse.
Leveraging Base Classes in VB.NET
11/10/2012 2:47:58 AM.
This article shows you how to leverage the power of VB.Net Financial base class library using C#. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries.
Adding a control to a Form programmatically
11/10/2012 2:36:29 AM.
In this article I will show you how to add Windows controls to a Form programmatically. This is very useful to programmers who do not use Visual Studio or other IDE.
How to create 3 tier application using LINQ
9/30/2012 3:27:28 AM.
This article describes how to create 3 tire architecture project in LINQ to SQL.
Test-driven development approach for WCF Web services
9/29/2012 5:41:31 AM.
In this article, I will show how programmers can use the test-driven development approach to implement and test Web service solutions.
Test-driven development approach for a class library in Microsoft.NET
9/29/2012 5:31:56 AM.
This is the second article of series of articles related to Test-driven development (TDD) approach in Microsoft.NET. My intention is to illustrate this approach with several real-world examples. In this article, I will show how programmers can use the test-driven development approach to implement and test a class library.
Test-driven development approach in Microsoft.NET using NUnit
9/29/2012 5:24:36 AM.
This is the first article of series of articles related to Test-driven development (TDD) approach in Microsoft.NET. My intention is to illustrate this approach with several real-world examples, and this article is an introduction to the approach and the testing framework NUnit.
Document ID generator for SharePoint 2010
2/21/2011 3:27:38 AM.
In this article we will be seeing how to change the document id provider from default to custom and vice-versa.
Static Resources in Silverlight class library
4/26/2010 7:55:44 AM.
In this article we will see how to have styles in Silverlight class library.
University Student Registration Application in ASP.NET
7/8/2009 1:20:19 AM.
The aim of this project is to implement a Web application, where students can register for an online course. If the user is an administrator, he can add and remove courses and modify the student information.
Utilizing Assembly Information for Your Automated Splash Dialog
8/30/2006 7:30:52 AM.
There are cases when you need to reuse the same splash screen or about box in many applications.
Boxing and Unboxing of Value Types : What You Need to Know?
2/7/2006 6:09:14 AM.
Programmers new to C# can encounter less than ideal performance and even unexpected results due to boxing and unboxing of value types.
User Controls in Internet Explorer
12/26/2005 1:13:32 AM.
WinGhost 2.0 application allows you to show and hide applications running on your machine. I find this program useful at my work as I do lot of programming at any given time I can have a bunch windows open. I use it normally to hide just my windows I don't access that often.