Skip to main content

Home/ General Development In DotNet/ Group items tagged google

Rss Feed Group items tagged

Wicked Tunez

protobuf-net - Fast, portable, binary serialization for .NET - Google Project Hosting - 0 views

  •  
    protocol buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be:
Wicked Tunez

relax-net - aka RedBranch.Hammock, a domain-focused CouchDB library for .NET - Google P... - 0 views

  •  
    Hammock is a .NET CouchDB library modeled directly on NHibernate and strives for much of the same functionality while avoiding the vast complexity of mapping object data to a relational system.
Jacques Bosch

gitextensions - Git Extensions is the only graphical user interface for Git that allows... - 0 views

  •  
    "Git Extensions is the only graphical user interface for Git that allows you control Git without using the commandline. It comes with a manual and video tutorials to get you started quickly. "
Jacques Bosch

noda-time - A port of Joda Time to .NET - Google Project Hosting - 0 views

  •  
    "Joda Time is the industry standard date and time handling library for Java. Noda Time is an idiomatic port to the .NET platform. "
Jacques Bosch

Closure Inspector Guide - Closure Compiler - Google Code - 0 views

  •  
    "Closure Inspector is an extension to Firebug, the Firefox debugger extension. Closure Inspector adds three powerful features to Firebug: source mapping, improved stack trace display, and unit test integration. This document describes how to install and use Closure Inspector."
Jacques Bosch

Closure Compiler - Google Code - 0 views

  •  
    " The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. "
Jean-Paul Malherbe

dapper-dot-net - Simple SQL object mapper for SQL Server - Google Project Hosting - 0 views

  •  
    Dapper - a simple object mapper for .NetOfficial Github clone: https://github.com/SamSaffron/dapper-dot-net FeaturesDapper is a single file you can drop in to your project that will extend your IDbConnection interface. It provides 3 helpers: Execute a query and map the results to a strongly typed Listpublic static IEnumerable Query(this IDbConnection cnn, string sql, object param = null, SqlTransaction transaction = null, bool buffered = true)
Jacques Bosch

sqltablediff - A user interface for batch processing with Microsoft tablediff.exe. - Go... - 1 views

  •  
    "A simple user interface to automate the batch processing of comparing Sql Server table data using the tablediff.exe utility that comes with Sql Server 2005/2008. "
Jacques Bosch

Google Testing Blog: How to think about OO - 0 views

  •  
    "Everyone seems to think that they are writing OO after all they are using OO languages such as Java, Python or Ruby. But if you exam the code it is often procedural in nature."
1 - 10 of 10
Showing 20 items per page