developerFusion clr
Related clr podcasts
-
GoingDeep: Expert to Expert: Rich Hickey and Brian Beckman - Inside Clojure
Published 1 month ago, running time 0h52m
Clojure is a dynamic programming language created by Rich Hickey that targets both the Java Virtual Machine and the CLR. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure f.
-
GoingDeep: Raja Krishnaswamy and Vance Morrison: CLR 4 - Inside Type Equivalence
Published 5 months ago, running time 0h57m
You recently learned about CLR 4's support for type equivalence in a conversation right here on C9 with Raja Krishnaswamy and Jesse Kaplan. The idea of type equivalence and its potential usefulness beyond simplifying and de-bloating COM interop that employs Interop Assemblies (CLR 4's No-PIA feat...
-
GoingDeep: Rick Byers and Simon Hall: CLR 4 - Side-by-Side In-Process - What. How. Why.
Published 5 months ago, running time 0h0m
CLR hosting has always been a hot topic. Consider the case of Windows Shell Extensions and the inability to load more than one CLR version per process being the dagger in the heart of the very idea of scalable managed shell extentions. With CLR 4, consuming applications will be able to host both ...
Related book
-
Mono: A Developer's Notebook
The Mono Project is the much talked-about open source initiative to create a Unix implementation of Microsoft's .NET Development Framework. Its purpose is to allow Unix developers to build and deploy cross-platform .NET applications. The project has ...