What are Components in C#?
What are Components in C#?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Jul 29, 2016, 2:30 AM
Vinay SinghPosted Aug 2, 2016, 5:23 AM
The components creation and usage in C# is much more simple than earlier technologies like C++, ATL COM. As we know a Components represent all kinds of elements that pertain to the piecing together of software applications. Among other things, they may be simple files, or libraries loaded dynamically.
A component is a class with cleanup and containment. A component can be hosted in a container, and has the ability to query and get services from its container. Containment is logical and does not have to be visual. These components can be deployed in middle tier container as business components. Example database components deployed in middle tier.
Rajeesh MenothPosted Aug 2, 2016, 4:50 AM
Vinay KPosted Aug 2, 2016, 4:13 AM
Sujeet SumanPosted Jul 29, 2016, 4:13 AM
Rajeesh MenothPosted Jul 29, 2016, 3:29 AM
Ravi PatelPosted Jul 29, 2016, 3:23 AM