# Friday, August 29, 2008

pmcapWhat's the hardest part of creating any open-source project?

No, not writing the code.

No, not helping users in the support forum...

I'll tell you: writing documentation, especially when the documentation is not in your native language. So that's what I have been doing for the last few weeks (or should I say "months"?).

In fact, the documentation project was the only thing that held back the release of ProMesh.NET version 2.0, and today I am proud to announce the release of the first release candidate of ProMesh.NET 2.0, with full documentation online. The documentation still needs a lot work, but at least (almost) all the features of the framework have been documented.

So, what's new in ProMesh.NET 2.0 (RC1) ?

  • Built-in routing engine. Routing can be added at runtime (at application startup), or can be specified using attributes on the controller classes and action methods.
  • Support for calling/rendering view components from templates. View components are special controllers that render a view, which will be inserted in the calling view.
  • Support for any page extension, including none at all (recommended for IIS 7 deployment)
  • New template engine (SharpTemplate.NET) which supports full C# expressions in view logic
  • Ajax validation of forms
  • Performance improvements

Want to check it out? Why don't you start where all the new stuff is: The Official ProMesh.NET Website

Or if you want to go straight to the download: Go to CodePlex

kick it on DotNetKicks.com
Friday, August 29, 2008 10:55:08 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [3] -

# Thursday, August 21, 2008

I'm a SmartPhone addict, I admit. At the same time, I am very picky about the requirements of a smartphone:

  1. 3G (HSDPA)
  2. Support for push e-mail (MS Exchange Server)
  3. Web browsing (even if it's flaky)
  4. Small form factor

Looking at the list, I may not be that picky after all. Feature number 2 however forces me to use Windows Mobile, and to be honest, I never think twice about that when deciding on a smartphone purchase. So these were my latest phones (in order of purchase)

What do these have in common? Of course, they're all HTC, but most importantly they're all Windows Mobile devices.

You would think progress means that every generation of a technology improves on features, power and responsiveness, but once you mix in products made by some huge company from Redmond, this universal law no longer applies.

Of the smartphones listed above, the fastest one was the MteoR, followed by the S730 and ... well, I almost threw the damn thing into a concrete wall several times since I bought the Diamond 2 months ago.

What the hell is wrong with Windows Mobile? Why, after so many years of development, after so many releases can't they get their act together and create a user interface that does something within, like, 2 seconds of acting upon it. Tapping something on the screen has become an act of blind faith because there's no immediate feedback. You just hope something is going to happen, and when you're in a hurry (you always are, otherwise you wouldn't need a smartphone), you tap again, only to find out that the "system" was already processing your first tap and sending your second tap to the button or link that will be in that same spot on the next screen within 5 seconds or so. If you're lucky, that button will delete an important file or hang up on an important client. Thank you so much, mighty Microsoft.

How does Microsoft expect to win the battle against Apple or Google (Android) in the smartphone world? If they even can't get the basic stuff right. Don't tell me it can't be done on small devices. Apple did it, and from what I've seen so far, Google did it.

One small piece of advice for the Windows Mobile developers: focus on the immediate feedback of the user interface, NOT on features. Rewrite all the user interface handling from scratch, put the user interface code in a dedicated area of memory that can't be "virtualized" (is there such a thing in Windows Mobile?) and get your act together.

My iPhone 3G will arrive tomorrow. Amen. (thank you Apple for licensing MS Exchange for the iPhone 3G)

kick it on DotNetKicks.com
Thursday, August 21, 2008 10:37:56 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [2] -

# Friday, August 15, 2008

Time for an update on the state of ProMesh.NET, the open-source MVC Web Application framework I started a few years ago. The last public release was almost 7 months ago, and a lot has been changed since then. The original plan was to create a version 1.5, but I decided against that and made it in a full 2.0 release, for several reasons:

  • The framework has a lot of new features, like a built-in routing engine similar to ASP.NET MVC and support for view components
  • Some small changes are required to existing application using ProMesh.NET v1.2

At the same time of the release (late August, early September), the full documentation will be available on a dedicated website about ProMesh.NET.

A quick overview of the most important features in version 2.0:

  • URL routing engine similar to ASP.NET MVC
  • Support for view components (combination of code+templates callable from templates)
  • Configurable template language syntax
  • Full C# expression parser available in the template language
  • New template language syntax (but the old one is still supported)
  • Support for extension-less URLs

Watch this space for the release announcement in a few weeks!

kick it on DotNetKicks.com
Friday, August 15, 2008 7:47:05 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [1] -