blog community

Welcome to blog community Sign in | Join | Help
in Search

Browse by Tags

All Tags » C#
Showing page 1 of 2 (20 total posts)
  • Introducing the dialog workspace for Composite WPF

    Vacation is the best time to solve some serious puzzles, at least it is for me. The problem I was having with Composite WPF was the fact that I could create composite user interfaces, but there wasn't any support for showing views in dialogs. And because dialogs are widely used I had to come up with a fix for this.In this post I will talk ...
    Posted to Willem Meints (Weblog) by willemm on September 5, 2008
  • Use case controllers, container hierarchies and services in composite WPF

    Composite WPF comes with the notion of modules, but without any standard classes for controllers and/or viewmodels. This might sound weird to developers who have worked with the Composite Application Block before. In this post we will talk about how you can create them yourself and why base classes for these constructions aren't actually ...
    Posted to Willem Meints (Weblog) by willemm on August 19, 2008
  • Returning raw XML from a REST WCF Service

    One of the new features in WCF for .NET 3.5 is the possibility to create REST Services. These services allow you to create services that eat raw HTTP requests with XML in them and return a raw HTTP response with XML content in them. Normally this only works by deserializing objects and serializing objects. It is however perfectly possible to ...
    Posted to Willem Meints (Weblog) by willemm on August 4, 2008
  • CompositeWPF – Installing modules on demand

    One of the very cool features of modular application in my opinion is the possibility to install features when they are actually required by the application. Microsoft uses this since Office 2000 to provide the user with the possibility to install a module on demand when the module is marked install on first use. To make on demand ...
    Posted to Willem Meints (Weblog) by willemm on July 28, 2008
  • Module status service for CompositeWPF

    CompositeWPF offers modularity by making it possible to load modules from disk on demand or loading a set modules at startup of the application. One thing that I was missing with this was the possibility lookup the status of modules and which modules are actually available to the application at the moment. To solve this I wrote a new extension on ...
    Posted to Willem Meints (Weblog) by willemm on July 17, 2008
  • Customizing regions in CompositeWPF

    CompositeWPF works with regions to make the user interface composable. Standard you have the itemscontrol that can be used as a region for views. This control is already very flexible and best of all, there are a lot of WPF controls based on the itemscontrol so you should be able to come up with a lot of possible schemes in your user interface. I ...
    Posted to Willem Meints (Weblog) by willemm on July 15, 2008
  • Combining module enumerators in CompositeWPF

    CompositeWPF is a new framework created by Microsoft to allow developers to build composite user interfaces and modular applications in WPF. Or as I like to call it, build higher quality WPF applications. The framework is quite easy to get running, I got a sample working in under an hour complete with some pretty cool tricks. One of the things I ...
    Posted to Willem Meints (Weblog) by willemm on July 8, 2008
  • More fun with Extension Methods and Lambda's: Creating a generic tree visitor

    One of the most common data structures in Software Engineering is the tree. In the .Net framework for instance you can find them in the file system, the controls of a win-forms application, nodes in an XML document etc. A common task with trees is to traverse all nodes to look for a specific node or perform an operation on each node. This is ...
    Posted to Frank Bakker (Weblog) by frankb on June 6, 2008
  • Customizing Windows PowerShell – Part 3

    In this third part I'm going to show a demo of a powershell provider I created in dead moment on a Thursday evening (grin). This post is part of a series consisting of currently four parts (not all published, but that doesn't matter). The first two parts can be found here: Part 1 – Introduction to PowerShell customization Part ...
    Posted to Willem Meints (Weblog) by willemm on April 28, 2008
  • using implicit typing in C# 3.0

    There's a lively discussion going on at http://codebetter.com/blogs/jean-paul_boodhoo/archive/2008/04/22/got-var.aspx about whether or not you should use implicit typed variables in your codebase. Personally I think that using implicit typed variables is acceptable, but this only works when methods are short and the developer reading ...
    Posted to Willem Meints (Weblog) by willemm on April 25, 2008
1 2 Next >
Powered by Community Server, by Telligent Systems