What is different between User Control and Web Control and
Custom Control?
Answer Posted / suhasini suresh
Since the dll assembly of a custom control is being used,a
custom control developed in C# can be used in a project
developed in VB.NET or any other managed code and vice
versa.
This is not possible with user controls.They are language
spefic
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What do you mean by Code Access Security in .NET?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is garbage collection and how it works ?
How is .net core cross platform?
Explain what is immutability, what is it for and how is it codified?
Explain what is the difference between encrypting a password and applying a hashing?
What is immutability?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Do you know what is .net standard?
What is difference between .net core and .net standard?
What is the difference between a class and an object, and how do these terms relate to each other?
What is meant by globalization?
Explain the process of serialization in .NET?
What is typical about a windows process in regards to memory allocation in dot net?
What is loosely coupled solution in.net?