Publications
 

Home
Mission
News
Blog
Tools
FAQ
Publications
Downloads
Contact
Contents


Ineta

 

Publications and presentations by Maurice de Beijer

  • WorkFlow Foundation 101
    During this session Maurice de Beijer will explain the basics of workflow foundation. We are going to take a look at the two basic types of workflows we can create. Next we are going to explore the workflow runtime and what else we need in order to use a workflow in our application. The session ends by exploring the standard workflow activities and how we can make use of them when developing workflows.
    April 24th 2008, Birmingham UK
    More...
     
  • The Power of Custom Workflow Activities (Part 1)
    Workflow Foundation (WF) is part of the .NET 3.0 Framework alongside Windows Communication Foundation (WCF) and Windows Presentation Foundation (WPF). Where WCF and WPF enable new and improved ways of doing things we have been doing for a long time, the same can’t be said for Workflow Foundation. Using Workflow Foundation enables a developer to create a whole new style of application, the long running and event driven application.
    More...
     
  • Workflow Foundation a la 2008
    Met de release van het .NET framework 3.5 zijn er weer nieuwe mogelijkheden bijgekomen voor Workflow Foundation ontwikkelaars. Zo is er nu eindelijk de eerder gemiste koppeling tussen Workflow Foundation en Windows Communication Foundation. In deze sessie laat Maurice de Beijer zien hoe deze nieuwe activiteiten gebruikt kunnen worden. Verder gaat hij in op de principes van en Service Oriented Architecture en laat hij zien hoe Workflow Foundation in een dergelijke SOA architectuur ingezet kan worden.
    Samples and slides
    www.sdn.nl/sde
     
  • Workflow Foundation 101
    Extensibility has been built into Visual Studio from its early inceptions. The great thing about Microsoft’s foresight is that you can augment functionality of Visual Studio yourself. This article will demonstrate how to extend the Visual Studio IDE using Visual Studio, the .NET Framework, and the Visual Studio Add-In and automation models.
    More...
     
  • Visual Studio Tools for Office voor Visual Basic for Application ontwikkelaars
    Op 6 maart heb ik een presentatie geven bij de Nationale Office Dag in Ede. Hier zijn de slides en voorbeelden te downloaden.
     
  • Ontwikkelen van custom workflow activiteiten
    Workflow Foundation is één van de onderdelen die in het .NET 3.0 framework nieuw geïntroduceerd zijn. Met Workflow Foundation is het mogelijk om complexe, en lang lopende, zakelijke problemen op een inzichtelijke manier op te lossen. In deze sessie laat Maurice de Beijer zien waarom Workflow Foundation interessant is voor eigenlijk elke .NET ontwikkelaar. De kracht van Workflow Foundation komt voort uit een nieuwe aanpak en die komt niet zonder een leercurve. Maurice helpt je in deze sessie alvast over de eerste horden heen. En om optimaal gebruik te kunnen maken van Workflow Foundation is het ontwikkelen van eigen Activities, de ‘componenten’ van Workflow Foundation, van groot belang. Maurice laat zien hoe Activities ontwikkeld moeten worden en presenteert in deze sessie een aantal basisregels er voor. Door gebruik te maken van deze regels wordt het ontwikkelen van Activities echter een stuk eenvoudiger. www.dotned.nl
     
  • Data synchronization met de Sync Services for ADO.NET.
    Smart clients met offline data worden steeds populairder maar hoe zorg je dat deze data, en eventuele wijzigingen, zo goed mogelijk met de server gesynchroniseerd worden. Een van de hulpmiddelen hiervoor is de Sync Services for ADO.NET library. Met behulp van deze Sync Services for ADO.NET library is het gemakkelijk om data te synchroniseren. Maar er zijn meer opties, zo kan men ook gebruik maken van Merge Replicatie of Remote Data Access. Wat nu te kiezen en waar schieten de verschillende opties tekort. Is er überhaupt wel een methode die de lading helemaal dekt? In deze sessie geeft Maurice de Beijer uitleg over de voor en nadelen van de verschillende methodes en tips om het onderste uit de kan te halen.
    www.sdc.nl
     
  • Sharepoint
    On June 17th I will be at the Sharepoint booth during the TechNet Live meeting in the RAI in Amsterdam. See you there.
     
  • Workflow Foundation Activity development Chalk&Talk
    During the Microsoft DevDays I did a Chalk & Talk session about developing custom activities for Workflow Foundation. More info about the DevDays at: http://www.microsoft.com/netherlands/msdn/devdays/default.aspx
     
  • Visual Studio Tools for Office - No Pain, No Gain
    On March 23th 2007 I gave a presentation about Visual Studio Tools for Office. The session covered some of the hardships you have to solve when using VSTO.
    Download the slides and samples here.

    logo SDE
     
  • What is new in Visual Studio Tools for Office 2005 SE?
    November 30th 2006 Maurice presented a session on the the new features in VSTO 2005 SE at the Nationale Office Dag in Ede.
    More info at: http://www.nationaleofficedag.nl
    Download the slides or the samples (Packaging and TaskPane/Ribbon)
     
  • Visual Basic 2005 de basis
    This a book review of this book. As the book is in Dutch the review is as well.
    Read the review.
     
  • Database Concurrency Conflicts in the Real World
    A lot of articles have been written about database concurrency conflict detection and the various ways of handling them. Unfortunately most of these articles, and accompanying solutions, have one major flaw in that they focus on the technical issues and database implementation instead of real-world data and how people use the data. In this article, I will try to show the difference between focusing on the database implementation and on the real-world data. I will show some possible approaches on how to solve these concurrency issues.
    CoDe Magazine 2006 - Jul/Aug
    http://code-magazine.com/Article.aspx?quickid=0607081
     
  • SQL Express versus SQL Mobile
    During the SDC I gave a presentation about SQL Express versus SQL Mobile, or to be more accurate actually SQL Everywhere.
     
  • Visual Basic or C#
    Next week Frans Bouma and myself will be presenting a session on the question on everyone's mind: should I use VB or C# when developing a .NET application. Frans is a C# MVP and will take care of that side of the table while I as an VB MVP will try to convince him that VB is the better tool :-)

    We are actually going to do the same session twice next week. The first time is Thursday march 23 with the dotNed usersgroup, see http://www.dotned.nl/ for more details. The second time is Friday march the 24th at the SDN meeting in Ede, see http://www.sdn.nl/ for more details on that meeting. Both sessions should be a lot of fun so I hope to see you there.
    Download the presentation and samples.

  • What is new in Visual Basic 9
    If you subscribe to the Dutch version of the .NET magazine you are in luck :-) In it is an article I wrote about the new language features in Visual Basic 9 and LINQ. Enjoy the article.

  • Using the ASP.NET membership provider in a Windows forms application
    One of the new features in ASP.NET 2.0 is the membership and role provider system. In this online article I will demonstrate that using these providers is not just useful for web applications but also for windows applications.

  • Object Factories and XML Configuration
    On December 9th I gave a presentation for the Software Developer Event in Ede about creating highly configurable applications using Abstract Object Factories and XML configuration files.
    Download the samples and presentation (in Dutch).
     
  • Data Provider Factories in .NET 2.0 (English version)
    Did you ever take a look at the new Data Provider model in .NET 2.0? If not you might find the english translation of article I wrote for the SDN user group interesting.
     
  • Data Provider Factories in .NET 2.0 (Dutch version)
    Did you ever take a look at the new Data Provider model in .NET 2.0? If not you might find the article I wrote for the SDN user group interesting. See http://sdn.nl/Display.aspx?id=1780 for the article.
     
  • What is new with data in Visual FoxPro 9
    On April 1st (really, not a joke) I gave a presentation at the Software Developer Event in Ede about the enhancements made to Visual FoxPro 9 data handling.
    Download the sample and PowerPoint presentation. These slides are in Dutch, if you want an English version all you have to do is invite me to do this presentation in England <BG>.
    SDGN Users Group, April 2005.
     
  • Architecting a Smart Client Application
    On September 10th I gave a presentation at the Software Developer Event in Ede about some of the pitfalls and tricks involved in developing a smart client application using the .NET framework.
    For more info see: www.sdgn.nl or the meeting schedule.
    Download the sample and PowerPoint presentation. These slides are in Dutch, if you want an English version all you have to do is invite me to do this presentation in England <BG>.
    SDGN Users Group, September 2004.
     
  • Use Microsoft Office to Manipulate Desktop Applications
    This FoxPro Advisor article describes a technique that lets you share data best represented using objects, and lets users enhance and reuse applications.
    FoxPro Advisor, April 2004.
     
  • Developing a distributed database application using Visual Basic.NET
    On march 15th I gave a presentation about building a distributed VB.NET database application at the SDGN user group. For more info see: www.sdgn.nl or the meeting schedule.
    Download the sample and PowerPoint presentation.
    SDGN Users Group, March 2004.
     
  • Developing and Debugging Visual FoxPro COM servers
    The article about debugging Visual FoxPro COM servers has been updated. The new code now works with both Windows 2000 and Windows XP. The article is published in the February 2004 issue of the Universal Thread Magazine .
    Universal Thread Magazine , February 2004.
     
  • A toolkit for quality Visual FoxPro applications
    On September 12th I gave a presentation for the SDGN user group about improving the quality of you Visual FoxPro applications.
    SDGN Users Group, September 2003.
     
  • Developing and Debugging Visual FoxPro COM servers
    Debugging an ASP COM server build in Visual FoxPro has long been considered impossible but is this really the case? In this article we explore a technique that makes debugging COM servers in the Visual FoxPro development environment possible. An added bonus to this approach is that you no longer need to rebuild the COM server every time you change it’s source code as the new source code is immediately visible and executed. All of this results in a huge boost in productivity and makes ASP development more fun and less tedious.
     
  • The power of Regular Expressions
    This article describes how you can use Regular Expressions to manipulate and search text far beyond the capabilities of the standard Visual FoxPro functions.
    FoxPro Advisor, July 2001.
     
  • Implement Soft Validation for Happier Users
    This article describes a technique for building less restrictive and more user-friendly interfaces for your applications.
    FoxPro Advisor, December 2000.
     
  • Generate HTML on the Fly
    This article describes how to use templates created in Microsoft FrontPage or any other GUI HTML designer and generate output in a flexible way.
    FoxPro Advisor, May 2000.
     
  • Generate Picklists from the Database
    This article describes a technique for providing picklist information based on the relational information stored in the Visual FoxPro database container.
    FoxPro Advisor, April 1999.
     
  • Handle Multi-Lingual and Multi-Cultural Applications with Ease
    A review of Steven Blacks INTL toolkit.
    FoxPro Advisor, June 1998.
     
  • Framework Development: Putting it all together
    The 6th and last article about developing an application framework.
    FoxPro Advisor, January 1998.
     
  • The Form Class-The Heart of the Framework
    The 5th article about developing an application framework.
    FoxPro Advisor, December 1997.
     
  • Framework Design: Master the Code Components, Part 4
    The 4th article about developing an application framework.
    FoxPro Advisor, November 1997.
     
  • Design More Flexible Frameworks
    The 3rd article about developing an application framework.
    FoxPro Advisor, October 1997.
     
  • Flexible Design Leads to Better Frameworks
    The 2nd article about developing an application framework.
    FoxPro Advisor, September 1997.
     
  • Demystifying the Hype of Frameworks
    The 1st article about developing an application framework.
    FoxPro Advisor, August 1997.
     
  • Drag and Drop in Visual FoxPro
    Implementing drag and drop in a Visual FoxPro application.
    Software Release Magazine, February 1997.
     
  • Visual FoxPro 5.0
    A review.
    Software Release Magazine, December 1996.
     
  • Visual FoxExpress and FoxFire
    A review
    Database Magazine, June/July 1996.
     
  • PhDbase, Visual Codebook en FoxCase.
    Database Magazine, February 1996.
     
  • Visual FoxPro 3.0
    A review.
    Database Magazine, September 1995.
     
  • And a few more that are still missing <s>.

 

Send mail to webmaster@TheProblemSolver.nl with questions or comments about this web site.
Copyright © 1995 - 2007 ABL - The Problem Solver
Last modified: 11/20/07
WF
RSS 2.0