A Quick Tour of Dart
From InfoQ:Summary Gilad Bracha discusses Dart, its type system, interfaces, generics, ADTs without types, built-in factory support. Bio Gilad Bracha is the creator of the Newspeak programming language...
View ArticleC# Language Features, From C# 2.0 to 4.0
From CodeProject:A description of the new language features starting from C# 2.0, going through to version 4.0; Author: Marc Clifton; Updated: 15 Mar 2012; Section: C#; Chapter: Languages; Updated: 15...
View ArticleAutomating Undo/Redo with .NET Generics
From CodeProject:Download source - 53.2 KB. This article introduces a reusable library that can equip any action in your application with the undo/redo feature. You may use complex data structures and...
View ArticleParaffin 3.2 Released
From ada-dk.org:The 3.2 release of Paraffin comes with a hefty amount of changes since the not so old 3.1 release: The same technique that was applied to iterative work stealing that significanly...
View ArticleGeneric Programming Galore Using D
From InfoQ:This article presents the results, reactions, and observations from the 2012 InfoQ User Survey. 2,850 people completed the survey providing detailed feedback on their areas of interest.Click...
View ArticleBuffers Galore! Now in Version 1.2
From ada-dk.org:Dequesterity is a set of Ada 2005 generics that provide various forms of general purpose buffer containers. There are currently 75 (yes, seventy-five) buffer types in Dequesterity, so...
View ArticleASP.NET automatic Object to UI Binding
From CodeProject:Easily bind a class to .NET data controls like GridView, FormView, etc., and get an updated object or list back in the code-behind effortlessly.Click here to read moreTagged: #asp.net...
View ArticlePassing .NET delegates into PHP
From CodeProject:Phalanger is the only solution allowing to seamlessly interoperate between PHP and .NET world. It allows to use e..NET generics, namespaces, properties, method overloads, global...
View ArticleThe Covariant Return Type Abyssal
From Javalobby:A few month ago I was working in a customer project where we were building a large smartclient sales-system for a german insurance company. We were using Riena as the application...
View ArticleHow To: Manage cross-thread WinForms controls access
From CodeProject:Download demo solution - 116.6 KB. When developing rich business applications, developers often have to deal with manipulating data and UI on separate threads and so have to manage...
View ArticleInline MSIL in C# and Generic Pointers
From CodeProject:The following article discusses how to achieve inline CIL (MSIL/IL) into the language. Using said implementation, we can achieve things that the compiler usually prevents us from doing...
View ArticleInline MSIL in C#/VB.NET and Generic Pointers
From CodeProject:Discusses inline-IL in C#, benefits and uses and how to achieve it.; Author: roylawliet; Updated: 12 Aug 2012; Section: C#; Chapter: Languages; Updated: 12 Aug 2012Click here to read...
View ArticleRuntime Representation of Generics
From DZone Architect Zone:This is an excerpt from Chapter 5 (Collections and Generics) of Pro .NET Performance, scheduled to appear in less than a month. I might be publishing a few...Click here to...
View ArticleProgramming in Go - An Interview
From InfoQ:Share. Go was announced publicly by Google in November 2009, and is intended to meet the challenges faced by modern software development. Specifically Go is designed to be fast (including at...
View ArticleDAO Layer - Generics to the Rescue
From Javalobby:Generics can be a powerful tool to create reusable code with the power of compile time verification (type safety..). Unfortunately I feel the main stream developers still afraid of it....
View ArticlenBaclava
From CodeProject:Download nBaclava VisualStudio class templates.zip (39.4 KB) While Baklava is delicious for everybody, its technical pendant nBaclava might be delicious for you as a developer....
View ArticleAdvanced QBE Pattern (Common Using Generics)
From Javalobby:In a previous post I introduced the QBE pattern. The pattern saves us a lot of tedious binding code. However, one still needs to implement the same method for each Entity. To save us the...
View ArticleStrongly Typed Sub-Lists Which Modify Their Parent List (No Events)
From CodeProject:Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using eventsClick here to read moreTagged: #xml #events #generics
View ArticleThe Racket Blog: Generics
From blog.racket-lang.org:Recently at RacketCon, I gave a talk about the new Generics library that ships with Racket 5.3. In this blog post, I’ll offer a slightly expanded commentary about the new...
View Article