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#?
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 |
What is the difference between .net core and .net framework?
How does the .net framework 3.0 relate to windows vista?
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?
What are delegates?where are they used
what happened when type url in address bar and press enter?
Where The Inheritence is useful?How we decide the situation of inheritence
How route table is created in ASP.NET MVC?
what are abstract classes? what is overriding?
What is objectcontext? : Entity framework
Can source code be reverse-engineered from IL?
What is ViewStart Page in ASP.Net MVC?
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?