layered
Should multiple databases share the same DAL?
We have applications that must reach into multiple databases. Previously, we had separate DALs that would reach into only a single database. A separate business layer would sit on top would reach only[详细]
2023-04-09 14:42 分类:问答Is it a good practice to implement Transactions in the Business Layer
We are looking at impleme开发者_如何学运维nting transactions in our ASP.NET web application. Its a three layered architecture.[详细]
2023-04-04 19:03 分类:问答Magento - Hide Static CMS block on Category Page when using layered navigation
I have a magento site.We are using layered navigation and I would like to add Static content to the category landing page along with results.I have added the cms block and it looks great on the main c[详细]
2023-03-10 10:45 分类:问答Magento - Output Layered Attribute Link in Product page
I\'ve created attributes that I use successfully in the layered navigation of Magento. Those attributes get output in the additional data section of the product page, however, attributes used in laye[详细]
2023-03-07 09:08 分类:问答Magento Layered Navigation - Sort By Count
I would like to sort each of my layered navigation filters by # of item开发者_JS百科s in each filter.[详细]
2023-03-05 20:19 分类:问答Need help with scraping layered windows
I\'m trying to scrape (take a screen shot) a layered window and it doesn\'t seem work correctly. Some layered windows are working fine and some are not. Below is how I\'m doing this:[详细]
2023-02-19 07:18 分类:问答In Magento Layered Navigation, how do I get all items for active filters?
Once a filter becomes active it returns 0 items thus it won\'t show anymore in the \"SHOPPING OPTIONS\". For my custom layered nav I need to fetch and show these items. I know some extension are alrea[详细]
2023-01-31 12:38 分类:问答Assembly reference error with C# EF4 and a layered design
I\'m finally getting around to checking out the latest EF release and I\'m running into some troubles with my testing.[详细]
2023-01-18 01:34 分类:问答Is it double work creating a data access component and business component?
I am designing my first Layered Application which consists of a Data, Business, and a Presentation layer.[详细]
2023-01-14 01:39 分类:问答programming language with granular method and property access
imagine something like this: import class B.*; interface A support开发者_如何学JAVAs A.testSum { int sum( int a , int b ) access from B.calculator;[详细]
2023-01-11 17:36 分类:问答