Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi friends,
I am planning to develop a web app, I  am a newbie in web development. What my app do is finding companies and their product from the locally stored MS SQL database. How can i achieve this using .net core. Which else technologies should use. 
I will have different kinds of objects with different properties.
How can i filter them. which template should used, WebAPI or Just MVC?


Thanks in advance

What I have tried:

Tried some examples. also searching internet for informations.
Posted
Updated 9-Jun-20 22:41pm

Quote:
Which else technologies should use.

This tutorial site is about technologies/languages you need to master for web apps: W3Schools Online Web Tutorials[^].
First, design the database, define how you feed it, retrieve data, update.
The web app is split in 3:
- the data base is on SQL server, probably on server too, SQL language is mandatory.
- a part is server, this part is the 1 that access the database.
- a part is client's browser, languages are html/css and JavaScript.
 
Share this answer
 
Comments
Member 14592245 10-Jun-20 4:49am    
Thank you, I will have look on those tutorials.
We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you.

And the "question" is so broad, so subject to your abilities, skills and knowledge as well as details of the actual task - all of which are completely unknown to us - that we really can't help you in any specific way. Particularly in a little textbox like this ... :laugh:

So we need you to do the work, and we will help you when you get stuck. That doesn't mean we will give you a step by step solution you can hand in!
Start by explaining where you are at the moment, and what the next step in the process is. Then tell us what you have tried to get that next step working, and what happened when you did.
 
Share this answer
 
Comments
Member 14592245 10-Jun-20 4:49am    
Thanks for reply,
I am not asking you to do the job or source code. And sounds rude.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900