Code rant: Message Queue Shootout!

via mikehadlow.blogspot.com Missing Ayende's RavenMQ but I do like a good graph. A good post from a smart guy. Posted via email from solution revolution

Continue Reading

New search feature Navigate To in Visual Studio 2010

via weblogs.asp.net Not sure this works in Express versions though... Will check tommorow Posted via email from solution revolution

Continue Reading

Topten Software

PetaPoco Main Documentation License PetaPoco A tiny ORM-ish thing for your POCOs PetaPoco is a tiny .NET data access layer inspired by Rob Conery's Massive project but for use with non-dynamic POCO objects. It came about because I was finding many of my projects that used SubSonic/Linq were slow or becoming mixed bags of Linq and CodingHorror. I needed a data acess layer that was tiny, fast, easy to use and could run on .NET...

Continue Reading

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

Dapper - a simple object mapper for .NetFeaturesDapper 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 List<T> ExecuteMapperQuery<T>(this IDbConnection cnn, string sql, object param = null, SqlTransaction transaction = null) Example usage: public class Dog{    public int? Age { get; set; }    public Guid Id { get;...

Continue Reading

Learning management system, Online training software.

Update This page's content is no longer relevant. However, we have plenty of updated information on some other topics you may find useful. Make a start looking through the archive : Home About Archive Uses GitHub project

Continue Reading