| for RuBoard |
| 1: | What is the name of the application that imports type libraries? |
| A1: | Tblimp.exe is the application that imports type libraries into your managed code. |
| 2: | Name two differences between ADO and ADO.NET. |
| A2: | ADO.NET is strongly typed and disconnected. ADO is not strongly typed and by default maintains a connection to the database as long as the recordset object is open . |
| for RuBoard |