Day 16 : Installation of .NET

 

.NET  Framework :

  • The .Net framework is a software developed by "Microsoft" for running and building various applications of windows.
  • The .Net consists both frontend as well as backend i.e ASP.NET is used as backend and C# &VB.NET are used as frontend.
  • The common mistake is .Net is an programming language, but the .Net is not a programming language it is a framework having C# and Visual basic.
The 3 features of .Net framework : 
  1. .Net is free : Their is no licensing cost and fees, including for commercial use.
  2. .Net is open-source : The .Net is a open-source and cross-platform, with free development tools for Linux, MacOS and Windows.
  3. .Net is supported by microsoft and maintains servers in azure.



  • The .Net framework is a windows version of .Net i.e it only runs on windows. It is used for building any types of app that runs on windows.
  • The .Net core and .Net  both are open-source and run on any platform.
  • We have to download the .Net core for development.
  • The LTS is easy to handle for us than current because the current version have in process of developing it is not developed yet.
  • Download the SDK of .net core because it contains the tools and libraries which used to build an application. Download here - .NET .
  • After the installation completes run the application. Must check the internet should be connected.
  • After that click on install so that the installation of various tools and libraries begin.

  • After the installation check whether it is downloaded correctly or not.
  • Verify the application is updated also.


C# :

  • C#(C-sharp) is a programmin language developed by microsoft that runs on the .NET framework.
  • C# is used to develop the applications like web, mobile, games etc.
  • C# is a strongly typed language Every variable and constant has a type and every expression evaluates a value.
  • C# provides a built-in types to represent integers, floating point, decimal values, boolean expressions and other types of data.
  • We can use struct, class, interface and enum to create own custom(user defined) types. The .Net class library provides a collection of custom types given by microsoft.


Visual Basic :

  • Visual basic was designed to have an easy learning as like basic programming.
  • It is not preferred by developers now-a-days but it used by some.
  • Programmers can create simple as well as complex gui application using visual basic.
  • The drag and drop technique is used for creating a form in visual basic. It is developed by Alan Cooper in 1991.

For more understanding watch below video :


Thank You !!!

-

Comments

Popular posts from this blog

Day 3 : JavaScript

SQL Concepts-1

ASP .NET Session Management