Quantcast
Channel: Layers ?
Browsing all 15 articles
Browse latest View live

Layers ?

It doesn't really matter what you call them...some borrow, invent, or abuse the names anyway.Most are business logic layers. Then you have the crust, mantle, and core. Ouside of that you have the...

View Article



Layers ?

In a Domain Driven Model the central core is the business logics or the 1) Domain models. It will be accessed through a service layer 3) Domain Service Layer. Domain model follows the code first...

View Article

Layers ?

Just a comment on your question title - not to be taken too seriously. :)When I saw it my first thought was "chickens, hens and geese".Regards David R...

View Article

Layers ?

Thank you for your replies. They are so helpful for me.Can you give me as some codes example too ?  for validation layer, security layer etc. Here are some useful code snippets i have...

View Article

Layers ?

Yeah.. They two coexist in the same assembly.Please mark this post as answer if it solved your problem. Happy Programming!

View Article


Layers ?

He is just beginner and doesn't even know to invoke dll. That's why I just gave a brief idea of what is a layered architecture and hence gave the the example of 3 layered architecture. And of course,...

View Article

Layers ?

Not really, the presentation layer is certainly not your User Interface! but your user interface may resides there or is it what you really meant ? 4) Presentation Layer [Participants: UI, Presentation...

View Article

Layers ?

Hi,You will be found some good resources for learning/building multi tire based architecture with somegood design patterns example from the link below. I hope this might be helpful to you....

View Article


Layers ?

presentation layer is your User interface. Typically this is your executable (winodows forms) or WebPage (Asp.net). In presentation layer you may just concentrate on look and feel of your application....

View Article


Layers ?

Thank you for your replies. They are so helpful for me.Can you give me as some codes example too ?  for validation layer, security layer etc. 

View Article

Layers ?

Layered arcitecture is a big topic. You have analyze the requirement and then decide which layer contains what. For more info on layered architecture in .NET, see below...

View Article

Layers ?

There is no such 'hard and fast' layers; you call a block of functionality - a layer. Generally, you need:- Datalayer (interacts with the data source)- Business logic (perform complex calculations,...

View Article

Layers ?

For example, if i did encription for ConnectString, it would be security layer ? other example is that SQLParameter can be security layer ?Can you teach me other some layers too ?My other question is...

View Article


Layers ?

The layers are not just limited to 3 layers. But a typical 3-layered architecture involves following layers presentation layer | Business Layer | Data Access Layerpresentation layer is your User...

View Article

Layers ?

HelloThere are layers at architecture. I know 3 layers. 1-) Data Access Layer 2-) Stored Procedure 3-) Codes at Cs. is it right ? or am i wrong?I want to know more about layer. For example i heard...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images