Archives for: March 2009

Pages: 1 2 3 >>

30/03/09

Permalink 11:23:51 am
Categories: General, .NET

Slides and samples for DevWeek 2009 talks

Thanks to everybody who came to my sessions last week at DevWeek! Here are the downloads of my slides and samples:

C# 3.0 - Interesting use cases outside of LINQ

Concurrency using functional patterns in C#

Taking efficiency one step further - F#

Have fun!

21/03/09

Permalink 01:32:51 pm
Categories: General

Speaking at DevWeek 2009

I’ll be traveling down to London tomorrow for DevWeek 2009, where I’m going to do a workshop on F# on Monday and a few sessions on C# and F# on Thursday.

Are you going to DevWeek? Are you going to be in London over the next few days? If you want to meet up, just let me know and I’m sure we can work something out!

I’ll be twittering while I’m there, so following me on Twitter will be a good way of finding out where I am, if you fancy joining me for a pint!

20/03/09

Permalink 06:36:26 pm
Categories: General

Bad Twitter Friends

@keithelder pointed me to a cool site a moment ago: Bad Twitter Friends

It shows me something that I’ve been curious about in the past: which of the people I’m following don’t follow me back, and which of the people who are following me am I not following back. I’ve tried to answer that question before and couldn’t find a way to do it – but in contrast to @ldnStreetLife I didn’t start developing a solution :-)

My own “policy” is pretty much that I follow people back who I know personally. That doesn’t have to mean that we’ve met face to face, although it typically does. Since my memory for names isn’t always that great, I might well forget about meeting somebody – and of course some people use the funniest avatars for social networks, so that doesn’t always help.

If you go to this page, you will see the list of people that I’m not currently following back. If you find yourself on that list and you’ve already started hating me for not recognizing you, please let me know! Tweets directed to @olivers usually reach me, although there might be the odd miss of course – feel free to send me email or leave a comment below.

Here are those people who I remember meeting face to face, but who’re not following me back. Ha, now I got you! :-) If you want to be removed from the list, just follow me back. Hm, okay, if you ask to be removed, I’ll remove you. Of course. All in good fun.

@benjaminm
@carlfranklin
@DanielMoth
@DaveSussman
@donxml
@jeffreypalermo
@john_lam
@Karenyo
@markdunn
@mauricedb
@MillerMark
@NickHodges
@noahcoad
@RockfordLhotka
@RoyOsherove
@ScottGu

Permalink 12:36:42 pm
Categories: .NET

Do you like Silverlight? Why? Really?

So, we’ve heard a lot of news about Silverlight recently from Mix 09. Great to see the platform evolve – but what’s the future?

