A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
REST is an acronym for Representational State Transfer, an architectural style that has become extremely popular over the past few years. A RESTful API is one that it is built in accordance with the ...
We have three ways to return data and HTTP status codes from an action method in ASP.NET Core. You can return a specific type, return an instance of type IActionResult, or return an instance of type ...
Amazon Web Services Inc. (AWS) this week said .NET-centric developers using its cloud platform to write AWS Lambda functions can now do so in C# while leveraging .NET Core 2.0 libraries. AWS Lambda ...
Web developers enjoy some attention in the new .NET 8 Preview 7, where the ASP.NET Core framework saw improvements on several fronts ranging from JavaScript to Blazor. Of special concern to readers of ...
Last month, Microsoft announced it would open source more of its .NET programming framework and take it cross-platform to Linux and Mac. The centerpiece of this work is the .NET Core, the development ...
Key Takeaways Understanding and using Unit Tests correctly are important for your ASP.NET Core Web API solutions Learning about and using Mock data for your unit testing will allow you to have stable ...