AltairStudios.Core

AltairStudios.Core is a MVC fullstack framework extension with utils and administration. Core is a application core with a ORM to connecto to database with models, auto administration tool, and utilities.

ASP.NET Database Application using AJAX and JSON

aspnetjson.zip (1,3 MB)
Data management solution using ASP.NET, AJAX, JSON.Net and JQuery. Also use SQL database and SQL stored procedure to perform data operation (CRUD).

Babelfish.NET

babelfish.zip (12,9 MB)
Babelfish was created as a common framework for navigating several different node-to-node structured data sources, such as HTML, CSS, Javascript, XML & JSON. Developed in C# .NET 3.5

Battlelog Mobile

Battlelog Mobile retrieves your real time Battlefield 3 soldier information from EA / DICE Battlelog server to your Windows Phone. You are able to track your progression in easy, intuitive manner with lots of "eye candy", such as images and charts. All three platforms are supported (PC, PS3, XBox). This is a WP7 application, developed in C# and it will be active as long as EA / DICE lacks to provide their own "killer" for mobile devices.

Bitcoin RT

bitcoinrt.zip (6,6 MB)
BitcoinRT is a small windows application that allows you to track your bitcoin addresses and their value, right from your desktop.

System.AddIn Tools and Samples

clraddins.zip (11,1 MB)
Introduction Welcome to the CodePlex site for the Managed Extensibility and Add-In Team. This site will be the home to both samples and tools designed to help you make the best use of the new System.AddIn features in the .Net FX v3.5. We'll continue to use our blog http://blogs.msdn.com/clraddins/ for information and discussion about our work, but from now on we'll be hosting our samples here for easier access. The initial focus will be on two things: Bringing over samples from the team blog to this site The release of the Pipeline Builder tool For more information on our work please see our additional resources page.

CodePlex Information and Discussion

CodePlex.zip (88,6 MB)
This area is used for providing information and discussions about the CodePlex website.

ETSY v2 .NET API Library for Winform, WPF, Silverlight, ASP.Net, & ASP.NET MVC

Etsy.zip (183 kB)
.NET API Library for www.etsy.com v2 RESTful API with fully compliant OAuth 1.0a for all CRUD & Upload Images API - developed in VB.NET. *15/11/2010 MAJOR UPDATE*

EulerDB

eulerdb.zip (11 kB)
A C# based graph database.

FFWinMobile

FFWinMobile is a windows mobile 6 client for FriendFeed. With FFWinMobile you can, - Read your feeds, - Read your friends feeds, - Post an entry, - Post a comment to an entry, - Like or unlike an entry, - Subscribe to a feed, - Unsubscribe from a feed, - And more..

File System Database (JSON/XML...)

A simple database like wrapper that uses text based files (such as JSON or XML) on disk. Ideal for simple, low use websites or desktop applications.

Google API for .NET

gapi4net.zip (8,8 MB)
A wrapper of Google API for .NET communities used some new technologies in .NET 4.

Json.NET

Json.zip (285,3 MB)
Json.NET is a popular high-performance JSON framework for .NET

JSON-RPC.NET

jsonrpc2.zip (17,1 MB)
JSON-RPC.Net is a high performance Json-Rpc 2.0 server, leveraging the popular JSON.NET library. Host in ASP.NET, also supports sockets and pipes, oh my!

JSON Tools for .NET

JSONTools.zip (143 kB)
JSON (JavaScript Object Notation) is a lightweight data-interchange format. JSON Tools for .NET is the library that helps to build JSON objects from .NET Framework objects. JSON (JavaScript Object Notation) is a lightweight data-interchange format. JSON is an object notation in text format that Javacript engine fully understands and there is no need to parse for it. The library contains some basic types that Javascript requires. IJSONObject, JSONElement, JSONNumber<T>, JSONString, JSONBoolean, JSONCollection, JSONArray and JSONObject. * JSONObject : Represents JSON objects beginning and ending with curly braces ({}). It is a collection of JSONElement objects. Object members consist if string and values separated by colon in JSON notation. * JSONArray : Represents a javascript array that begin and end with braces and contain values. In the notation values are separated by commas, but the library does all the syntactic issues. * JSONCollection : A base type for JSONObject and JSONArray. * JSONElement : Base class for all JSON types. It has the base properties and can be used with arrays or objects or individually. * JSONString : Represents JavaScript string type and created by double quotes. It is inherited from a JSONElement * JSONBoolean : Represents JavaScript boolean type * JSONNumber<T> : Represents a javascript number type, it can be integer, or floating point numbers.

MetroCloud

Sync your cloud

RestCake

rest.zip (22,9 MB)
RestCake is a C# library for creating REST services without WCF. WCF has many pain points: - Date formatting is horrible (DataContractJsonSerializer) - Can't serialize anonymous types - Too much configuration - Can't handle cycles in object graphs - No global error handling

ScriptAnnotations

ScriptAnnotations allows MVVM frameworks, like Knockoutjs, to leverage DataAnnotations for unobtrusive JQuery / MVC style validation.

TypeScript interface generator for Json.Net serializer

tsjson.zip (42 kB)
The tool is to generate TypeScript typing (interfaces) for .Net classes that would be serialized by Json.Net.

Ubjson.NET

ubjsonnet.zip (320 kB)
.NET-based implementation of the Universal Binary JSON Specification