Personally, I’m skeptical. I think there are several main problem areas in my eyes when it comes to developing with/for Silverlight:

  1. There are things that Silverlight can’t do. In past versions, it was much easier to list the things that Silverlight can do, but this is fortunately changing.

    Still, now Microsoft seems to use “business applications” as a guideline for the feature set. Well, for some definition of “business application", that is. I think there’s still no printing support, and if my customer has the requirement of using a bar code scanner with my application, at the very least it’s going to be a PITA to make that work. If it’s possible at all.

    I have heard somebody say recently that this is not a problem, because Silverlight covers the important core and whatever is missing isn’t hard to do yourself. I call BS on that. Why have we spent many years adding all this functionality to the .NET Framework, if we don’t need 90% of it? Even if it’s possible or even easy to do some stuff manually – we haven’t created this framework just to drop it now and reinvent it all the time.

    In the end, my personal point of view is that there would have to be very compelling reasons for me to consider using a platform that restricts what I can do. Platforms with similar restrictions have been around for a very long time and I’ve always been hesitant to use them, because there’s a big lock-in effect associated with using such platforms.

  2. There are even more things that Silverlight can’t do. I mean, different things. Have they put in the whole of the Color enum yet? Last I heard, there was a lot of stuff missing from Silverlight that would make development very painful – like enum values, method overloads and the like. I imagine it will be much like learning a new framework… whatever knowledge of the .NET framework you have already, you will stumble upon restrictions of this kind continuously.

    Of course the idea behind this is sound – restrict the size of the framework, and the effort needed to port it, by reducing functionality in a clever way. But that approach is not compatible with making the resulting restricted framework the next silver bullet platform. Again, BS.

  3. A Silverlight that is getting more full-featured in certain places (like data or graphics support) competes even more obviously with WPF. What an extremely stupid thing to do – the availability of two different platforms with so many similarities has been confusing enough to most people the way it was before Silverlight 3. For almost all use cases, a WPF application deployed as an XBAP has the exact same end user appearance that a Silverlight application would have – but of course it would take you much longer to create the Silverlight app, because WPF benefits from the complete framework.

    Now some people are trying to resolve the chaos in their minds by saying WPF is dead. Once more, BS. Dead? How does that work? Visual Studio 2010, dead? Blend, dead? Ridiculous. The situation has just become more confused, that’s all. That’s what the world is like, deal with it.

  4. The evolution of Silverlight is absolutely chaotic. We’re on the third version within two years, and please go compare Microsoft’s vision statements with current reality. I understand that these things happen, and I can even guess at some of the reasons, but at the same time, am I going to base my own projects’ future on a project like that? Hm…

Maybe Silverlight is going to evolve over time to be as full-featured as the standard .NET framework. If that’s the target though, why do the extra work in the first place? The .NET framework was supposed to get us out of DLL hell, now we’ve got two different .NET Frameworks. What’s good about that, please? Hm, let’s see, here are the advantages that Silverlight has:

  1. It is cross platform compatible. In other words, MS have taken the time to make it available on the Mac – you be the judge if that’s the same thing as saying it’s cross platform compatible.

That’s it. No, really. Now, is that important to you? Is that very important to you? Let’s summarize again.

Pro Silverlight:

  • Runs on the Mac as well as Windows

Contra Silverlight:

  • A PITA to write any code against, due to missing functionality wherever you look
  • No support for certain very important use cases of business apps, only existing solution “do it yourself". Of course some of the stuff that’s been announced at Mix 09 isn’t really there yet…
  • No support, not even announced, for important use cases of non-business apps. File system access. Compatibility with your favorite database system. F%$#ing hell, last time I heard, you couldn’t control the fricking right mouse button!! (!!!!)

So – do I like Silverlight? You might be surprised, but I do kind of like the idea of Silverlight. But on the other hand I think that Microsoft is making some extremely weird decisions about it, and that the whole excitement about it is 99% marketing. In the past year or so I’ve become very much disillusioned with the Silverlight efforts – Microsoft want to compete with Adobe, and fuck the strategy, and everybody who’s building their business on the basis of MS technology, or the reliability of their statements and commitment to their technological inventions.

Here are some questions for you:

Do you like Silverlight?

Do you agree that the reason you like it is that it promises Mac compatibility? If not, please enlighten me what important reason I’m missing…

If Mac compatibility is so important to you, why haven’t you been using Mono for several years? Or have you? Why aren’t you still using Mono instead of contemplating Silverlight? Or are you?

14/03/09

Permalink 05:28:20 pm
Categories: General

Slides and samples for Basta Italia

For once, I’m thinking of this before I go to a conference… every time, attendees ask me whether the slides will be available somewhere, and every time I say yes, the organizers are going to put them somewhere, but I don’t know where or when and I’ll try to remember making them available myself. Usually I do remember, but sometimes I’m sure I don’t…

So, here you are. These are the two presentations I’m going to do at Basta Italia on Tuesday.

C# 3.0 Introduction

Extensible LINQing

Have fun!

1 2 3 >>

Enter your email address:

Search

Oliver
MVP logo
March 2009
Sun Mon Tue Wed Thu Fri Sat
 << < Current> >>
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31