Tag Archives: ASP.NET WebAPI

Optimistic concurrency control in ASP.NET WebAPI

[warning: long post 🙂 ] Setting the stage The first question, and an expected one would be: what has to do ASP.NET Web API with concurrency control? Until now, in most applications, this problem was approached at persistence layer level … Continue reading

Posted in .NET, Web | Tagged , , , | 18 Comments

Optimistic concurrency control în ASP.NET WebAPI

[warning: loong post 🙂 ] Prima întrebare, și oarecum de așteptat ar fi: ce treabă are ASP.NET Web API cu concurrency control? Până acuma, în majoritatea aplicațiilor, problema asta se trata la nivelul layerului de persistență sau chiar la nivelul … Continue reading

Posted in .NET, Web | Tagged , , , | 3 Comments

Autocomplete “REST-style” în ASP.NET WebAPI

Să zicem că primim următorul task: să se creeze un HTTP service, care să poata fi apelat de un client oarecare pentru a implementa o funcționalitate gen auto-complete. Poate că vrem ca acel service sa fie cât de cat “REST”-style: … Continue reading

Posted in .NET, Web | Tagged , , , | 3 Comments