manoj batra


{ City } delhi
< Country > india
* Profession *
User No # 29302
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 4
Questions / { manoj batra }
Questions Answers Category Views Company eMail




Answers / { manoj batra }

Question { HCL, 2811 }

Any one tell me what GOOGLE GEARS

and how to use it ?


Answer

Google Gears (BETA) is an open source browser extension that
enables web applications to provide offline functionality
using the following JavaScript APIs:

Store and serve application resources locally
Store data locally in a fully-searchable relational database
Run asynchronous Javascript to improve application
responsiveness

Is This Answer Correct ?    2 Yes 0 No

Question { eSoft, 3307 }

what is n tier ?


Answer

3-Tier architecture generally contains UI or Presentation
Layer, Business Access Layer (BAL) or Business Logic Layer
and Data Access Layer (DAL).

Presentation Layer (UI)
Presentation layer cotains pages like .aspx or windows form
where data is presented to the user or input is taken from
the user.

Business Access Layer (BAL) or Business Logic Layer
BAL contains business logic, validations or calculations
related with the data, if needed. I will call it Business
Access Layer in my demo.


Data Access Layer (DAL)
DAL contains methods that helps business layer to connect
the data and perform required action, might be returning
data or manipulating data (insert, update, delete etc).

Is This Answer Correct ?    0 Yes 2 No


Question { eXensys, 3398 }

whate is AutoEventWireup in .net ?


Answer

To ensure that the ASP.NET engine is aware of customize
events we use the AutoEventWireup attribute, which
signifies whether the Page_Load() event handler (called on
loading the page) is automatically wired up to the
OnPageLoad event. By setting this attribute to false we
must provide our own code to do this if required, but this
gives us a bit more freedom in what we do

Is This Answer Correct ?    5 Yes 2 No