Monthly Archive: June 2011

Networking segments – Private network segments

The reserved IP ranges for private networks are the following: 10.0.0.1/8 through 10.255.255.254/8 172.16.0.1/12 through 172.31.255.254/12 192.168.0.1/16 through 192.168.255.254/16 This information is very useful specially when working with routing tables as you may want...

What is “Andrea ST Filters Service”?

What is “Andrea ST Filters Service”(AESTFilters)? Many people wonder what is “Andrea ST Filters” windows service when going through the list of processes that were running on their machine. I was one of them as...

How to: Parse an Enumeration

  You can simply use the Enum.Parse() function as shown below: using System; [Flags] enum Colors { None=0, Red = 1, Green = 2, Blue = 4 }; public class Example { public static...

MsSearch.exe

Short description: Microsoft Search Component for SQL and Exchange Servers Long description: A process that is used by SQL server and Exchange server for the creation on indexes to hasten search. On my server...