All Questions
Tagged with asp.net-mvc-web-api web-applications
4 questions
1
vote
1
answer
151
views
In which order should page- and pageSize-parameters be used?
I'm building an api and a bit into the development I realized that I constantly change the order of the page and pageSize parameters.
Currently I use C# and javascript, so the method declaration ...
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 ...
0
votes
1
answer
174
views
My web app uses ASP, but does-it need it?
I’m relatively new to web development, and I’m amazed at the variety of new concepts in the field. I could probably use some help to synthetize.
I have to deal with is a backend written in Delphi, ...
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 ...