Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Language
Assembly
Remove
Platform
Any
License
Any
This is a complete list of “Hello World!” programs written in more than 300 existing programming languages including Assembly language, Low-level, High-level, Object Oriented, Document formats, Page...
In this article I basically focus on how to write ‘if-then’ logic in assembly. Below a sample program code is provided which uses simple ‘if-then’ logic. This will give you some idea about how to...
One of the highlights of .Net and its Common Language Runtime (CLR) is its support for metadata. What does it actually mean is that with each assembly (.exe or .dll), .Net compilers store information...
Here is an example of how to use AMD and Intel's MMX
technologies to increase performance. Of course, these
optimizations cannot always be applied but I hope they can
still be useful. In this...
This short tutorial will describe the bare minimum things you need to do to bind to a database using C#, ADO.NET and ASP.NET. We will not be giving explinations on C#, this is a tutorial on...
An assembly is the primary building block of .NET. It's a reusable, self-describing, versionable deployment unit for types and resources. They are self-describing so to allow the .NET runtime to...
We have been asked quite a few times now, what Namespaces are, well we figured it's time to give every one a high level explanation of what Namespaces are. This article is not intended to give you a...
Utilizing the support in .NET for satellite assemblies is a powerful way to approach this problem. The essential idea behind satellite assemblies is to isolate localizable resources from your main...
Inline.pm is a new module that glues other programming languages to Perl. It allows you to write C, C++, and Python code directly inside your Perl scripts and modules. This is conceptually similar to...
In the new .NET framework, Microsoft has solved some of the frequent and persistent software deployment problems encountered by developers and users alike.