Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ravee Rasaiyah(1)
Mihir Pathak(1)
Resources
No resource found
Access AssemblyInfo File and Get Product Informations
Apr 22, 2008.
Access the AssemblyInfo file to retrieve crucial product details such as version, title, and company. Utilize attributes like AssemblyVersion and AssemblyProduct to programmatically access metadata, facilitating versioning and product identification within .NET applications.
Reading Assembly attributes in VB.NET
Nov 10, 2012.
This article allows you to read the assembly attributes information using .NET. The information store in AssemblyInfo files like Title, Description, copyright, Trade mark can be read using reflection and assembly namespace.