I am going to start a campus management system its scope is a bit broader , right now I am not clear which specific design pattern and architecture pattern should I use , Should I use normal Controller , Model and views approach as in normal mvc templates or should I used three tier architecture along side with the default MVC architecture.
WHY SHOULD I USE WEB API?
I knew web api return data in generic format XML and JSON , and multiple clients can be handled with it , but right now I do not have a plan to have mobile application as well for this application .So i just would have web application ,
I knew web api return data in generic format XML and JSON , and multiple clients can be handled with it , but right now I do not have a plan to have mobile application as well for this application .So i just would have web application ,
the MAJORS which i need to consider right now is RUSH development i have short time to do that entire stuff.
can someone share his thoughts alongside with any refernece project which is available here to see .
My Second question I have copied the frontend admin template from some where , but it is in html not in razor view? is it necessary to have in razor view OR is there any shortcut to convert HTML TO razor syntax .
What are the specifics of using web api what added advantage i would have ?
My Second question I have copied the frontend admin template from some where , but it is in html not in razor view? is it necessary to have in razor view OR is there any shortcut to convert HTML TO razor syntax .
What are the specifics of using web api what added advantage i would have ?
Mageshwaran RPosted Nov 24, 2019, 12:10 AM
Mark TaborPosted Jul 24, 2019, 2:33 AM
Bidyasagar MishraPosted Jul 24, 2019, 12:04 AM
- Supports JSON, plain XML or any format that HTTP supports using content negotiation and media type formatter
- It is very simple to use
- No need to describe your data, if you want you can provide PDF format
- Supports HTTP full functionality
- It also supports MVC features such as applying filters before or after executing an action just like MVC can
- Due to the HTTP service it can be broadly reached by all clients.
Chittaranjan SwainPosted Jul 23, 2019, 9:59 PM
Jaish MathewsPosted Jul 23, 2019, 10:48 AM