Watch Pre-recorded Live Shows Here
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Sabeesh V4u
1.4k
777
226.7k
Please how can i create web api and mvc solution seperatly ?
May 30 2016 3:12 AM
Hi all, I need a help..Basically i'm new to the .net application.Here am trying to develop an application for Accounting Purpose.Am totally confused that how can I use the design pattern..MVC is preferring. I have to use this app both in Desktop and as a mobile app.App should be more secure.So please guide me how to design the project
What I have tried:
1.WebApi + MVC is good option i think but for this,should i create 2 solution for both api and mvc?
2. should it work smart phone as well as desktop?
Database-PostgreeSql
Application will have two parts –
Part I – Accessible to the client through the web page
Part II – Back-end accessible only to us (Company) where all the processing is carried out
Perform the initial setup once the client is registered – create the account in the accounting software and create the chart of accounts
1.Review and process documents
2. Accounting – the entries will be passed in the application and will be exported to the accounting software
Reply
Answers (
1
)
Lock statement in multithreading
Why we use Monitor in threading