Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
olap can process difficult queries and give the output in less than 01 seconds for it to achieve like performance olap uses aggregations aggregations
functioning of rolap happens concurrently with relational databases data and tables are stored as relational tables to hold new information or data
classic form of olap is called as molap and it is often known as olap simple database structures like time period product location etc are used
hyper cube or multidimensional cube forms the core of olap system this having of measures which are arranged according to dimensions hyper cube meta
olap is called as online analytical processing which gives answers to queries which are multi dimensional in nature it composes relational reporting
netdynamics application server was the primary java-based integrated software platform the product was developed by netdynamics inc as java became
layout pages can describe sections which can then be overridden by particular views making use of the layout major and overriding sections is
when using aspx view engine to have a steady look and feel across all pages of the application we can build use of aspnet master pages what is aspnet
if we have multiple filters impleted what is the order in which these filters get implemented ans 1 authorization filters2 response filters3
what is the difference among adding routes to a webforms application and to an mvc applicationans to add routes to a webforms application we use
1 url pattern - you can contain placeholders in a url pattern so that variable data can be passed to the request handler without having a query
in an aspnet web application that does not build use of routing an incoming browser request should map to a physical file if the file does not
what are the 3 segments of the default route that is there in an aspnet mvc applicationans segment 1st - controller namesegment 2nd - action
aspnet mvc uses aspnet routing to map incoming browser requests to controller action process aspnet routing makes use of route table route table is
in general all public processes of a controller class are treated as action processes if you require prevent this default behaviour just decorate the
the following are just a few return types of a controller action process in common an action process can return an instance of an any class that
the controller responds to user interactions with the application by selecting the act method to implement and also selecting the view to render
is it possible to unit test an mvc application without running the controllers in an aspnet processans yes all the features in an aspnet mvc
what is the greatest benefit of using aspnet mvc over aspnet webformsans it is complex to unit test ui with webforms where views in mvc can be very
is it possible to join aspnet webforms and aspmvc and make a single web applicationans yes it is possible to join aspnet webforms and aspmvc and
mvc framework defines in systemwebmvc mvc framework defines in systemwebmvc
1 m - model2 v - view3 c - 1 m - model2 v - view3 c -
there are no needs if you need to use a viewport you can if you want to render components into divs you can do that aswell
what is finest way to get a reference to the viewport from anywhere in the codeans you can use refs config to set a reference on the
model-view-controller mvc is a design pattern in which the user input the modelling of the external world and the visual feedback to the user are