.NET 3.0

Memory management in .Net

17 January 2012 |

taken from http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/learning-memory-management/memory-management-poster

Great WPF applications

17 January 2008 |

Working at DOL press organization gave me the opportunity to work in cooperation with Microsoft and NY Times with a number of new technologies in order to enhance the reading experience of a user. What saddens me is that these were never publicized, for various reasons I won't go into at this post. Well today I've noticed two new applications that look a lot like the ones I've developed so I thought why not share those instead and give you a glimpse of what's the future in reading. ...

Day2 at TechEd Barcelona

07 November 2007 |

Tuesday, Day 2 of TechEd Barcelona, couldn't start better. After having probably the best breakfast ever at Hilton (the hotel I'm staying), I walked the 100 meters that separate my hotel from the convention center to get there. Unfortunately I was a bit late so I've decided to skip the first session I'd planned to attend and catch up with my emails and blogs before heading to the ASP.NET ask the expert booth for my second day of duty. Being there from 10.00 a.m. to 1.00 p.m. gave the opportunity to meet and discuss with some very...

Linq tools coming up

04 September 2007 |

It's only been a couple of weeks since Linq's final release with Visual Studio 2008 beta 2 and great tools have already started coming to life. A great one I discovered from SoCalDevGal is the LinqPad - a Linq query expression tool which allows you to run queries against databases using Linq. If you're exploring Linq this is a great tool.

Preparing for vacation

30 July 2007 |

As always this time of year I begun thinking on all the things I want to read, listen, view and code during my summer vacation free time, even though I never get the chance to do all the things I plan to ;-). So I've already bought my PSP extra memory (2GB) and plan to fill it with podcasts, webcasts and videos so I can watch on my free time. Technologies and products that I'm especially interested this summer include : Silverlight, WPF, WCF, Visual Studio 2008, Astoria, Jasper, Linq, .Net 3.5, C# 3.0 etc. I've already begun searching for those but...

Microsoft Innovation Day

06 June 2007 |

 I've spoken a couple of times about innovation in Greece and I'm glad when I see other people talking about it too. So when I was invited to show all the things we're building at www.dol.gr at Microsft's Innovation Day, I was thrilled. Luckily there was WiFi netwrok availableso here are some snapshots from the event. Stay tunned more will come later...     Special thanks to Panos for the pictures

Surface Computing

31 May 2007 |

When I bloged about the minority report style computing a few months back, I predicted that it wasn't going to be long before we saw something like than in production. Microsoft has proved me right today, as it announced Surfacing Computing! Besides the hardware though, Microsoft has also developed a number of very cool applications to target the surface computing technology, which you should definitely see. I just hope that this technology reaches Greece as quickly as it reached production.

First Presentation Impressions & Resources

29 March 2007 |

For those interested on how did my first presentation go, it went really well despite my initial stress and nervousness. I really enjoyed it and now can't wait till the next time I'll be given the opportunity to speak in front of an audience ;-).You can find out what I talked about by downloading my presentation slides and demo source code (which includes the video ;-)).I'm also going to post some video parts of the presentations (yes I had my camera with me but run out of film) when I find time to download and encode them from my camera (Panos is also in ;-)).

Talking at Live the web DevDay

23 March 2007 |

One of the things I enjoy, is talking with fellow developers on new technologies passing on things I know. So I was thrilled with joy when I was given the opportunity to talk to a Microsoft event next week. So this Tuesday on the 27th of March I’ll be talking about WPF/e on Microsoft’s Dev Day Live the Web season 2.0.I was so happy about it, that I’ve emailed everyone I know about it telling them to register for the event. If for any weird reason you were left out, don’t wait, seats are filling up, register now. I’ll be...

Why Blend C# code editing was removed?

19 March 2007 |

I’ve used Microsoft’s Expression Blend to play… ehmmm… write my WPF apps since its first beta release. It seemed more mature than Visual Studio at the time (and still is in my opinion). Among other things, I really loved the fact that I could double click on a control and Blend created the event handling code (Visual Studio still does not support it). So, no surprise, I’ve downloaded and installed the RC version as soon as it came out.Well it seems that some things have changed, like the fact that you’re no longer able to write C# with Blend. When...