Extending Base Types with extension methods

In almost every project there is need for code that converts one object type to another or provides custom formatting for output. Until C# 3.0 this was usually done by creating a wrapper class with static methods or worst by writing inline code that made those transformations on the spot. With C# 3.0 Microsoft introduced [...]

Tags:    

A Quick Note on Microsoft Certifications

Earning a Microsoft Certification demonstrates the experience on using Microsoft products and platforms and technical problem-solving skills. To make it also reflect your job-related experience, the certification choosed must be dependant upon your current position or planned career path. As a result, a MS certification not only helps you stay up-to-speed on the latest Microsoft [...]

Tags: