what is .net

Answers were Sorted based on User's Feedback



what is .net..

Answer / kavitharaveenthiran

It is the set of technology from Microsoft, on which all
other Microsoft technologies will be depending on in future.

Is This Answer Correct ?    9 Yes 2 No

what is .net..

Answer / subrmaniam

.NET is the microsoft product using .net we can create
either window based applications(c# and GUI),and web based
applications(asp.net,c#) and console applications(c#).
we can create mobile applications also.

Is This Answer Correct ?    3 Yes 0 No

what is .net..

Answer / priya

.NET is a framework or technolgy..Net is both a business
strategy from Microsoft and its collection of programming
languages support for what are known as Web services, the
ability to use the Web rather than your own computer for
various services..NET applications will only run on
Microsoft platforms, such as Windows Server or Windows XP.

Is This Answer Correct ?    3 Yes 0 No

what is .net..

Answer / manish

.NET is the microsoft product using .net we can create
either window based applications(c# and GUI),and web based
applications(asp.net,c#) and console applications(c#).
we can create mobile applications also.

Is This Answer Correct ?    1 Yes 0 No

what is .net..

Answer / alinavaz

.net is a framework developed by the MS.

using this we can develop web services

and

>>>console applications
>>>window based application
>>>and web based applications

Is This Answer Correct ?    1 Yes 0 No

what is .net..

Answer / mohammad arif khan

From my point of view .net is a set base classes and
namespaces such as sql connection,text,
drawing,Configuration,Security,etc... which provides us an
environment(Framework).With the help of this framework we
can create web applications,console applications and mobile
applications.

Is This Answer Correct ?    1 Yes 1 No

what is .net..

Answer / abhi

Dot Net is feature rich platform for development,execution
and deployment of distributed applications over the web

Is This Answer Correct ?    0 Yes 0 No

what is .net..

Answer / merlin

The .NET Framework is Microsoft's comprehensive and
consistent programming model for building applications that
have visually stunning user experiences, seamless and secure
communication, and the ability to model a range of business
processes.

Is This Answer Correct ?    0 Yes 0 No

what is .net..

Answer / shubhangi sapkale

.net is a collection of languages technologies&services.it
providesd langs like c#.net,vb.net,vc++.net by
microsoft.Other type of lang are restricted for developing
one perticuler application,but .net is not restricted any
one perticuler application &by using .net we can develop
atmost any type of application.

Is This Answer Correct ?    0 Yes 0 No

what is .net..

Answer / kesava

.net is network enable technology.
the place where we can develop the applications .It contains several base class libraries .
.net is a frameworks it means it contains the predefined class for re-usability and common language specification and common type specification .Using the predefined libraries we can develop our applications using any one of the .net languages .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


List the advantages and disadvantages of user control an custom control?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


What are the features that make asp.net more used framework? : asp.net mvc

0 Answers  


What is _viewstart?

0 Answers  






How many Garbage Collectors are there for one Application or one Page

1 Answers   Emphasis,


What is asp.net version?

0 Answers  


we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?

7 Answers   CEI, CSC, HCL, Tech Mahindra,


What is the web.config file in asp?

0 Answers  


What are the types of session in asp.net?

0 Answers  


What is the benefit of WebAPI over WCF?

0 Answers  


When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


Categories