Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Custom attribute? How to create? Namespace? If I'm
having custom attribute in an assembly, how to say that name
in the code? What is Reflection in .NET?

Answers were Sorted based on User's Feedback



What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assem..

Answer / chaitanya

Assemblies date is stored in some pakaged modules.Accessing
that data is called reflection

Is This Answer Correct ?    2 Yes 1 No

What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assem..

Answer / niveditha

There's a great article over on DevX that covers the Stream
and Formatter architectures. It does so from a VB.NET point
of view, which is fine because the article is attempting to
teach people converting from VB6- to VB.NET to move away
from the proprietary VB file operations. In general, the
article is generic enough that the knowledge is applicable
in all languages and is definitely worth the read.

Is This Answer Correct ?    1 Yes 0 No

What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assem..

Answer / suresh.gv

Reflection::

It is used to get Class info. at the runtime.
The Class info. defines::
no. of
constructors,methods,isobject,isvalue,issealed,ispublic,....
.

This can be achieve through Reflection.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.

4 Answers   247Customer,


How can you see which services are running on a Windows box?

1 Answers  


How many types of design patterns available in .NET?

0 Answers  


What is a metadata in .net?

0 Answers  


What is the difference between function and stored procedure?

0 Answers  


Explain about the Common Language Runtime?

0 Answers  


What is func in .net 3.5?

0 Answers  


Explain me what is the .net framework and how does it work?

0 Answers  


When should I use .net core?

0 Answers  


How ASP .NET different from ASP?

4 Answers  


What are the differences between user control and server control?

0 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

0 Answers  


Categories