Programming

TwitterFacebook
Get flash to fully experience Pearltrees

A summary of 2011 and a look at what is about to come | Filip Ekberg's blog

http://blog.filipekberg.se/2012/01/05/a-summary-of-2011-and-a-look-at-what-is-about-to-come/ Happy 2012 folks! I hope you all had a wonderful new years eve!
http://www.aboutmycode.com/net-framework/how-to-get-elevated-process-path-in-net/

How to Get Elevated Process Path in .Net - About My Code

private static string GetExecutablePath(Process Process)

Contracts

http://research.microsoft.com/en-us/projects/contracts/ Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of preconditions, postconditions, and object invariants. Contracts act as checked documentation of your external and internal APIs.
In the previous post we looked over an introduction to the C# Interactive Window that comes with Roslyn, now let’s have a look at some things in the c# interactive window that will increase your productivity! http://blog.filipekberg.se/2011/11/25/using-the-c-interactive-window-that-comes-with-roslyn-part-2/

Using the C# Interactive Window that comes with Roslyn – Part 2 | Filip Ekberg's blog

Hosted Execution of smaller code snippets with Roslyn | Filip Ekberg's blog

http://blog.filipekberg.se/2011/12/08/hosted-execution-of-smaller-code-snippets-with-roslyn/ Lately a lot of my time has been spent on playing around with Roslyn, if you have no idea what Roslyn is I suggest that you go and read my previous posts on it . One of the things that I challenged myself into doing was creating some soft of service that could execute a code snippet like the interactive window and give me the result back to me.
http://www.toptensoftware.com/petapoco/

Topten Software

A tiny ORM-ish thing for your POCOs PetaPoco is a tiny, fast, single-file micro-ORM for .NET and Mono.