﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>.NET Assemblies Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from .NET Assemblies</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Expanding the Probing Domains of Running Assembly </title><description>Expanding the probing domains of running Assembly. </description><link>http://www.c-sharpcorner.com/Blogs/11905/expanding-the-probing-domains-of-running-assembly.aspx</link><pubDate>Jun 10, 2013</pubDate><author>Amit Choudhary</author></item><item><title>Types of Assemblies</title><description>This blog defines types of Assemblies.</description><link>http://www.c-sharpcorner.com/Blogs/11796/types-of-assemblies.aspx</link><pubDate>May 27, 2013</pubDate><author>Sambhav Yadav</author></item><item><title>Get Meta Data Of DLL  File In Visula Studio</title><description>This blog defines how to get Meta Data Of DLL file. </description><link>http://www.c-sharpcorner.com/Blogs/11729/get-meta-data-of-dll-file-in-visula-studio.aspx</link><pubDate>May 21, 2013</pubDate><author>Aman Kumar</author></item><item><title>How to Register and Unregister a DLL or ActiveX Controls Using Regsvr32.exe</title><description /><link>http://www.c-sharpcorner.com/UploadFile/8911c4/how-to-register-and-unregister-a-dll-or-activex-controls-usi/</link><pubDate>Apr 17, 2013</pubDate><author>Mahesh Alle</author></item><item><title>Namespaces in Asp.net</title><description>Here I am going to discuss some Namespaces used in Asp.net application. </description><link>http://www.c-sharpcorner.com/Blogs/11412/namespaces-in-Asp-Net.aspx</link><pubDate>Apr 15, 2013</pubDate><author>Saurabh Sharma</author></item><item><title>Red-bit and Green-bit Assemblies</title><description>Re-bit and Green-bit assemblies</description><link>http://www.c-sharpcorner.com/Blogs/10897/red-bit-and-green-bit-assemblies.aspx</link><pubDate>Jan 26, 2013</pubDate><author>Vidya Vrat Agarwal</author></item><item><title>Signing a Third Party Library With Ildasm and Ilasm</title><description>Let see here what is not signed if you have a strongly named project assembly and third-party library.</description><link>http://www.c-sharpcorner.com/UploadFile/vendettamit/signing-a-third-party-library-with-ildasm-and-ilasm/</link><pubDate>Aug 11, 2012</pubDate><author>Amit Choudhary</author></item><item><title>Creating and Sharing .NET Assemblies For a .NET Application Projects: Scenarios Explained</title><description>This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications.</description><link>http://www.c-sharpcorner.com/UploadFile/akkiraju/creating-and-sharing-net-assemblies-for-a-net-application/</link><pubDate>Aug 05, 2012</pubDate><author>Akkiraju Ivaturi</author></item><item><title>Task Dialogs in C#</title><description>Task Dialogs are elevated dialogs as you're familiar with after you installed an application telling you if it was installed correctly.</description><link>http://www.c-sharpcorner.com/UploadFile/iersoy/task-dialogs-in-C-Sharp/</link><pubDate>Jul 09, 2012</pubDate><author>Ibrahim Ersoy</author></item><item><title>Get All Instances of SQL Server in C#</title><description>If you're writing a Database Manager application or simply want to retrieve all the instances,this trick might come in handy.</description><link>http://www.c-sharpcorner.com/UploadFile/iersoy/get-all-instances-of-sql-server-in-C-Sharp/</link><pubDate>Jul 09, 2012</pubDate><author>Ibrahim Ersoy</author></item><item><title>Get All Installed Printers in C#</title><description>Assuming you need to retrieve all installed printers,you can do it by using PrinterSettings class</description><link>http://www.c-sharpcorner.com/UploadFile/iersoy/get-all-installed-printers-in-C-Sharp/</link><pubDate>Jul 09, 2012</pubDate><author>Ibrahim Ersoy</author></item><item><title>Get All Installed Fonts in C#</title><description>If you need to retrieve all the fonts installed on your environment,you just need InstalledFontCollection class.</description><link>http://www.c-sharpcorner.com/UploadFile/iersoy/get-all-installed-fonts-in-C-Sharp/</link><pubDate>Jul 09, 2012</pubDate><author>Ibrahim Ersoy</author></item><item><title>Dynamically Call a Function in C#</title><description>This article helps you execute a function in runtime.</description><link>http://www.c-sharpcorner.com/UploadFile/iersoy/dynamically-call-a-function/</link><pubDate>Jul 08, 2012</pubDate><author>Ibrahim Ersoy</author></item><item><title>Unloading Assemblies in C#</title><description>This article shows how to unload assemblies.</description><link>http://www.c-sharpcorner.com/UploadFile/iersoy/unloading-assemblies-in-C-Sharp/</link><pubDate>Jul 08, 2012</pubDate><author>Ibrahim Ersoy</author></item><item><title>SoapFormatter in C#</title><description>Sometimes you would need to store serialized objects as a file to access when needed.Here comes SoapFormatter handy!</description><link>http://www.c-sharpcorner.com/UploadFile/iersoy/soapformatter-in-C-Sharp/</link><pubDate>Jul 08, 2012</pubDate><author>Ibrahim Ersoy</author></item><item><title>Use Class Library as BLL, BO and DAL Layers</title><description>In this Bolg we learn use of Class Library as BLL(BusinessLogicLayer), BO(BusinessObject) and DAL(DataAccessLayer) Layers.
</description><link>http://www.c-sharpcorner.com/Blogs/9289/use-class-library-as-bll-bo-and-dal-layers.aspx</link><pubDate>May 22, 2012</pubDate><author>Vikas Ahlawat</author></item><item><title>Finding What Are the Assemblies Are Loaded Currently in Current AppDomain</title><description>Determining what assemblies are currently loaded in the current AppDomain</description><link>http://www.c-sharpcorner.com/UploadFile/4876ca/finding-what-are-the-assemblies-are-loaded-currently-in-curr/</link><pubDate>May 14, 2012</pubDate><author>Sai Kumar</author></item><item><title>Loading an Assembly on Demand</title><description>This article shows how to load a .NET assembly dynamically on demand.  It explains how an assembly can loaded in a separate AppDomain, so unloading is not required.
</description><link>http://www.c-sharpcorner.com/UploadFile/nityaprakash/loading-assembly-on-demand/</link><pubDate>Jan 28, 2012</pubDate><author>Nitya Sharma</author></item><item><title>Difference between the Stored Procedures and Trigger</title><description>The stored procedures and triggers are very important objects in the databases. This blog helps to understand the key difference between these.</description><link>http://www.c-sharpcorner.com/Blogs/7852/difference-between-the-stored-procedures-and-trigger.aspx</link><pubDate>Dec 24, 2011</pubDate><author>Senthilkumar </author></item><item><title>DLL hell Problem and solution</title><description>Dll Hell refers to a set of problems caused when multiple applications attempt to share a common component like a dynamic link library (DLL).The reason for this issue was that the version information about the different components of an application was not recorded by the system.</description><link>http://www.c-sharpcorner.com/Blogs/7432/dll-hell-problem-and-solution.aspx</link><pubDate>Nov 12, 2011</pubDate><author>Deepak Dwij</author></item><item><title>Concept of Shared Assembly in .NET</title><description>This article describe the concept of shared assembly with Reflection in .NET.</description><link>http://www.c-sharpcorner.com/UploadFile/72d20e/concept-of-shared-assembly-in-net/</link><pubDate>Oct 22, 2011</pubDate><author>Deepak Dwij</author></item><item><title>Create Directory and Copy/Save Image file on fileName from directory</title><description>Looking for a code to copy a file. Then here is a solution for your. You can use the a built in function of File class present in System.IO namespace.</description><link>http://www.c-sharpcorner.com/Blogs/7226/create-directory-and-copysave-image-file-on-filename-from-d.aspx</link><pubDate>Oct 22, 2011</pubDate><author>Manoj Sevda</author></item><item><title>How to Unload an Assembly Loaded Dynamically Using Reflection</title><description>Unloading an assembly loaded dynamically using reflection.</description><link>http://www.c-sharpcorner.com/UploadFile/girish.nehte/how-to-unload-an-assembly-loaded-dynamically-using-reflection/</link><pubDate>Jun 01, 2011</pubDate><author>Girish Nehte</author></item><item><title>Creating And Using Shared Assembly</title><description>By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.</description><link>http://www.c-sharpcorner.com/uploadfile/5eae74/creating-and-using-shared-assembly/default.aspx</link><pubDate>Apr 13, 2011</pubDate><author>Mayur  Gujrathi</author></item><item><title>How to Load .Net assemblies in powershell</title><description>In this article we will be seeing how to load the .Net assemblies in the powershell and how to access the methods.</description><link>http://www.c-sharpcorner.com/UploadFile/anavijai/how-to-load-net-assemblies-in-powershell/</link><pubDate>Apr 12, 2011</pubDate><author>Vijai Anand</author></item><item><title>Palindrome in C# GUI</title><description>Software to check weather the word ,sentence,number are same when read from backward and forward eg Racecar,malayalam etc
uses array ,first index and last index 
this is the one and only GUI version of palindrome available on-line  checking word and sentences
</description><link>http://www.c-sharpcorner.com/UploadFile/af5fba/palindrome-in-C-Sharp-gui/</link><pubDate>Mar 13, 2011</pubDate><author>Adarsh Acharya</author></item><item><title>Reflection in C# - Part 3</title><description>This blog discusses binding flags used in reflection in .NET.</description><link>http://www.c-sharpcorner.com/Blogs/3753/reflection-in-C-Sharp-part-3.aspx</link><pubDate>Oct 09, 2010</pubDate><author>omid eidivandi</author></item><item><title>Reflection in C# - Part 2</title><description>This blog demonstrates the dynamic usage of reflection in .NET using C# language. The examples in this blog shows how to get members information of a type dynamically. </description><link>http://www.c-sharpcorner.com/Blogs/3747/reflection-in-C-Sharp-part-2.aspx</link><pubDate>Oct 08, 2010</pubDate><author>omid eidivandi</author></item><item><title>Reflection and Attributes in C#</title><description>Attributes  are attached to program entities such as types and methods to provide information about the entity at runtime. In this article, we will explore attributes using reflection in C#.</description><link>http://www.c-sharpcorner.com/uploadfile/ashish_2008/reflection-and-attributes-in-C-Sharp/default.aspx</link><pubDate>Sep 03, 2010</pubDate><author>Ashish Shukla</author></item><item><title>Call class methods using the method name dynamically</title><description>This blog talks about how we can call a class method using strong method name at run-time.</description><link>http://www.c-sharpcorner.com/Blogs/3521/call-class-methods-using-the-method-name-dynamically.aspx</link><pubDate>Aug 28, 2010</pubDate><author>Hiren Soni</author></item><item><title>Reflection - Invoking a Member Method</title><description>In this article we will see how to invoke a member method by using reflection.</description><link>http://www.c-sharpcorner.com/UploadFile/prasanth7/reflection-invoking-a-member-method/</link><pubDate>Jun 09, 2010</pubDate><author>PRASANTH T P</author></item><item><title>Reflection in .NET</title><description>In this article I tried to cover all the topics from .NET Reflection with examples.</description><link>http://www.c-sharpcorner.com/uploadfile/keesari_anjaiah/reflection-in-net/default.aspx</link><pubDate>Feb 02, 2010</pubDate><author>Anjaiah Keesari</author></item><item><title>Tip of the day : Create dynamically an assembly in the current domain</title><description>Create dynamically an assembly in the current domain</description><link>http://www.c-sharpcorner.com/Blogs/719/tip-of-the-day-create-dynamically-an-assembly-in-the-curre.aspx</link><pubDate>Jul 05, 2008</pubDate><author>Bechir Bejaoui</author></item><item><title>The Basics of .NET Framework Interoperability</title><description>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 the Platform Invoke service</description><link>http://www.c-sharpcorner.com/uploadfile/TheButler/the-basics-of-net-framework-interoperability/default.aspx</link><pubDate>Feb 29, 2008</pubDate><author>Dave </author></item></channel></rss>