RainerSchuster

Stories kicked by RainerSchuster

NerdDinner with Fluent NHibernate Part 3 - The infrastructure(bengtbe.com)

submitted by bengtbebengtbe(470) 2 years, 7 months ago

This is the final post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In this post we are going to take a look at the Nhibernate infrastructure and the dinner repository. read more...

add a comment |category: |Views: 293

tags: another

Introducing PostSharp 2.0 - Amazing Runtime Performance Enhancements(postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 8 months ago

The founder of PostSharp describes amazing performance enhancements in PostSharp 2.0. He shows that the overhead of a simple performance counter aspect is 25 times lower than with PostSharp 1.5. read more...

add a comment |category: |Views: 51

tags: another

YouCube 3.0 (3D Chromium WebBrowser) - Source Code(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 2 years, 8 months ago

Source code for YouCube 3.0 (WPF 3D Chromium-based WebBrowser) is now on CodePlex. See related Chromium WebBrowser source (http://wpfchromium.codeplex.com/) for Awesomium wrapper source. read more...

add a comment |category: |Views: 53

tags: another

Enable LINQ in your .NET 2.0 application(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 9 months ago

Simple steps on how to bring LINQ to a .NET 2.0 only application. read more...

add a comment |category: |Views: 42

tags: another

Being Lazy with Rake(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 11 months ago

Stop working so hard. Let Rake do the menial stuff for you! read more...

add a comment |category: |Views: 15

tags: another

Writing an IronPython Debugger: REPL Console(devhawk.net)

submitted by RainerSchusterRainerSchuster(30) 3 years, 1 month ago

While I was banging my head against a wall experimenting with understanding how CorValue extraction worked, I found myself wanting to dink around with the debugger objects in a REPL console. One of IronPython’s core strengths is support for “exploratory programming” via the REPL. It turned out bringing a REPL to ipydbg was quite simple. read more...

add a comment |category: |Views: 10

tags: another

Hiro, the World's Fastest IOC Container, Part I: Design Diary(plaureano.blogspot.com)

submitted by plaureanoplaureano(30) 3 years, 1 month ago

An new IOC container that performs 1:1 compared to a native (no dependency injection container). Benchmarks included. read more...

add a comment |category: |Views: 45

tags: another

M is to DSL as Drag & Drop is to programming(ayende.com)

submitted by LordLord(3737) 3 years, 2 months ago

I see M as a whole lot of effort trying to optimize something that is really not that interesting, complex or really very hard. I look at the M language, the way that you worked with, the tooling and the API and I would fully agree that it is a nice parser generator. What it is not, I have to say, is a DSL toolkit. It is just one, small, part of building a DSL. And, to be perfectly honest, M is the drag & drop of DSL. read more...

add a comment |category: |Views: 200

tags: another

Using Gallio with NCover(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 2 months ago

The transition from MbUnit 2.4 to MbUnit 3/Gallio is not as easy as one might expect. This article describes how Gallio can be used with NCover in manual or automatic builds. read more...

add a comment |category: |Views: 310

tags: another

Getting Mono and Visual Studio to play nice together(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

The goal was to get some Mono project templates working with Mono assemblies and the Mono compiler in Visual Studio. The trick was to do it in a way that would be able to survive upgrades of Mono installations. read more...

add a comment |category: |Views: 300

tags: another

IoC libraries compared(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

A comparison of how to initialize various IoC libraries. Including AutoFac, Ninject, Spring.Net, StructureMap, Unity, and Windsor. read more...

add a comment |category: |Views: 697

tags: another

Exploring Boo's Abstract Syntax Tree (AST)(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 5 months ago

In this post I present a little application based on Luis Diego Fallas' concept, that allows you to parse a Boo source code file and browse it's AST. I also show how to use quasiquotes. read more...

add a comment |category: |Views: 53

tags: another

Reactive Programming in C#, F# and VB - Useful Reactive LINQ Operators(tomasp.net)

submitted by tomasptomasp(299) 3 years, 6 months ago

In the previous article, I introduced Reactive LINQ. Today, we're going to look at other operators that canbe used for working with events. We'll see aggregation is useful and how to dynamically change (switch) behavior. read more...

add a comment |category: |Views: 82

tags: another

Functionally Dynamic?(lostechies.com)

submitted by RainerSchusterRainerSchuster(30) 3 years, 6 months ago

A simple (weird looking) functional programming pattern used in todays c# read more...

add a comment |category: |Views: 15

tags: another

MEF - CompositeWPF under one roof(global-webnet.net)

submitted by RainerSchusterRainerSchuster(30) 3 years, 6 months ago

MEF and the CompositeWPF both offer distinct and very valuable services. MEF allows us to easily create Add-in components and the CompositeWPF makes it easy to decouple our services and views. read more...

add a comment |category: |Views: 32

tags: another

Adobe Flex reaches out to .NET developers(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 6 months ago

An Adobe partner have today announced a free plug-in to allow .NET developers to write Flex front-ends to their applications entirely within Visual Studio, with full debugging and editing support. read more...

5 comments |category: |Views: 578

tags: another