All Questions
2 questions
0
votes
1
answer
248
views
How To Design Tiers For Web and Mobile App
The scenario is to have a Mobile App and Web App too.
So currently I can think of two scenarios
Which one do you guys think is better?
PS : If needed I can also implement DAL Layer in both the cases ...
4
votes
3
answers
6k
views
Calling Web API vs adding reference to underlying dlls [closed]
This is more of an Architecture question, and I want to know all the possible pros and cons of the approach.
In my org, we have an ASP.NET Application say "A", a Web API Project say "W", and ...