Podcast
Questions and Answers
What is the purpose of a class library in software development?
What is the purpose of a class library in software development?
- To avoid code redundancy
- To improve code quality
- To share functionality among applications
- All of the above (correct)
Which file extension is commonly used for a class library in.NET?
Which file extension is commonly used for a class library in.NET?
- .zip
- .dll (correct)
- .exe
- .txt
What type of project is typically used as a client app for a class library?
What type of project is typically used as a client app for a class library?
- Desktop app
- Web app
- Console app (correct)
- Mobile app
What does a class library assembly do?
What does a class library assembly do?
In what format is a class library physically stored?
In what format is a class library physically stored?