1 / 2

5 Things to know about Dot Net and Dot Net Framework

Dot Net ( written as .Net) is a product of Microsoft and Dot Net Framework (written as .Net Framework) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It is a free, cross-platform, open-source developer platform for building various types of applications.

8415
Download Presentation

5 Things to know about Dot Net and Dot Net Framework

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 5 Things to know about Dot Net and Dot Net Framework If you are worried about your IT projects, which are creating a big hole in your business’ budgets, it is your turn to switch on to the .Net framework. The object-oriented programming features of .Net and the re-usable code can reduce your operation cost to a large extent. Dot Net ( written as .Net) is a product of Microsoft and Dot Net Framework (written as .Net Framework) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It is a free, cross-platform, open-source developer platform for building various types of applications. .Net is safe to use code base and ensures easy deployment with a controlled code sharing setting and facilitates multiple versions of your application to run on the same machine. How do Dot NET and Dot NET framework work? Dot NET is versatile with which you can use multiple languages, libraries to build for web, desktop, mobile, games, editors, and many more. In other words, Dot Net is a framework that provides you a guiding principle that can be used to develop many applications–– ranging from web to mobile to Windows-based applications. The Dot NET framework can work with various programming languages such as C#, C++, VB.NET, and F#. It has two key components the Common Language Runtime (CLR) and the Dot Net Framework Class Library (FCL). Its unique feature is its language interoperability i.e. each language can use code written in other languages, across several programming languages.

  2. The CLR is an execution engine that is used to handle running programs such as security, memory management etc. The computer code written using .Net Framework is called managed code. FCL and CLR together create the Dot Net Framework. Based on the above facts, we can now understand the basics of Dot Net and Dot Net Framework. Dot Net, a framework developed by Microsoft, is an assembly of a vast set of tools that are proposed for developing services and programs for windows-based devices. Dot Net Framework has a wide-ranging set of classes and features which are used by programmers. Dot Net Framework mainly consists of 2 famous programming languages i.e., C# and VB. You can use any of these languages for your development and both will give exactly similar results in terms of performance and scalability. Now let us explain 5 important things you need to know about Dot net and Dot net framework. 1. Previously Dot Net was not an open source : Dot Net was developed by Microsoft in the late 1990s originally given the name, Next Generation Windows Services (NGWS), as part of the .Net strategy. By late 2000, the first beta versions of .Net 1.0 were released. Until 2014 it was not an open-source framework. As an open source, Dot Net is free to use and distribute among users and dot Net framework can be moulded according to the needs of the particular user. As an open source, it became a collective platform and it further created the basis for cross platform applications. Another advantage of being an open source is the agile project development style, which reduces the project completion time in Dot Net. One of the major disadvantages in a closed source is that you do not have the access to the code. On the other hand, an open-source system allows full access to the projects. The open-source projects are easily accessible to vender partner and project vendors. A vendor partner can only download the projects, whereas the project vendors can both download and modify the projects. Read More: https://www.integrativesystems.com/dot-net-framework/

More Related