Base solution for your next web application
Open Closed

How to update only backend code only ? #10820


User avatar
0
shedspotter created

What is your product version? 10.3.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 5

Hi, we want to update backend code with the latest version. How can we do that and it is possible to update the backend only we do not want to update the front end

Thanks


3 Answer(s)
  • User Avatar
    0
    musa.demir created

    Hi @shedspotter

    Unfortunately, it is not possible.

  • User Avatar
    0
    shedspotter created

    Hi musa.demir , is there any reasone that we can not update the backend with out updating the front end to the latest version Thanks

  • User Avatar
    0
    musa.demir created

    Hi @shedspotter

    If there are no breaking changes, backend should provide required functionalty to frontend, so front-end should work as expected.

    I tought you will follow that(https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Version-Updating) document and update it. And since angular and .net project is in the same folder, your git will also contain angular-side of the changes all the time.