Click here to Skip to main content
15,886,199 members
Articles / Artificial Intelligence

Optimize your C# with Inline ASM via ATL and C++

Rate me:
Please Sign up or sign in to vote.
3.23/5 (41 votes)
10 Nov 20033 min read 112.4K   1.1K   33  
Optimize your C# with Inline ASM via ATL and C++
Title: [ A Simple] C#  ATL Inline Assembly Calculator
Description: This solution demonstrates as simply as possible how to leverage inline 
assembly and C++ ATL from a C# project. This architecture may be used 
to optimize .NET web service, .net web applications, .net windows 
applications and .net windows services without any third party 
assemblers. This is particularly useful for optimizing C# code with C++ 
in Visual Studio .NET centric build environments.
brought to you by http://www.p2bconsortium.com/
�Free and easy artificial intelligence chatbot hosting�

This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=1657&lngWId=10

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Keep on coding!

Comments and Discussions