Saturday, April 05, 2014

.NET Compiler Platform ("Roslyn")

.NET Compiler Platform ("Roslyn"):

".NET Compiler Platform ("Roslyn")
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. You can build code analysis tools with the same APIs that Microsoft is using to implement Visual Studio!"



Creativity Course, 44,000 Students

Tina Seelig, "A Crash Course in Creativity with more than 44,000 Students" - YouTube:


New free online class:
Creativity: Music to My Ears | Stanford Online


Ge Wang from Stanford Tech Ventures Program on Vimeo.

.Net Foundation | Open Source

.Net Foundation | Open Source Foundation for the .NET Community:

"NET Foundation... foster open development, collaboration and community engagement on the .NET platform. The .NET Foundation includes popular open source .NET projects such as the .NET Compiler Platform (“Roslyn”), ASP.NET MVC, Xamarin's Mimekit and Mailkit, and many others."



announcement or watch Scott Guthrie introducing the .NET Foundation
at the Build 2014 keynote session

Oracle NoSQL Database

Oracle NoSQL Database Technical Overview:
The Oracle NoSQL Database is a distributed key-value database. It is designed to provide highly reliable, scalable and available data storage across a configurable set of systems that function as storage nodes.

Data is stored as key-value pairs, which are written to particular storage node(s), based on the hashed value of the primary key. Storage nodes are replicated to ensure high availability, rapid failover in the event of a node failure and optimal load balancing of queries. Customer applications are written using an easy-to-use Java/C API to read and write data.