Relative Content

Tag Archive for backend

Building an Equipment Management App: Choosing a Beginner-Friendly Backend Framework”

Now, I want to build an app for equipment in/out records. The main function is that users can choose the equipment they want and then submit it, but all the equipment shown will come from the MySQL database. So, I want to choose which framework to use for my backend. I should mention that I’ve never touched backend development before, so I hope the suggestions can be easy for me. Thank you.

Using HTML format in ASP.NETCORE Views

How should we use models in the pages of the site in the ASP.NETCORE framework, where we entered a template in _Layout in the shared folder and it is the main template of our site? How to connect the views to the main site format?

Using databases to store temporary results between the backend and frontend of a webservice

I have a multithreaded backend application. It is inputted x, and outputs y, and this makes up a “job”. A job can take up to several seconds to complete. The application is fed input via HTTP requests, and once the job is completed it will return a response to the HTTP (so the response time can be several seconds). The response data can vary in size from a couple of bytes to around half a mb.