what is dot net?
what is use dot net?
what is benifit of dot net?what is vb dot net?
what is ado dot net?
what is c#?



what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado ..

Answer / Krishna Kumar Tiwari

Dot Net is a software framework developed by Microsoft that provides a common environment for building, deploying, and running applications. It encompasses various technologies like ASP.NET, Windows Forms, WPF, ADO.NET, and C#.nnUse of .NET includes creating web applications, desktop applications, mobile applications, games, and XML web services.nnBenefits of .NET include language interoperability, code sharing between languages, security, scalability, performance, and easy-to-use development tools like Visual Studio.nnVB.NET is a programming language within the .NET Framework used for building Windows desktop applications.nnADO.NET is Microsoft's data access technology that allows developers to interact with databases in .NET environments.nnC# (pronounced C-sharp) is a programming language developed by Microsoft, which is a part of the .NET Framework and used for building a variety of applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is the difference between .net core and .net framework?

1 Answers  


How does the .net framework 3.0 relate to windows vista?

1 Answers  


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

1 Answers  


What are delegates?where are they used

1 Answers  


what happened when type url in address bar and press enter?

5 Answers   IBM, Wipro,


Where The Inheritence is useful?How we decide the situation of inheritence

2 Answers  


How route table is created in ASP.NET MVC?

1 Answers   NA,


what are abstract classes? what is overriding?

12 Answers  


What is objectcontext? : Entity framework

1 Answers  


Can source code be reverse-engineered from IL?

2 Answers  


What is ViewStart Page in ASP.Net MVC?

1 Answers   B-Ways TecnoSoft,


How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?

1 Answers  


Categories