CodeProject
May, 2010 - Microsoft All-In-One Code Framework - Site Home - MSDN Blogs
Sign In
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.
.
Sample Browser
Social Media Sharing
May, 2010
Microsoft Next
Sample of the Day
RSS
http://blogs.msdn.com/b/codefx/archive/tags/SampleOfTheDay/
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET 4
ADO.NET
ASP.NET
Blog
COM
Interop
Network
News
Office
Release
Sample Browser
SampleBrowser
SampleOfTheDay
Silverlight
Story Creator
TFS
VSX
Windows Azure
Windows Forms
Windows Phone
Windows Phone 7
Windows SDK
Windows Shell
WPF
XML
Monthly Archives
Archives
May 2012
(32)
April 2012
(31)
March 2012
(34)
February 2012
(16)
December 2011
(2)
November 2011
(1)
October 2011
(2)
September 2011
(1)
August 2011
(2)
July 2011
(5)
June 2011
(1)
May 2011
(3)
April 2011
(3)
March 2011
(5)
February 2011
(3)
January 2011
(3)
December 2010
(1)
November 2010
(24)
October 2010
(4)
September 2010
(5)
August 2010
(3)
June 2010
(2)
May 2010
(3)
March 2010
(5)
February 2010
(2)
January 2010
(3)
December 2009
(3)
November 2009
(3)
October 2009
(4)
September 2009
(9)
August 2009
(3)
July 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(2)
Visitors
Feedjit Live Blog Stats
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft All-In-One Code Framework
Microsoft All-In-One Code Framework New Samples Updated on 2010-04-30
Posted
over 2 years ago
by
Jialiang Ge [MSFT]
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
Posted
over 2 years ago
by
Jialiang Ge [MSFT]
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
Posted
over 2 years ago
by
Jialiang Ge [MSFT]
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)