May, 2010 - Microsoft All-In-One Code Framework - Site Home - MSDN Blogs

Microsoft All-In-One Code Framework

The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. Our goal is to provide typical code samples for all Microsoft development technologies.
.
  • Microsoft All-In-One Code Framework

    Microsoft All-In-One Code Framework New Samples Updated on 2010-04-30

    • 0 Comments
    Microsoft All-In-One Code Framework is updated on 2010-04-30. Download address: http://1code.codeplex.com/releases/view/44540#DownloadId=119702 If it’s the first time that you hear about Microsoft All-In-One Code Framework, please read the introduction on our homepage http://1code.codeplex.com/ , and this Port25 article http://port25.technet.com/archive/2010/01/18/the-all-in-one-code-framework.aspx . ASP.NET New Samples CSASPNETChart, VBASPNETChart This two samples demonstrate...
  • Microsoft All-In-One Code Framework

    Invoke Native C++ DLL from .NET Code

    • 0 Comments
    Jialiang Ge has just finished a summary of solutions to invoke native C++ DLL from .NET code . Solution 1. (Explicit) P/Invoke Solution 2. Dynamic P/Invoke Solution 3. Implicit P/Invoke (Use a C++/CLI wrapper) Solution 4. Convert C++ DLL to a COM server, and call it from .NET code through .NET-COM interop The detailed and working code samples are attached to the above article. If you have any comments or questions about the code samples, please do contact onecode@microsoft.com . Your feedback...
  • Microsoft All-In-One Code Framework

    Invoke .NET Assembly from Native C++ Code

    • 0 Comments
    Jialiang Ge has just finished a summary of solutions to invoke .NET assembly from native C++ code . Solution 1. Use a C++/CLI wrapper Solution 2. Host CLR Solution 3. Convert .NET assembly to a COM server, and call it from C++ through .NET-COM interop The detailed and working code samples are attached to the above article. If you have any comments or questions about the code samples, please do contact onecode@microsoft.com . Your feedback is very important to the work.
Page 1 of 1 (3 items)