The uses and features of visual studio.

 The applications of visual studios code

According to Microsoft visual studio works with web development based programming languages, which is unlike its sister-app visual studios code which is used for object oriented coding languages.

note: there is a difference between visual studios and visual studios code despite their similar names.

another way to tell these two apart is by looking at their logos!

The visual studios logo


The visual studios code logo


Languages compatible with visual studio

  • HTML - A programming language very essential for website building.

  •  CSS - A mark-up language generally used to customize the design the appearance of the output of code, This is compatible with HTML.
  • JAVASCRIPT - This mark-up language is used to add functionality to code. This is also compatible with HTML.
  • JSON editors.
  • LESS
  • PHP
  • PYTHON
  • C# with ASP.NET (The this blog is about aka maui.net with c#)

source: https://visualstudio.microsoft.com/vs/features/web/languages/#:~:text=Visual%20Studio%20offers%20powerful%20HTML,and%20project%20types%20with%20ease.

The uses of visual studio

Visual studios can be used to develop websites with HTML for businesses(Amazon, AliExpress e.c.t), entertainment websites (Netflix, Disney+ e.c.t), web games and all types of mobile applications.

Visual studios' features

One great feature of visual studio is the auto-fill and auto formatting called Intellisense, A great example is the way visual studios gives you a list of attributes and variables you've made if you enter or double click on a attribute it'll format it as an attribute.

Another example of this auto fill tech is when you reference something using a "." it will give you names of possible next steps and if it's a method and you open a bracket it will close the bracket automatically.


For languages like html and xaml that use tags<> and closing tags</> intellisense will make a closing tag automatically.


To summarize this post section the 2 main reasons use visual studios is the amount of compatible languages and the Intellisense auto filler and auto formatter.





Comments

Popular posts from this blog

Coding in xaml tutorial