Jump to content

move files or create new project (Angular, C#)

shooter27

Hi, I got free time so I started to learn Angular, now I want to do the backend to communicate with my database in C# and saw that visual studio has a project template for exactly that BUT I already started a Angular project, so I'm wondering if just moving the files over on a c# existing project will create conflicts and if so I'll start an angular-c# template project. Not sure if that makes sense..? Thanks anyway

Link to comment
Share on other sites

Link to post
Share on other sites

You can copy files over & resolve the errors as necessary. 

 

Most project files are Text documents. 

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

Not really sure what the problem is here. If you want to create a back-end API for your Angular based website just start a simple ASP.NET core API project in VS. On controller endpoints do the actions you need (including some database stuff). I would recommend adding Swagger API documentation to your project (easily done via Nuget) so that when the API is done you can auto generate a client in javascript and just copy it over to your UI side of things.

i5-4690k, R9 380 4gb, 8gb-1600MHz ram, corsair vs 550w, astrock h97m anniversary.

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×