No announcements
Found 972176 threads
-
3 Votes
Globalization vs Localization vs Internationalization ??????
This answer might be the Microsoft view, but is definitely not consistent with all the industry uses of the word 'globalization' that I understand, and ...Answered | 3 Replies | 18857 Views | Created by Sanjay Sutar - Monday, February 2, 2009 4:39 AM | Last reply by Dave McLellan - Thursday, January 20, 2011 6:44 PM -
0 Votes
Is it possible to test Repository layer?
On 2/27/2013 1:29 AM, Alexander Sun wrote: Hi Weera, How do you test Repository ...Answered | 4 Replies | 1625 Views | Created by Mr.Weera PongPruchya - Tuesday, February 26, 2013 12:27 PM | Last reply by darnold924 - Thursday, February 28, 2013 2:46 AM -
0 Votes
Localization and internationalization in service and repository layer
For both you can make separate layer and use same resources in multiple projects.Unanswered | 1 Replies | 100 Views | Created by Anonymous - Wednesday, June 8, 2016 9:09 AM | Last reply by Anonymous - Tuesday, June 20, 2017 4:38 AM -
0 Votes
Service Layer, Business Layer Data Layer redirects ?
See chapter 13 for service layer guidelines and chapter 9 for layers and tiers.Answered | 6 Replies | 5075 Views | Created by zapacila89 - Thursday, July 30, 2009 8:32 AM | Last reply by Paul Gielens - Friday, July 31, 2009 8:44 AM -
0 Votes
How to internationalize a push message
Hi, Please take the following steps to localize strings for different languages and markets.Answered | 1 Replies | 2922 Views | Created by Hugo Villalba - Wednesday, April 25, 2012 1:34 AM | Last reply by Robin_Yang - Wednesday, April 25, 2012 8:29 AM -
0 Votes
Interfaces For DAL in Data Access Layer or Business Layer
In Scott's book, DDD depends on DI (Dependency Injection) and IoC (Inversion Of Control) by Injecting the repositories into the domain model from the Application Services ...Answered | 5 Replies | 6938 Views | Created by witdaj - Thursday, December 22, 2011 7:01 PM | Last reply by atconway - Wednesday, January 4, 2012 2:04 PM -
1 Votes
Internationalization and general string formating
Hi, I'm working in C++ porting to UNICODE and attempting to localize all strings.Answered | 1 Replies | 4250 Views | Created by dcaputi - Thursday, April 5, 2012 7:13 PM | Last reply by Luigi Bruno - Thursday, April 5, 2012 8:26 PM -
11 Votes
DTOs, Repositories, BALs
In some cases I implement extension methods of data layer object (repository, DAO) in application layer to directly mapping from data entity to DTO which ...Answered | 37 Replies | 2228 Views | Created by Belarmino Vicenzo - Monday, December 17, 2018 8:50 AM | Last reply by Petr B - Thursday, December 27, 2018 8:37 AM -
0 Votes
Help migrating Mercurial repositories to TFS Git repositories
hi John you should first import the Mercurial repository to a local Git repository.Answered | 1 Replies | 1140 Views | Created by JohnH_Work - Wednesday, May 18, 2016 3:40 PM | Last reply by Daniel_Steiner - Wednesday, May 18, 2016 4:19 PM -
0 Votes
Local git repository with multiple remotes - one of which is on TFS
As far as I know you need configure different local repository path for TFS Server and VSO in Team Explorer in this scenario.Answered | 1 Replies | 588 Views | Created by muiscatrom - Wednesday, October 14, 2015 12:32 PM | Last reply by John Qiao - Thursday, October 15, 2015 2:57 AM -
0 Votes
Internationalization
Hey All, My organization is planning to update our apps to support localization in other languages.Answered | 2 Replies | 767 Views | Created by AvePoint Store - Thursday, February 20, 2014 8:32 PM | Last reply by AvePoint Store - Thursday, February 27, 2014 7:07 PM -
8 Votes
EF4 with Repository and Unit of Work patterns – Is that necessary?
In the case where there is a service such as a WCF service and it has a reference to classlib project that contains the BLL in a folder, the ...Answered | 14 Replies | 12737 Views | Created by Abdallah.Hussein - Monday, September 27, 2010 1:16 PM | Last reply by Jorge Fioranelli - Wednesday, October 27, 2010 10:24 PM -
0 Votes
Forward event from Service layer
Have you considered to define an event handler in View Model or Business Layer, then pass (via constructors or BusinessLogic and ServiceInstance) to Service Layer, ...Answered | 2 Replies | 288 Views | Created by JP_MSDeveloper - Wednesday, March 23, 2016 8:48 PM | Last reply by Viorel_ - Thursday, March 24, 2016 6:12 AM -
0 Votes
Second Layer Security for Wcf Service
I have hosted Wcf Service .Answered | 2 Replies | 1053 Views | Created by Raju S Nair - Friday, March 8, 2013 6:49 AM | Last reply by Haixia_Xie - Tuesday, March 12, 2013 8:16 AM -
4 Votes
failed to register layer: layer does not exist
docker images output is empty, all I can see is column headers (REPOSITORY TAG IMAGE ID CREATED SIZE) with no rows below.Answered | 7 Replies | 959 Views | Created by s0v3r1gn - Tuesday, July 12, 2016 10:05 PM | Last reply by Maciek Misztal - Friday, July 22, 2016 10:43 AM -
1 Votes
Repository/dbContext design - multiple vs single
I can see your point but it does seem wasteful to create multiple context and repository modules when your final goal is a single application that will use them all.Answered | 2 Replies | 4217 Views | Created by pretzelb - Thursday, May 24, 2012 7:09 PM | Last reply by pretzelb - Friday, May 25, 2012 3:27 PM -
4 Votes
Is there a way to turn off Internationalization?
When building the projects, we are copying the localized versions of the assemblies during the build process.Answered | 12 Replies | 3015 Views | Created by JoeChrz - Wednesday, July 27, 2011 9:07 PM | Last reply by Andreas Schneider,GER - Wednesday, March 20, 2013 1:55 PM -
0 Votes
Responsibilities of Service Layer and Repository Layer
I think of a "Service Layer" nothing more than a layer that is responsible for delegating to "other" manager classes, repository classes, ...Answered | 7 Replies | 172 Views | Created by Anonymous - Wednesday, November 18, 2009 7:56 AM | Last reply by Anonymous - Thursday, November 19, 2009 2:59 AM -
0 Votes
n tier design Service accesses data layer?
business <-> data service <-> business presentation <-> service??Answered | 8 Replies | 5863 Views | Created by zapacila89 - Monday, July 20, 2009 11:45 AM | Last reply by zapacila89 - Tuesday, July 21, 2009 9:22 AM -
0 Votes
use of repository design pattern
The following are the objectives Objectives Use the Repository pattern to achieve one or more of the following ...Answered | 1 Replies | 3472 Views | Created by waqar100 - Friday, May 11, 2012 5:58 AM | Last reply by Sezhiyan Thiagarajan - Monday, May 14, 2012 4:57 AM - Items 1 to 20 of 972176 Next ›
No announcements