answersLogoWhite

0


Best Answer

Ms Sql, Oracle, Ms Access

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is perfect backend for asp.net application?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


Simple source code invite friend in orkut application in aspnet?

zxvzvzxvzxv


What is the full form of Asax in aspnet?

the full form of asax is Active Server Application Extension


Is word perfect office an application software?

Word Perfect is an application software. All word processors are.


What is back end and Front end?

Front application is that but which we can see and edit or work like games, billing softwares etc and the backend application is database which has collection of data excutes when the front end gives request


What is front end and back end?

Front application is that but which we can see and edit or work like games, billing softwares etc and the backend application is database which has collection of data excutes when the front end gives request


What is a Theme in ASPNET application?

A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across pages in a Web application, across an entire Web application, or across all Web applications on a server.


How many in built objects are there in ASPNet?

there are 6 objects. 1. server 2. session 3. application 4. ObjectContext 5. Response 6. Request


How do you debug an ASPNET application?

To debug a Web application during development. On the Debug menu, click Start to begin debugging the Web application. Visual Studio builds the Web applicationproject, deploys the application if necessary, starts the ASP.NET Development Server if you are debugging locally, and attaches to the ASP.NET worker process.


Is java is front end or back end?

Backend = software running on a server connecting to databases, mainframes, or simply just doing stuff. Frontend = the part a user interacts with. It might be an applet, web page, Swing application, or just about anything that can communicate with the backend.


What is .asax file in aspnet?

Global.asax is a file that contains Application layer events like: Application Start, Application end, Application error ... You can use those events to make some actions like filling data in cache, clear cache, send error email to system admin when errors occur ...


Designing application for ASPNET?

You need to have .NET Framework installed for designing applications for ASP.NET. THE Visual Studio IDE will provide the interface for devloping such applications.See related links.