Explore >> Select a destination


You are here

cukic.co
| | www.dotnet-tv.com
1.6 parsecs away

Travel
| | [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language.
| | blog.martinig.ch
2.7 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | www.softdevtube.com
1.8 parsecs away

Travel
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,
| | cukic.co
15.1 parsecs away

Travel
| Progressive C++ (Prog C++) is a fusion of all programming paradigms and styles that C++ supports. Functional, object-oriented, generic... All of them provide invaluable idioms that can make our software safer and more easily maintainable.