what is asp dotnet

Answers were Sorted based on User's Feedback



what is asp dotnet ..

Answer / krishna kumar - kasbah systems

For beginners
--------------
ASP.NET is a set of web development technologies marketed
by Microsoft. Programmers can use this set of technologies
to build web applications and XML web services.
For intermediate
----------------
This is the latest incarnation of Microsoft's middleware
for the Internet. ASP.NET is built upon the .NET Framework.
The .NET Framework has two main components: the common
language runtime (CLR) and the .NET Framework class
library. The CLR is the foundation of the .NET Framework.
You can think of it as an agent that manages code at
execution time for both Windows and ASP.NET applications.
The class library, the other main component of the .NET
Framework, is an object-oriented collection of reusable
components that you can use to develop applications for
both Windows and the Web. ASP.NET is therefore the required
environment that supports developers who use the .NET
Framework to develop Web-based applications.

Is This Answer Correct ?    3 Yes 0 No

what is asp dotnet ..

Answer / rashmi

Asp.net is a part of the .net Framework. It allows you to
design,develope and deploy the dynamic and interacing web
pages and web services.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

1 Answers  


How to implement globalization and localization in the use interface in .net.

1 Answers  


Explain repository pattern in asp.net mvc? : asp.net mvc

1 Answers  


What are the steps to follow to host a web application on a web server?

1 Answers   MCN Solutions,


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


How can you make sure that web api returns json data only?

1 Answers  


What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


How do you hide the columns?

1 Answers  


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

1 Answers   Siebel Systems,


WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.

11 Answers   HCL, Microsoft,


How does VB.NET/C# achieve polymorphism?

6 Answers   Siebel Systems,


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

3 Answers   Satyam,


Categories