Introduction of Fundamentals of VB .Net

  • Microsoft Visual Studio is a well-developed Integrated Development Environment (IDE) of Microsoft Incorporation which is used to develop console and graphical user interface applications along with Windows Forms applications, websites, web applications, web services, etc.
  • Microsoft Visual Studio is called IDE because it consists of several developing tools in the form of windows(such as Toolbox window, Solution Explorer window, Server Explorer window, Properties window, Menu bar, Standard toolbar, Immediate window, Object Browser, etc.) in integrated form at one place as one environment for all .Net languages.
  • VB .Net is a developed version of the classic Visual Basic language.

Definition of Fundamentals of VB .Net

  • Visual Basic(VB). Net is a simple(easy to learn), modern, truly object-oriented, event-driven, general purpose, structured computer programming language, developed by Microsoft Incorporation(America) to combine the power of .NET Framework and the common language runtime(CLR) with the productivity benefits that are the benchmark symbol of Visual Basic.

Features

  • VB.Net programming is very much based on BASIC and earlier Visual Basic programming languages.
  • Everything in VB.NET is considered as an object.
  • They have Automatic Garbage Collection features that removes unused or unwanted memory space.
  • They show simple multithreading.
  • They have methods, properties and events for an object.

Use/Applications

  • Visual Studio or .NET languages are widely used in developing  applications for desktop, web, mobile, games, and IoT. We can develop .NET apps using C#, F# or other Visual Basic languages.
  • In .Net Framework, Desktop applications are developed using .Net core part of the Visual Studio(VB .Net).
  • In .Net Framework, IoS and Android mobile apps are developed using C#/Xamarin application.
  • In .Net Framework, Machine Learning apps are developed using ML.Net.
  • In .Net Framework, Game is developed using Unity application.
  • By using Visual C++ of Visual Studio, we can create anything from simple console to Windows desktop apps, class library, device drivers and operating system components to cross-platform; games for mobile devices and from small IoT devices to multi-server computing in the Azure cloud. We can also build an app for Android and iOS with Visual Studio C++ and OpenGL ES.
  • We can develop Web and Cloud applications using ASP .Net Core.
  • We can develop Python programming using Visual studio.
  • Visual Studio provides rich support for JavaScript development, both using JavaScript directly, and also using the  TypeScript, an open-source language which builds on JavaScript and is often used in large size web app development.
  • Visual Studio has built in tools for Node.js which is a platform for building fast and scalable server applications using JavaScript. Node.js is the runtime and  NPM  is the Package Manager for Node.js modules.Web/Cloud development is done with Node.js tools.

0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.