Archive for June, 2010
Casting Enums by using Extension Methods in C#.
Wednesday, June 23, 2010 8:39 No CommentsIn C# there is no way to implicity cast one enum to another. One possible way around this is by assigning values to each enum member. If the values of the first enum match the values of the second enum, you use two casts; the first casting the first enum value to an integer, and [...]
Answers to the 10 most Common Questions on the Exchange CAS-Array.
Friday, June 11, 2010 4:18 1 CommentDuring my stay at TechEd 2010 in New Orleans, I had to work the Exchange Server 2010 Flexibility and Reliability booth. Although most questions were on the Exchange DAG, the second most popular discussion was around the Client Access Server (CAS) and CAS-Arrays. Hence, the 10 most predominant questions (and of course, the answers to [...]
Answers to the 10 most Common Questions on the Exchange DAG.
Friday, June 11, 2010 1:54 No CommentsWorking the Exchange booth during TechEd 2010 in New Orleans, I got lot of questions regarding the Database Availability Group, or DAG, in Exchange Server 2010. Here’s the 10 most predominant questions (and of course, the answers to them); Q1. Can I use the DAG with Exchange Server 2010 Standard Edition? A1. Yes, you can [...]
Exchange 2010 SP1 Public Beta Available.
Monday, June 7, 2010 21:59 No CommentsThe beta version long anticipated Service Pack 1 for Exchange 2010 is available for the public now! http://go.microsoft.com/fwlink/?LinkId=193120 There are some pretty cool features in SP1 like Mailtips and the seperation of the Online Archive from the regular mailbox.
