answersLogoWhite

0

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

User Avatar

Wiki User

17y ago

What else can I help you with?

Continue Learning about Engineering

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 are the elements of Visual Basic Programming?

Visual Basic programming includes several key elements: Variables and Data Types: These define the types of data that can be stored and manipulated, such as integers, strings, and booleans. Control Structures: These include loops (like For and While) and conditional statements (like If...Then), which control the flow of execution in a program. Procedures and Functions: These are blocks of code that perform specific tasks, promoting code reuse and organization. Forms and Controls: Visual Basic utilizes a graphical user interface (GUI), enabling developers to create forms and controls for user interaction.


What is value element in visual basic?

In Visual Basic, a value element refers to a constant or variable that holds a specific value, such as numeric, string, or Boolean data types. These elements are fundamental for performing operations, making decisions, and managing data within a program. Value elements can be used in expressions and assignments, allowing developers to manipulate and utilize data effectively in their applications.


What are the two basic types of disease?

the two basic types of diseases are viral and bacterial


Describe the four basic data types in c?

Describe the basic data types in C Describe the basic data types in C

Related Questions

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

process assembly library assembly private assembly shared assembly satellite assembly


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.


Differrent data types in Visual Basic?

many


How many types of connectivity in visual basic?

one is ADO


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

2


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 elements of Visual Basic Programming?

Visual Basic programming includes several key elements: Variables and Data Types: These define the types of data that can be stored and manipulated, such as integers, strings, and booleans. Control Structures: These include loops (like For and While) and conditional statements (like If...Then), which control the flow of execution in a program. Procedures and Functions: These are blocks of code that perform specific tasks, promoting code reuse and organization. Forms and Controls: Visual Basic utilizes a graphical user interface (GUI), enabling developers to create forms and controls for user interaction.


What data the visual basic data types store?

Visual Basic data types are used to define the type of data that can be stored in a variable. Common data types include integers (for whole numbers), strings (for text), doubles (for floating-point numbers), and booleans (for true/false values). Each data type has a specific range and memory allocation, which determines the kind of operations that can be performed and the amount of data that can be stored. By using appropriate data types, developers can optimize memory usage and ensure data integrity in their applications.


Which of these is not one of the two major types of visual emphasis?

Color is not one of the two major types of visual emphasis. The two major types of visual emphasis are size and contrast.


What are the two types of textures?

Rough and smooth would be the two basic textures.


Benefits of having data types in visual basic?

write a brief account of the beneifts of appropriate choice of data type (E.G ADDITIONAL VALIDATION, EFFICENCY OF STORAGE ETC