Welcome to the All-In-One Code Framework!
All-In-One Code Framework (AIO) delineates the framework and skeleton of most Microsoft development techniques (e.g. COM, Data Access, IPC) using typical sample codes in different programming languages (e.g. Visual C#, VB.NET, Visual C++). For instance, the code example ATLDllCOMServer shows the skeleton of an ATL in-process COM server as its name implies. Each example is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used scenario based on our experience as support engineers. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer's question coincides with what we collected. Project Site: http://cfx.codeplex.comAll available examples: http://cfx.codeplex.com/Wiki/View.aspx?title=All-In-One%20Code%20Framework%20ExamplesLatest Release: http://cfx.codeplex.com/Release/ProjectReleases.aspx
Localizations
Simplified Chinese: 微软一站式开发技术框架解决方案
Project Scope
The target of the project is to sketch the skeleton of most Microsoft development techniques using typical sample codes that are frequently-asked, tested or used. You can imagine each technique as a building. The foundation of the building (the basics of the technique) and the facilities inside the building (the details of the technique) are not in the scope. Instead, you will find the structure of the building (the framework and skeleton of the technique) in the scope.
Features
- All-In-One: All examples for all Microsoft development techniques are in one Visual Studio solution. All source codes, documents, and reference materials can be viewed or tested in one instance of Visual Studio.
- Skeleton: The project delineates the skeleton of the technologies. Its samples do not demonstrate any specific businesses such as the design of a traffic game in Silverlight or fireworks in ATL, as they may distract your attention from the core of the technologies. You can easily extend the skeleton to meet your own requirements.
- Source of Examples: The examples are refined out of our supports for developers in the newsgroups and the forums. You can think of the project as a collection of most frequently requested test scenarios in contrast with FAQs.
- Uniform:
- All examples follow a uniform naming convention. The convention applies to the name of the projects, variables, methods, types, etc.
- All examples have a uniform style of coding, commenting and documentation. For instance, each code example has a ReadMe.txt file that documents the example. The content of ReadMe.txt follows this structure: Use (the purpose of the example), Project Relation (the relation between the current example and the rest), Build (how to build the example), Creation (the detailed steps to create such a example), and References (the reference materials).
- All examples of the same technique manage to provide a uniform output or export. For instance, ATLActiveXDll, ATLActiveXExe, CSDllCOMServer, VBDllCOMServer, MFCActiveX, MFCSafeActiveX, CSActiveX, VBActiveX are COM components in different forms. However, they export a uniform set of methods, properties and events.
- Mutually Dependent: The code examples are mutually dependent or related, and many are efficiently reused by other examples to demonstrate the techniques. For instance, CppDllExport is a sample C++ DLL that exports the symbols of data, functions and classes. CppImplicitlyLinkDll depends on CppDllExport to demonstrate the implicit link of a DLL; CppDelayloadDll delay-loads the DLL; CppLoadLibrary dynamically loads the DLL; CSPInvokeDll uses CppDllExport to show the use of .NET Platform Invocation Service.
The above five features are highlighted because most sample code sites like www.codeproject.com and MSDN lack them. Besides, the code examples in All-In-One Code Framework are typical, extensible, structured, complete, well-documented and easy to understand.
Current Stage
Today is July 30th, 2009. There have been 200 code examples in the project. The collection currently grows at a rate of six examples per week. The following diagrams are the epitome of AIO on 2009-7-30. For an up-to-date list, please refer to All-In-One Code Framework Examples.       
Awards
Brothersoft   Download.hr
Top Contributors
Jialiang Ge ( Jialiang) Lingzhi Sun ( LingzhiSun) ZhiXin Ye ( ZhiXin) Riquel Dong ( Riquel) Hongye Sun ( hongyes) Ji Zhou ( Colbert) Jie Wang ( midnightfrank) Rongchun Zhang ( RongchunZhang) Fisnik Hasani ( Fisnik)
Feedback
We look forward to hearing your feedback. Please post your suggestions and ideas in Discussions or contact us directly. Your comments on this project are appreciated. Thanks! -MSDN Forum Support Team 2009-07-30
|