Microsoft .Net

Microsoft .NET platform provides the fundamental basis for scalable, unified, and highly functional solution. For a decade now, Microsoft has been ensuring that each version of its wide product line is .NET compatible, and this commitment and consistency provides experts in .NET programming take advantage when building solutions for all manner of businesses.

An underlying platform like .NET supporting a group of interconnected tools ensures that the solution will work effortlessly, without the common nightmares of poor integrations, and half-completed deployments. Without an fundamental platform like .NET, the common fall-back routine is the “workaround” – something most people can relate to – as the “Integrators”, as they are known, make every effort to force widely disparate systems to talk to each other .NET avoids all of that.

After fifteen years in consulting for Personal Information Management, we have found that embracing a single platform eliminates a great deal of risk and pain, ensures a much higher change of success, and increases user adoption by a large factor. And as platforms go, we have not found one that matches .NET for successful solutions.

  • Common Runtime Engine : The Common Language Runtime (CLR) is the virtual machine component of the .NET framework. All .NET programs execute under the supervision of the CLR, guaranteeing certain properties and behaviors in the areas of memory management, security, and exception handling.
  • Language Independence : The .NET Framework introduces a Common Type System, or CTS. The CTS specification defines all possible data types and programming constructs supported by the CLR and how they may or may not interact with each other. Because of this feature, the .NET Framework supports the exchange of instances of types between programs written in any of the .NET languages.
  • Base Class Library : The Base Class Library (BCL), part of the Framework Class Library (FCL), is a library of functionality available to all languages using the .NET Framework. The BCL provides classes which encapsulate a number of common functions, including file reading and writing, graphic rendering, database interaction and XML document manipulation.
  • Simplified Deployment : The .NET framework includes design features and tools that help manage the installation of computer software to ensure that it does not interfere with previously installed software, and that it conforms to security requirements.
  • Security : The design is meant to address some of the vulnerabilities, such as buffer overflows, that have been exploited by malicious software. Additionally, .NET provides a common security model for all applications.
  • Portability : The design of the .NET Framework allows it to theoretically be platform agnostic, and thus cross-platform compatible. That is, a program written to use the framework should run without change on any type of system for which the framework is implemented. Microsoft's commercial implementations of the framework cover Windows, Windows CE, and the Xbox 360. In addition, Microsoft submits the specifications for the Common Language Infrastructure (which includes the core class libraries, Common Type System, and the Common Intermediate Language), the C# language, and the C++/CLI language to both ECMA and the ISO, making them available as open standards. This makes it possible for third parties to create compatible implementations of the framework and its languages on other platforms.