answersLogoWhite

0

Ms Sql, Oracle, Ms Access

User Avatar

Wiki User

13y ago

What else can I help you with?

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


What are the duties of a backend?

The duties of a backend developer primarily involve server-side logic, database management, and application programming interface (API) integration. They are responsible for building and maintaining the technology that powers the components of a website or application, ensuring efficient data processing and storage. Additionally, backend developers collaborate with frontend developers to ensure seamless communication between the server and the user interface. Their role often includes optimizing performance, security, and scalability of the application.


What does against the backend mean?

"Against the backend" typically refers to actions or interactions that occur on the server-side of a web application, as opposed to the client-side (frontend). This can involve database operations, server logic, and API interactions that support the functionality of the application. Essentially, it describes processes that are not directly visible to the user but are crucial for the application’s performance and data management.


Is word perfect office an application software?

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


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.


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


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.


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 ...