About
From being a junior developer all the way to Development Manager position, I was always interested in new technologies. Passionate speaker, IT junky, developer, architect, team lead, and development manager - many hats, one goal - making software better and closer to people’s needs. For the most part I am using my blog as a scratch pad, writing small articles on things which I came across, was asked about more then once, and which would otherwise require additional research again and again.

Testimonials
I've been using this [theme] since the start. It is by far the most attractive, feature packed and stable of...
Rhyull
I’m a huge fan of this theme. I’ve got more than 90,000 pictures in my gallery3 running on a Ubuntu...
Jklobo
The greydragon theme is fantastic. It’s clean, stable and feature rich. It took me a while to decide to move...
Ed
Categories
Category Archives: Fun stuff with C#
Which came first – the chicken or the egg – WPF, Developers and Designers – old tale
Nothing is more of the truth then old tales. Some long time ago Sean Sexton said If you’re a developer doing WPF development, you really need to be using Expression Blend. Yes, I know the party line on WPF development … Continue reading
Posted in Fun stuff with C#, Technology
Leave a comment
Crystal Reports 2008 and ASP.Net : speed up the first session
Did you ever noticed that after restart of the IIS ASP.Net page which has Crystal Reports Viewer would take much longer to come up? Some of it is expected since on initial start up, a number of Crystal assemblies and objects … Continue reading
File locks or when garbage collection goes bad
With introduction of garbage collection (System.GC name space) in .Net, life of the Windows programmer become easy – no need to worry about releasing objects, code become simpler, etc. In “old” time one would need to use Interfaces to achieve similar functionality … Continue reading
Assert is your friend… not an end-user’s
As a long time Delphi and C# programmer one become used to some features of the language and may not go deep into “philosophical” thinking about such features. This often happen with Asserts… What is Assert or Assertion? By its … Continue reading
Posted in Delphi, Fun stuff with C#
Tagged .net 3.5, assert, c#, debug.assert, delphi, trace.assert
Leave a comment