Click here to Skip to main content
15,867,292 members
Articles / Programming Languages / C#

Type Forwarding in .NET

Rate me:
Please Sign up or sign in to vote.
4.84/5 (20 votes)
24 Aug 2008CPOL1 min read 52.1K   36  
Type forwarding is a CLR feature that allows us to move a type from its original assembly to another assembly.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
I started programming for fun when I was in Higher Secondary (1995). It was a table writing program in C..haah!! those were the best days of my life Smile | :)

But now it has brought me to no. of jobs in roles of developer, Lead, Architect, Coach and Consultant....

.Net c# is my passion specially when it comes to build api and frameworks to facilitates development teams....

I always learned things by example, now its a pleasure and responsiblity to give learnings back to next generation of coders.

Comments and Discussions