SQL Script Generator Using Generics and Reflection
From CodeProject:Download source code - 28.1 KB. This article will demonstrate how to use Generics and Reflection in order to programmatically create SQL scripts using C#. Although there are many ways...
View ArticleDear Java-Killers
From blog.efftinge.de:I love to see all the languages for the JVM popping up on almost a daily basis. Language design is big fun and it's the ultimate thing for a developer to write programs in a...
View ArticleJava Generics Quick Tutorial
From javacodegeeks.com:Generics is a Java feature that was introduced with Java SE 5.0 and, few years after its release, I swear that every Java programmer out there not only heard about it, but used...
View ArticleUnified type system
From blog.kalistick.com:At Kalistick we are a Java shop from the beginning: the first version of our product analyzed only Java code. But we are not bigot, we are using and analyzing too since 2008. We...
View ArticleHow to do reflection with a dynamic style
From blogs.clariusconsulting.net:I’m not advocating *private* reflection (invoking private/internal fields, properties and methods), but we all know that there are those corner cases where you just...
View ArticleBook review : C# in Depth Second Edition
From Codebetter:Exactly 3 years ago I praised in Depth First Edition authored by Jon Skeet. Today, after several months owning and reading the second edition, I am even more enthusiast about this book!...
View ArticleIt's official: developers get better with age. And scarcer.
From DZone:Microsoft Adding More Support for C++, Adobe Updates AIR and Flash, Drops Linux Support, OSGi 4.3 Core Spec Now Uses JDK5 Generics, iCloud uses Windows Azure Cloud ServicesClick here to read...
View ArticleHead-to-head benchmark: C++ vs .NET
From CodeProject:How fast is C++ compared to C#? Let's compare code ported directly between the two languages.; Author: Qwertie; Section: Cross Platform; Chapter: Platforms, Frameworks &...
View ArticleScala comes to .Net
From Scala-Lang.org:CommentsClick here to read moreTagged: #scala #compilers #jvm #visualstudio #dotnet #jdk #libraries #generics
View ArticleBringing Scala to .Net and Mono
From ReadWriteWeb:Microsoft is funding a project to make Scala available within the .Net and Mono. The Scala website is running an interview with Miguel Garcia, the developer behind ...Click here to...
View ArticleFive reasons why you should rejoice about Kotlin
From Javalobby:As you probably saw by now, JetBrains just announced that they are working on a brand new statically typed JVM language called Kotlin. Click here to read moreTagged: #java #jvm #ides...
View ArticleHierarchically Implementing the Bolch's Builder Pattern in C#
From CodeProject:Download sample - 0.6 KB. The Bolch's Builder Pattern involves creating a builder class for convenient creation of a target class. A builder consists of methods that set specific...
View ArticleHow Scala changed the way I think about my Java Code
From Javalobby:Some people advocate their preferred language as the only way to enlightenment and productivity boosts way in the two digit percentage range compared to another language in the same...
View ArticleDesigning Haskell
From literateprogrammer.blogspot.com:The other day I was struggling through quirk of Java's generics (which are implemented with type erasure). I pondered that it would have been wonderful if generics...
View ArticleWadler's Blog: An experiment about static and dynamic type systems
From wadler.blogspot.com:If programming language design is to become a science, we need more experiments like this one. The author measured time for 49 subjects to build a simple parser in Purity, a...
View ArticleAutomating Undo/Redo with .NET Generics - The Code Project - C# Libraries
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 ArticleHow to find objects in Generics with List.Find() method
From msmvps.com:I've been looking for help on how to find objects in Generics with List.Find() method .... and ... take a look what I have found.In the follow example, I created a simple class:.Click...
View ArticleLesson: Generics (The Java™ Tutorials > Learning the Java Language)
From Oracle Corporation:Generics are a built-in language feature that will make your software more reliable. This lesson discusses the following topics:. This section explains some common shortcomings...
View ArticleGoogle Dart Language and Tools Announced - Dynamic Language, Optionally...
From InfoQ:Google has announced a new language: Google Dart and tools. The language and tools are currently considered a technology preview, and an open source release is available now. The language is...
View ArticleMVVM PRISM: Modal Windows by using Interaction Request with Generics
From CodeProject:How generics can help us in achieving modal windows in WPF PRISM; Author: Gerard Castelló Viader; Section: Windows Presentation Foundation; Chapter: Platforms, Frameworks &...
View Article