Lior Elia - Dev Blog

Mostly Dev related stuff, C#, PowerShell and Regular expressions are my current tools of the trade so you'll be reading about them a lot.

Beware of the using statement

The using statement is very handy in keeping your code clean and letting you concentrate on your...

Author: Lior Elia Date: 12/15/2010

Handling the Unexpected

Life is full of surprises. Some are good, some are bad. When it comes to software though, surprises...

Author: Lior Elia Date: 04/11/2010

PowerShell indentation for VIM - version 2.0

In continuation to my previous post, I've been working lately on fixes to my PowerShell indentation...

Author: Lior Elia Date: 10/18/2009

PowerShell indentation file for VIM

I've been writing my PowerShell scripts in VIM for a while now. I've downloaded the syntax, ftplugin...

Author: Lior Elia Date: 10/04/2009

Finding lines NOT containing certain words - RegEx magic

Regular expressions are full of surprises. Just when you thought you’ve seen it all, out comes a...

Author: Lior Elia Date: 06/28/2009

What, no HKCR in PowerShell?

This article was originally published here.  Introduction If you’ve been working with...

Author: Lior Elia Date: 06/18/2009

Microsoft bing to replace Google as favorite search engine

Well, at least on my computers. I’ve been using Google as my search engine for an eternity now....

Author: Lior Elia Date: 06/15/2009

Introducing new blog series - Bag of toys

Introduction I have many PowerShell scripts and functions lying around, some are preloaded in my...

Author: Lior Elia Date: 06/04/2009

Creating a debugger visualizer for Visual Studio (C# tutorial)

This article was originally published here. What is a “debugger visualizer”? Here’s a direct quote...

Author: Lior Elia Date: 05/31/2009

Converting icons from 32bit to 16bit

The story behind this post Last week I ran into an interesting bug at work. We were extracting icons...

Author: Lior Elia Date: 05/31/2009

The unwritten rules of changing the console window's size

When changing the console window size in PowerShell you must also change the underlying buffer size....

Author: Lior Elia Date: 05/27/2009

Hello MS World (ver 1.1)

Writing the first post in my blog as "Hello World" became a habit, which probably means I should...

Author: Lior Elia Date: 05/27/2009