Get to know the All-In-One Code Framework
Posted: (EET/GMT+2)
Sometimes, you wander into a new area in the .NET framework that you might not know like the back of your hand. And if you are beginning to learn the Microsoft framework, then you might want to find a simple Visual Studio project, that would display a simple demo of a given feature, and then allow you to work on your own from there.
Enter the All-In-One Code Framework, i.e. CodeFx (CFX), which is a CodePlex project. This means that the CodeFx project (actually, a Visual Studio solution) that contains currently over 200 different technology demos in C# and C++.
If you are in ready-made sample applications on many different .NET technologies, then All-In-One Code Framework is a good place to start. Remember that the ‘net is also full of code examples, but they tend to be isolated examples. If possible, CodeFx examples on the other hand try to build a set of demos that complement each other.