what is uses of .net
Answer / Neha Bhoyare
.NET is a software framework developed by Microsoft for building, deploying, and running various types of applications. Some common uses of .NET include: 1) Building Windows desktop, web, and mobile applications using programming languages like C#, Visual Basic, F#, and more. 2) Creating enterprise-level applications with ASP.NET (web forms), MVC (model-view-controller), and SignalR libraries. 3) Developing cross-platform mobile apps using Xamarin and MonoDroid. 4) Building cloud-based services and web APIs with ASP.NET Core.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is object oriental programing?
What is the difference between scanf and fscanf?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
List some applications of c programming language?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
what is mean by Garbage collection ? Please answer me. Advance thanks.
what is used instead of pointers in java than c?
What is void main ()?
what is the use of a array in c
how many argument we can pas in in a function
What is the difference between array_name and &array_name?