Click here to Skip to main content
15,880,392 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.4K   36  
Type forwarding is a CLR feature that allows us to move a type from its original assembly to another assembly.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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