answersLogoWhite

0

In visual basic dot net application what are the types of assembly?

Updated: 8/16/2019
User Avatar

Shobhashekhar

Lvl 1
15y ago

Best Answer

process assembly

library assembly

private assembly

shared assembly

satellite assembly

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In visual basic dot net application what are the types of assembly?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How visual data manager helps in creating a data base file in visual basics?

The Visual Data manager that ships with Visual Basic is a powerful tool for working with several types of databases inside the Visual Basic environment. One can create, edit, compact and repair many types of databases and other types of files. Here's how to use the Visual Data Manager in Visual Basic.


What are the five types of application you can create in visual studio 2005?

Five types of application you can create in visual studio 2005 are:-Web ApplicationsConsole ApplicationsWeb ServicesSmart Device ApplicationsClass Libraries


Differrent data types in Visual Basic?

many


How many types of connectivity in visual basic?

one is ADO


In visual basic dot net framework what are the types of assembly?

There are total 2 types of assemblies 1. Private Assembly Private assembly are created each time in the folder so it increases the file size and Not safe. 2. Shared / Public Assembly Shared assembly can reside in common area called GAC which is .net assembly repository. Not created everytime u have to just register it with the GAC and add reference and use that


How many types of Sub procedures are supported by Visual Basic?

2


Basic types of application software?

l;l;l;


What are the different types of basic application software?

Word processing would probably be the most basic. Spreadsheet is also pretty basic.


How do you use or integrate c plus plus code in visual basic 6?

You can't integrate C++ source code directly into Visual Basic code. In order to make use of code written in another language, including C++, you must compile that source to produce a DLL. You can then link to that DLL via Visual Basic. The only caveat is that you must replace the C++ data types in the function declarations with the equivalent Visual Basic data types, such as 'Byte' for a C++ unsigned char, or 'Single' for a C++ float.


What is class varient?

Variant is a data type in certain programming languages, particularly Visual Basic and C++ when using the Component Object Model.In Visual Basic (and Visual Basic for Applications) the Variant data type is a tagged union that can be used to represent any other data type (for example, integer, floating-point, single- and double-precision, object, etc.) except fixed-length string type and record types. In Visual Basic any variable, not declared explicitly or the type of which is not declared explicitly, is taken to be a variant.


What are the different types of utility program patents?

There are two basic types of utilty patents: the non-provisional and the provisional application. Both types of patent applications are held in confidence by the USPTO, they will not show your application to anyone. Design patents are always non-provisional applications.


Are Microsoft Word and Microsoft Excel system softwares?

MS Word and MS Excel are examples of application software, because they allow the user to accomplish specific tasks. System software is software that runs in the background to make the system resources available to application software. An example of something system software does to assist applicatin software is allowing the computer to talk to the printer.