Always remain updated about current software development trends

Articles having tag: .NET4

How does it work in C#? - Part 3 (C# Linq in detail)

Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article will explore the different extension methods used in the LINQ using C# and IL code to discuss..

From Zero to Proficient with MEF

Learn how to go from being an absolute beginner in the Managed Extensibility Framework to being an advanced user.

Convert the image to float[][][]/float[][,]/T[][][]/T[][,] data , fast and safety

I support a group methods to load the image to double[,]/double[][,]/T[][,], that could help to manipulate the image

PriorityObject: more fluent than PriorityBinding in list context (as ListBox), and compatible with Silverlight and WP7

PriorityObject : more fluent than PriorityBinding in list context (as ListBox), and compatible with Silverlight and WP7

Open Child Window in MVVM environment

How to open pop up window in MVVM environment. You can use it in WPF or Silverlight.

WPF x FileExplorer x MVVM

This article describe how to construct FileExplorer controls included DirectoryTree and FileList, using Model-View-ViewModel (MVVM) pattern.

Using AvalonEdit (WPF Text Editor)

AvalonEdit is an extensible Open-Source text editor with support for syntax highlighting and folding.

The Model-View-Controller(MVC) Pattern with C#/WinForms

Briefly and clearly about MVC implementation, without lengthy discussion or minor details