Author Archives: Ahmet

About Ahmet

Husband and father of two, Swiss relocated in Seattle, WA. Program Manager in Bing Ads. Views and opinions expressed are mine.

Effective PowerShell: The Free eBook

Just found a free eBook on PowerShell, I have downloaded it here: Effective PowerShell. PowerShell is a new recent command line shell and scripting language from Microsoft, the V2 CTP3 is available to download. Have fun 🙂 Ahmet   0 Kudos Don'tmove!

TOP 25 Most Dangerous Programming Errors

An agreement has been found by expert regarding the top 25 most dangerous programming errors. Very interesting list indeed, nice point is that we can find a lot of details on how to avoid these security errors. Obviously the dangerous part of these errors is that they can be exploited… Insecure Interaction Between Components Improper… Read More »

Windows 7 Beta is now Available :)

While trying to download Windows7 today (like a lot of other people it seems as the server are too busy), I saw this postpone message from the Windows blog, I share it here as it is so slow to access: Due to very heavy traffic we’re seeing as a result of interest in the Windows… Read More »

Microsoft – ZDC –

I’m a bit late for propagating the news, so you may have already heard that Microsoft has opened the Zurich Development Center (December 2008).     We are working on bits for Office Communication Server. The work enviromement is really great, we got very confortable offices with a fitness room and a game room (ping-pong,… Read More »

WMI and CSharp (C#): Enumerate all the instances (and properties) from a class via WQL

In the two previous posts (Enumerate all classes from a namespace and Enumerate all Namespaces from Root) we gather enough information to enumerate namespaces and classes. In this post we are going to see how to enumerate all the instances from a class via WQL. Below is a screenshot of what I get after executing… Read More »

WMI and CSharp (C#): Enumerate all Namespaces from Root

I like to understand WMI (Windows Management Instrumentation) as a database, main concepts are: Namespaces: Databases Classes: Tables Properties: Columns Instances: Lines Values: Fields With this in mind, we can start enumerating all the namespaces we can access locally. Running this program will display: Next step is to enumerate all classes from a Namespace. This… Read More »

Testing a Textfield in 10 points

I’ll post some tips about testing during the time I learn. So if you have any comments or tips to add, feel free to comment! Here a 10 values I submit to test a textfield: An empty value () Zero (0) A string made of whitespace (   ) String containing spaces (foo bar) Name containing… Read More »

My First Two Weeks At Microsoft

Just a quick post about my first weeks at Microsoft… I have now been at Microsoft Unified Communication for two weeks and my first impression is really positive. The team spririt is great, people are always open to help, respectful and very friendly. Most important they love to party and they party hard 🙂 Microsoft… Read More »