C#

This category groups all content related to C# language

Enterprise Library 4.1 new features

The Patterns and Practices team over at Microsoft had a new version release of their Enterprise Library framework in 27th October with some new features.

PDC 2008 - Day 1: MEF (Managed Extensibility Framework)

I'll give a nice overview about MEF, the Managed Extensibility Framework going on on codeplex. The Managed Extensibility Framework is a .NET library that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. If you are building extensible applications, extensible frameworks and application extensions, then MEF is for you.

PDC 2008 - Day 1: Spec#

One think I've never heard about was Spec#. And why? Well... It's one more Microsoft Research project from the Redmond guys of the programming Languages and methods group, so it isn't very popular over the web yet.

Tip: C# 3.0 Partial Methods

One other interesting new feature in C# 3.0 are partial methods. Have you ever crosses a partial class with something like partial void MyMethod() on it? Lets see how this can be done and, by using reflector, check out the compiled result.

Full C# Archive