Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / ASM

ASM

ASM

Great Reads

by Jerry.Wang
Modify methods' IL codes on runtime even if they have been JIT-compiled, supports release mode / x64 & x86, and variants of .NET versions, from 2.0 to 4.5.
by Toby Opferman
Building your own 64-bit Windows Extender
by akyprian
Maximum performance, reduced size applications using 32-bit assembly is easy
by Zuoliu Ding
A discussion on some basic practices highly recommended in Assembly Language Programming.

Latest Articles

by Jerry.Wang
Modify methods' IL codes on runtime even if they have been JIT-compiled, supports release mode / x64 & x86, and variants of .NET versions, from 2.0 to 4.5.
by Toby Opferman
Building your own 64-bit Windows Extender
by akyprian
Maximum performance, reduced size applications using 32-bit assembly is easy
by Zuoliu Ding
A discussion on some basic practices highly recommended in Assembly Language Programming.

All Articles

Sort by Score

ASM 

by Rimon Orni
Code injection cave for 64 bit processes
by shijo joseph
An ADO.NET Layer for SQL Server and Oracle which makes it easier for interfacing with database
by Thinira
In this tip, we will discuss how to setup Angular 2.0 in Visual Studio and write a very basic “Todo” application.
by Jonathan Chapman-Moore
How to build Microsoft Disk Operating System 1.25
by OKarpov
How to use ASM in C#.NET and most fast memory copy method
by Mishra Sourabh
This tip explains how to create a checkboxlist in MVC.
by Farhad Reza
Here, we will design a clock frame with Assembly Language and GDI32
by Shivarajbk
This tip explains how to write RESTFUL WCF service for Android applications.
by Jose A Pascoa
Part 1 - Using DMath from C#
by _Asif_
This tip helps in creating User schema with fresh password on the fly
by Omar Al Zabir
Silverlight webservice references get harcoded in ServiceReference.ClientConfig. The URLs get set to your development servers. But when you deploy live, the URLs don't match. Here's a way to dynamically change the URL of the service based on which website the Silverlight app is loaded from.
by #realJSOP
This is how I do it (we determine the host and select the appropriate endpoint).// these are the endpoints define in the webconfig filestring LocalHostEndpointName = "LocalHost_Endpoint";string ProductionEndpointName = "Production_Endpoint";string CurrentEndpoint = "";//...
by Darek Danielewski
If you are using ChannelFactory to access your WCF service here is another solution: http://pocorath.blogspot.com/2011/08/servicereferencesclientconfig.html[^].
by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
by CPallini
Fast integer square root computation in 8051 assembly
by senguptaamlan
Getting Assembly full name from Visual Studio
by JIANGWilliam
This article introduces a handy way to get the calling Testing Assembly from a called Assembly
by Pankaj_Shukla
This tip describes how to change username/password for a Windows service programmatically.
by Sarvesh Kumar Gupta
How to Create watermarked images in C# ASP.NET ?
by Carles Cortés
Macros to help assembler programmers to improve source code (continued)
by altomaltes
This code calculates square root of an integer on a few assembler code lines.
by pasztorpisti
This library loads the DLL (from file/memory/etc) into an allocated memory block and takes care of its relocations and imports.
by Mladen Janković
Queued spinlocks implemented using inline assembly
by GAMerritt
Benchmark for breaking the 64-bit barrier imposed by the ulong data type
by Farhad Reza
Here, we will create a simple Window using Assembly Programming Language and also gather knowledge about various assembly language instructions.
by Shahadat Hossain Mazumder
Single precision floating point and double precesion floating values operations in SSE optimization
by Asif Bahrainwala
Atomic set and test in critical sections