Ken
Bài viết đã đăng: 654
Ghi ngày: 1/28/2007
Tình trạng: offline
|
Download Here 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.
- 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.
- 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.
The above four 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, and easy to understand. Current Stage In the pilot phase of the project, we focus on five techniques: COM, Library, IPC, Office and Data Access. Today is April 27, 2009. There have been 99 code examples in the project. The collection currently grows at a rate of seven examples per week. The following diagrams are the epitome of AIO on 2009-4-11. For an up-to-date list, please refer to All-In-One Code Framework Examples. Download here
_____________________________
Thinh Nguyen Microsoft MVP Visual Developer ASP/ASP.NET Email: thinh8x@gmail.com YM & Skype: thinhazn Mobile: +84 904550084 Independent experts.Real world answ
|