Block or inl<i>ne?
Subscribe for more content!
Top stories
How we attract and train the best minds
Binary Studio Academy is our award-winning program for the most talented and brightest computer science graduates in Eastern Europe. Every year, the program runs for three intense months, during which we teach the fundamentals of professional software development using the latest technologies and best practices in the industry.
HATEOAS in ASP.NET Core
Almost every web developer knows what REST is (or at least heard about it), but much fewer of them know about HATEOAS, although it’s an essential part of the REST style.
HATEOAS stands for Hypermedia as the Engine of Application State. Formally, it’s a constraint of the REST application architecture, but in fact, it’s a structured format of responses that includes not only the requested data but also ways for working with it. It means that it’s enough for a client to know just some static URL, and everything else will be discovered in the process.