I\'m writing a cross-platform code in C#. The code will involve IO, so I\'m prolly using the System.io namespace.
I have done a search on Google for applications writen with Datasnap and didn\'t find much information. 开发者_Python百科
What are these in Java EE .Presentation Tier .Business Tier .Integration Tier I like to know what are these patterns with ex开发者_JS百科ample
I\'m splitting up an N-tier stack to allow independent scaling of the tiers, better dep开发者_StackOverflow社区loyment independence, and I\'d like to know what people are currently choosing for servic
Is it ok to roll your own localization framework? I would be ok using the default .NET localization behavior (i.e., putting text in resource files named a certain way in the assembly), except that we
I usually name by classes in the Business project as Manager.cs, like BaseManager.cs, CommentsManager.cs, ProfileManager.cs, etc...
Ok this one is might not have a straight forward answer but lets see. I am trying to design a DAL that will sit on the network and serve EF objects to developers who are writing clients that need to
First of all i will describe current state: Server consists of several WCF services, hosted in one or several win services ondiffirent machines.
Say I have a 3-tier architecture (开发者_运维技巧UI, Business, and Data).Usually, I create a 4th project called \"Model\" or \"Common\" to keep my data access objects and each of the other projects wo
I am developing application in N-Tier Architecture. as we all know that we need to implement transactions while insert/update/delete operation. please tell me how to use transaction in c#.net in N-Tie