Your business's software developers can work with Microsoft's .NET framework to create powerful Excel macros for your spreadsheets. The .NET framework contains a vast library of classes that perform a ...
Microsoft has always had a plan to support cross-platform development using the .NET Framework. For the longest time, the plan was for you to create a Portable Class Library (PCL) -- any API you used ...
I was recently called onto a project to add features to existing applications. To me, this is one of the most challenging aspects of being a developer because the existing application strips away much ...
The .NET Framework class library is vast and sometimes overwhelming. As with any development language there are numerous ways to solve a problem, but some methods are better than others. I'll examine ...
Microsoft has provided support for parallel programming in .Net Framework to leverage the benefits of multi core systems. In this post, I will present a discussion on the support for Parallel ...
A single base library will reach all three major variants of .Net, solving the code-sharing problem for .Net developers across platforms Microsoft is looking to provide “one library to rule them all.” ...