What is the Cab Project?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Cab Project?
Rating:
The Visual Studio .NET Cab Project template uses CAB (cabinet) files to store a set of files in a compressed format with a .cab extension. CAB files are used to reduce the size of the distributed application where programs are distributed over the Internet. The CAB Project template's CAB files are also used to package managed controls or the ActiveX controls. These controls, embedded in the Web page with the <object> element, are downloaded to the user's computer at runtime.
Rating:
Was this information helpful?
Other articles
- What are the four stages that handle the SOAP message processing on Web server?
- How to use code to sign a SOAP message by using a security context token?
- Things to practice for Microsoft test 70-529.
- What are the Lease Lifetime properties?
- How to change the Configuration property of a C# .NET project?