assembly
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
What is .NET assembly? 1.0.0
Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to more>> Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
12 downloads
Other version of What is .NET assembly
License:Freeware
What functions an assembly performs? 1.0.0
n assembly performs the following functions: It contains code that the common language runtime executes. Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be executed if it does not have an associated assembly more>> n assembly performs the following functions: It contains code that the common language runtime executes. Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be executed if it does not have an associated assembly manifest. Note that each assembly can have only one entry point (that is, DllMain, WinMain, or Main).<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
Other version of What functions an assembly performs
License:Freeware
ASP.NET 2.0 Framework Tools
In order to facilitate ease of development and deployment of applications, the .NET framework provides the user with a number of tools. All these tools can be run from the command line with the except more>> In order to facilitate ease of development and deployment of applications, the .NET framework provides the user with a number of tools. All these tools can be run from the command line with the exception of the Assembly Cache Viewer (Shfusion.dll) and the Microsoft CLR Debugger (DbgCLR.exe). In order to ensure that these tools function optimally the user has to set the Path, Include and Lib environment variables by running SDKVars.bat in the /v.2.0/Bin directory and executing it in the command shell.<<less
Added: 2006-05-30 License: Freeware Price: Free
1245 downloads
PriadoBlender
PriadoBlender is a tool to let you distribute your PHP scripts as an executable EXE. It is similar to the PHPCompiler that was available for a couple of months a year or 2 ago. PriadoBlender isnt a tr more>> PriadoBlender is a tool to let you distribute your PHP scripts as an executable EXE. It is similar to the PHPCompiler that was available for a couple of months a year or 2 ago. PriadoBlender isnt a true compiler in the computer science sense of the term. True compilers take the high-level code and turn it into machine/assembly code. Instead, PriadoBlender takes your PHP code and the PHP interpretor itself and blends them into standalone, PHP executable goodness. Version 0.2 features a new GUI wizard, no more reliance on MMCache and output EXEs licensed only under the PHP license.<<less
Added: 2003-09-28 License: GPL Price: Free
2250 downloads
ASP .NET 2.0 Framework Tools
In order to facilitate ease of development and deployment of applications, the .NET framework provides the user with a number of tools. All these tools can be run from the command line with the except more>> In order to facilitate ease of development and deployment of applications, the .NET framework provides the user with a number of tools. All these tools can be run from the command line with the exception of the Assembly Cache Viewer (Shfusion.dll) and the Microsoft CLR Debugger (DbgCLR.exe). In order to ensure that these tools function optimally the user has to set the Path, Include and Lib environment variables by running SDKVars.bat in the /v.2.0/Bin directory and executing it in the command shell.<<less
Added: 2005-09-22 License: Freeware Price: Free
1496 downloads
What is .NET metadata? 1.0.0
In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even more>> In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to seamlessly interact.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
Other version of What is .NET metadata
License:Freeware
FreeBASIC 0.18.5b
FreeBASIC is a 32-bit BASIC compiler. more>>
FreeBASIC 0.18.5b serves as a script which is called a 32-bit BASIC compiler with syntax similar to MS-QuickBASIC. It can add new features such as pointers, unsigned data types, inline assembly, object orientation, and many others.
Major Features:
- A large number of variable types available
- Arrays
- BASIC Compatibility
- Built-in gfx library
- Clean Syntax
- Create OBJs, LIBs, DLLs, and console or GUI EXEs
- Debugging support
- Enumerations (ENUMs)
- Escape characters inside literal strings
- Function overloading
- Inline Assembly
- Most of the known C libraries can be used directly, without wrappers
- Multi-platform
- Multi-threading
- Name spaces
- Optimized code generation
- Optional function arguments
- Pointers
- Pre-processor
- Type defs
- Unicode support
- Unlimited number of symbols
- User-defined Types (UDTs)
- Variable initializers (including arrays and UDTs)
Added: 2008-06-04 License: GPL - GNU Public License Price: GPLGNUPublicLicense
57 downloads
Explain Microsoft intermediate language (MSIL) Assembler? 1.0.0
MSIL Assembler (Ilasm.exe) is a command line tool provides by .Net. The MSIL Assembler generates a portable executable (PE) file from MSIL assembly language. You can run the resulting executable, which contains MSIL and the required metadata, to more>> MSIL Assembler (Ilasm.exe) is a command line tool provides by .Net. The MSIL Assembler generates a portable executable (PE) file from MSIL assembly language. You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
12 downloads
Other version of Explain Microsoft intermediate language (MSIL) Assembler
License:Freeware
TA-Lib 0.3.0
TA-Lib provides common functions for the technical analysis of financial market data. more>>
TA-Lib 0.3.0 gives users good experience with the technical analysis of financial market data.
Major Features:
- C/C API. TA-Lib is totally embedded within your application using static library. You access the functionality by including the header file "ta_libc.h"
- Excel API. Just add the TA-Lib Excel add-ins to your workbook and you get access to all the TA functions in your spreadsheet. If you know how to enter an array formula with Ctrl-Shift-Enter, you will find that calling the TA-Lib functions is very easy.
- Java API. Native java source code is included in the package. The interface is mostly the same as the C/C API.
- .NET and Mono API. The interface is mostly similar to the C/C interface. To use TA-Lib on .NET/Mono you just need to add a reference to the assembly included in the package. There is no need to call TA_Initialize and TA_Shutdown, these are done automatically.
Added: 2007-06-22 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
What the Metadata stores? 1.0.0
Metadata stores the following information: Description of the assembly. Description of types. Attributes. more>> Metadata stores the following information: Description of the assembly. Description of types. Attributes.<<less
Added: 2007-06-06 License: Freeware Price: $0.00USD
10 downloads
Other version of What the Metadata stores
License:Freeware
Page Load Time Walkthrough 1.0
This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly. more>> This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly.<<less
Added: 2005-06-10 License: GPL Price: $0.00USD
11 downloads
Other version of Page Load Time Walkthrough
License:GPL
What is Microsoft intermediate language (MSIL)? 1.0.0
Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET more>> Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
Other version of What is Microsoft intermediate language
License:Freeware
What are the Benefits of Metadata? 1.0.0
Metadata provides the following major benefits: Self-describing files ? Common language runtime modules and assemblies are self-describing. A modules metadata contains everything needed to interact with another module. Metadata automatically provides more>> Metadata provides the following major benefits: Self-describing files ? Common language runtime modules and assemblies are self-describing. A modules metadata contains everything needed to interact with another module. Metadata automatically provides the functionality of IDL in COM, allowing you to use one file for both definition and implementation. Runtime modules and assemblies do not even require registration with the operating system. As a result, the descriptions used by the runtime always reflect the actual code in your compiled file, which increases application reliability.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
Other version of What are the Benefits of Metadata
License:Freeware
Resource for Programming
w3code is all about code. Links to popular applications, source code, tutorials, sample codes and SDKs. Ranging from most new and popular technologies like PHP5, XML, C# to past and obsolete techlogie more>> w3code is all about code. Links to popular applications, source code, tutorials, sample codes and SDKs. Ranging from most new and popular technologies like PHP5, XML, C# to past and obsolete techlogies like Assembly, COBOL and GW-BASIC.<<less
Added: 2004-09-29 License: Not Specified Price: Free
1853 downloads
One Source Code,different Results, MACROS v/s FUNCTIONS 1.0
his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely... more>> his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely...<<less
Added: 2005-03-28 License: Price: 0.00 Price: 0.00
11 downloads
Other version of One Source Code,different Results, MACROS v/s FUNCTIONS
License:Not Specified
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above assembly search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed