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 Assemblies
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (4)
Chris Rausch (4)
Kiranteja Jallepalli (2)
John Hudai Godel (2)
Puran Mehra (2)
John Charles Olamendy (2)
Dennis Thomas (1)
Ashish Shukla (1)
Rion Williams (1)
Surya Kant (1)
Afzaal Ahmad Zeeshan (1)
Vidya Vrat Agarwal (1)
Akkiraju Ivaturi (1)
Saineshwar Bageri (1)
Wdenton (1)
Shankar M (1)
Abhimanyu K Vatsa (1)
Seakar Krishna (1)
Mihir Pathak (1)
Alessandro Del Sole (1)
Deepak Dutta (1)
Subburam Karthikeyan (1)
Frank Gutierrez (1)
Matthew Cochran (1)
Amr Sayed (1)
Bechir Bejaoui (1)
Sridhar Subramanian (1)
James Tomar (1)
Abebe Assefa (1)
Ibrahim Ersoy (1)
Deepak Dwij (1)
samuel.ludlow (1)
Pradeep Kellangere (1)
Sam Haidar (1)
Sairam (1)
Gaurav Tomar (1)
Vijai Anand Ramalingam (1)
Sai Kumar (1)
Ramesh dharam (1)
Dhananjay Kumar (1)
Praveen Moosad (1)
Vandita Pandey (1)
Nirlep Kaur (1)
Mahesh Chand (1)
fdutoit (1)
Santhosh Kumar R V (1)
Prashant Tailor (1)
gsuttie (1)
Ashish Banerjee (1)
Related resources for Assemblies
No resource found
Understanding Process, Application Domain And Assemblies
1/16/2018 5:50:36 AM.
We usually come across these terms: Process, Application Domain or App Domain, Assemblies. It is good to have a basic knowledge of these terms and how each one is related to each other.
CLR Execution Process
6/27/2017 5:37:45 AM.
Here you will see CLR Execution Process. The CLR which is the runtime environment for .Net, provides services such as Memory Management, Security Management, Exception Handling, and Cross language Int
Extending MVC Controllers From External Assemblies And Projects
1/13/2017 11:26:52 AM.
In this article you will learn how to extend MVC Controllers from External Assemblies and Projects.
Assemblies In .NET Application
8/16/2016 11:45:28 PM.
In this article, I am going to explain about assemblies in .NET. Also, we will see how we can create assembly with a strong name. This article will help you understand the assembly, deeply.
Autocomplete TextBox in WPF (Using Only .NET and WPF Libraries)
5/31/2015 6:39:26 PM.
In this source sample I show how to add the autocomplete functionality in your WPF application's TextBox control using your own model data, .NET assemblies and WPF assemblies.
Assemblies in C#: Part 2
5/27/2015 3:09:49 PM.
This article explains assemblies in C# with an example.
Assemblies in C# : Part 1
5/26/2015 12:13:48 PM.
This article explains Assemblies in C#, a basic unit of application deployment and versioning.
.NET Application Domain Internals
2/11/2015 12:25:47 AM.
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between Application Domains (appdomain) and processes.
Things to Consider When Designing .NET Applications
11/24/2014 7:15:32 PM.
Proper design is a major factor that contributes to the scalability and performance of any .NET application.
Bypassing Obfuscation: Ciphered Code Reverse Engineering
11/11/2014 4:30:26 PM.
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
Disassembling With Reflector: Part 2
11/9/2014 5:10:49 PM.
This article shows how to reveal the license code information by dissembling its corresponding classes after backtracking the code flow execution.
Disassembling With Reflector: Part 1
11/9/2014 2:52:12 PM.
This article shows dissembling of the source code of an assembly using Reflector.
Creating and Sharing .NET Assemblies For a .NET Application Projects: Scenarios Explained
5/9/2014 4:01:11 AM.
This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications.
Learn MVC Basics
3/18/2014 6:09:16 PM.
The Model View Controller (MVC) pattern is an architectural design principal that separates components of web applications.
Debugging a Compiled Component
10/31/2013 1:21:51 AM.
After an assembly is compiled into a dll in a release mode, it is very difficult to gather information from it such as runtime performance, parameters values, etc.
Assemblies : The Ins and Out : Part II
4/28/2013 2:07:15 PM.
In this part, I will discuss both Private and Shared assemblies and how to create a "Shared Assembly".
Assemblies : The Ins and Out : Part III
4/28/2013 1:50:33 PM.
In this part I will discuss in more detail than Part 2, the available utilities for manipulating assemblies.
Assemblies : The Ins and Out : Part I
4/28/2013 1:13:21 PM.
In Part 1, I will cover what exactly an assembly is, and what an assembly contains.
Using LINQ in .NET
4/24/2013 11:47:55 PM.
In this article we will discuss the LINQ approach introduced in .NET 3.5 for querying.
Assemblies in ASP.Net using VB.NET
12/1/2012 4:30:24 AM.
In this article we will discuss what assembly is and why we use it.
Understanding How Assert Effects Security in VB.NET
11/10/2012 2:56:26 AM.
This article expalins about how asserts effect security in VB.NET. How you restrict access to your library modules and resources requires that you understand the pros and cons in the security process used.
Building Assemblies using VB.NET
11/10/2012 2:39:37 AM.
This article discusses how to build assemblies and secure them from being tampered.
Reading Assembly attributes in VB.NET
11/10/2012 12:53:35 AM.
This article allows you to read the assembly attributes information using .NET. The information store in AssemblyInfo files like Title, Description, copyright, Trade mark can be read using reflection and assembly namespace.
Getting Images From Scanners and Webcams using VB.NET
11/10/2012 12:51:12 AM.
In this article I will show how to acquire pictures from imaging peripherals like scanners, webcams and so on, by calling some API functions, provided by the EZTW32.DLL library, and Visual Basic.
Attributes Programming in VB.NET
11/8/2012 6:24:28 AM.
An attribute is a new code level language construct in all major .NET languages. It provides integration of declarative information to assemblies, classes, interfaces, members, etc. at the code level. The information can then be used to change the runtime behavior or collect organizational information.
How Can You Migrate your Existing Applications?
10/13/2012 4:41:50 AM.
When a new technology emerges, companies and developers begin to wait anxiously for answers to their questions.
Dynamically Creating Applications Using System.CodeDom
10/4/2012 8:47:48 AM.
The article provides an insight on how to create and compile assemblies dynamically.
How to Call a .NET Assembly From a SQL Server Scheduled Job
10/4/2012 8:44:37 AM.
This article shows you a step-by-step implementation of a COM client (a SQL Server scheduled Job) using .NET and C#.
C# Friendly Assemblies: Looking at Building Truly Reusable Components
10/3/2012 12:07:53 PM.
This article discusses how we can hide our base class implementation and require referencing of our objects through their interfaces. This keeps our own projects loosely coupled and also allows us to publish our assemblies as truly reusable components because they are 100% “Black box”.
Searching in User Profile Properties
10/3/2012 9:14:10 AM.
Enabling search in membership profile properties using SQLSERVER2005 pluggable assembly created by C#.
Introduction to the Assembly Concept
10/3/2012 8:38:01 AM.
This is a brief introduction to the assembly concept, it shows importants issues for a programmer to know.
XP, Component Services and .NET
9/30/2012 4:52:19 AM.
First of all, COM+ does revolutionize COM; it is not only a superior new version of the COM programming model it is also a new platform to design and develop components. In addition, COM+ Services in XP does have some differences from Windows 2000; also XP and COM+ 1.5 offer a richer set of services than was available in COM+ 1.0. This article will describe the basic component services on the XP.
Dynamically Loading an assembly at Runtime and calling its methods
9/29/2012 8:10:39 AM.
This article explains how to load an assembly dynamically and call its method.
WPF: An Introduction (Part 2)
9/29/2012 6:33:14 AM.
This is the second part of an introduction to WPF; here we are going to learn WPF in detail.
Security in .NET.
9/29/2012 6:11:26 AM.
In this article I will explain you about Security in .NET.
Case Study: Demo Networking Financial System
9/23/2012 6:13:38 AM.
In this tutorial I will discuss some of the design and development issues that one might consider when using .NET framework for developing Network affiliated applications.
Unloading Assemblies in C#
7/9/2012 12:26:24 AM.
This article shows how to unload assemblies.
.NET Framework and Architecture
5/20/2012 7:27:30 AM.
This article will help your in understanding .NET and .NET architecture.
Concept of Shared Assembly in .NET
5/19/2012 2:39:20 AM.
This article describe the concept of shared assembly with Reflection in .NET.
Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide
5/15/2012 5:55:18 PM.
The Microsoft EIF is a bunch of assemblies for .Net that make your life easy when it comes to instrumenting your program, by this I mean tracing facilities, writing to the event log, and many other things.
Multilingual Applications in .NET
5/15/2012 5:52:02 PM.
This article explains the basic understanding on different methods of developing multilingual applications in .NET. Here emphasis is given on handling multiple languages using resource files.
Late Binding With Reflection
5/15/2012 5:51:03 PM.
Component based technology has done great things for software development, allowing reuse and leading to better-written code that separates subjects and entities into distinct components.
Enhancements in Assemblies and Versioning in Visual Studio 2005
5/15/2012 5:24:36 PM.
The article discusses a couple of features introduced for assembly and versioning in Visual Studio 2005 such as referencing assemblies, registering assemblies to GAC, digital signing and friend assemblies.
Assembly in .NET 2.0
5/15/2012 5:18:23 PM.
This article gives you an overview of assemblies used in .net 2.0.
How to Load .Net assemblies in powershell
5/15/2012 4:53:53 PM.
In this article we will be seeing how to load the .Net assemblies in the powershell and how to access the methods.
Calling External Assemblies From Orchestrations
5/15/2012 2:08:30 PM.
In this article, I will cover how to call business logic contained in external assemblies from orchestration in order to reuse this component's logic. For the solution, I will create a library with a component which implements the string concatenation logic. Then this assembly will be referenced from an orchestration and the underlying method will be invoked.
Finding What Are the Assemblies Are Loaded Currently in Current AppDomain
5/14/2012 9:12:48 PM.
Determining what assemblies are currently loaded in the current AppDomain
Calling External Assemblies From Maps in BizTalk
5/13/2012 3:43:34 AM.
In this article, I will cover how to call external assemblies from maps in BizTalk through a simple example of an external assembly which implements the logic of string concatenation.
Web Solution Packages
9/15/2011 10:59:47 PM.
Managed code assemblies can be deployed to a SharePoint server using a new capability called Solution Deployment.
Checking Improper DISPOSE in assemblies using SharePoint API
2/23/2010 12:58:31 AM.
In this article I will show how to check improper disposing of instance of SharePoint classes in an assembly.
Namespaces and Assemblies in C#
11/27/2009 12:17:33 AM.
In this article I will explain about Namespaces and Assemblies in C#.
When to Delay Sign Assemblies
8/5/2006 1:40:22 PM.
Delay signing plays a vital role in development when you are building assemblies. In this article, I talk about the significance and process of delay signing the assemblies.
Indepths of Global Assembly Cache
8/4/2006 7:53:56 AM.
This article gives an indepth knowledge of working of global assembly cache.
Naming Guidelines in .NET
1/3/2006 6:50:56 AM.
Commenting and following a uniform naming guidelines in your code is one of good programming practices to make code more useful.
Robotics Game Using .NET Languages
12/28/2005 7:38:04 AM.
It is often not easy to get to know new technologies like .NET if you don’t get introduced to in a work environment.
How to work with Assemblies in InstallShield Developer 7.0
12/24/2005 12:40:44 AM.
InstallShield Developer 7.0 is the best solution for providing the very easy user interface to author installations having both .NET and side by side components. This article is a step by step walk through of how to create a deployment project using InstallShield.
Low Down on Installing a .NET Assembly into the Global Assembly Cache (GAC)
12/19/2005 5:38:15 AM.
This article will walk you through the process of giving your assembly a strong name, and installing it into the GAC.
Global Assembly Cache(GAC) Hell
12/19/2005 5:20:03 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 within the solution. Many of these projects referenced 1 project (utility project) which did a lot of the work which we could reuse.
.NET framework comparison with Java Architecture
12/17/2005 4:08:20 AM.
This article outlines Microsoft's proposed standardization of .NET framework in ECMA forum as CLI (Common Language Infrastructure), but the Microsoft documentation refer this as CLR (Common Language Runtime).