CSharp

FacebookTwitter
Blogs

http://blogs.technet.com/b/winserverperformance/archive/2008/04/25/designing-applications-for-high-performance-part-1.aspx An application needs to be aware of the number of processors because it may need to distribute the load if the link or port aggregation technique isn’t good enough.

Designing Applications for High Performance - Part 1 - Windows Server Performance Team Blog

LuaInterface is a library for integration between the Lua language and Microsoft .NET platform's Common Language Runtime (CLR). Lua scripts can use it to instantiate CLR objects, access properties, call methods, and even handle events with Lua functions. http://code.google.com/p/luainterface/

luainterface - A library for integration between the Lua language and Microsoft .NET platform's Common Language Runtime (CLR)

protobuf-net - Fast, portable, binary serialization for .NET

http://code.google.com/p/protobuf-net/ Introduction protocol buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be:
This is an interim release, until 0.5 is ready. http://wheelmud.codeplex.com/releases/view/88427

WheelMUD - Download: WheelMUD 0.4.5

RavenDB tutorial, part 1 - introduction and basic operations - Geekbeing

When starting new project we (at least lots of my collegues do) tend to automatically think about SQL whilst picking data backend for our application. Or to be honest - we sometimes skip the thinking part, picking SQL is a reflex. http://www.geekbeing.com/2012/01/21/raven-db-tutorial

Threading in C# - Free E-book

http://www.albahari.com/threading/ Threading in C# Joseph Albahari Last updated: 2011-4-27 Translations: Chinese | Czech | Persian | Russian Download PDF
This article will serve as an elementary tutorial to help you quickly get started with the lightweight and open sourced dependency injector for .NET applications - Ninject. Introduction

Get Started with Ninject 2.0 in C# Programming

http://dotnetslackers.com/articles/csharp/Get-Started-with-Ninject-2-0-in-C-sharp-Programming.aspx