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 ...
Microsoft released the second preview of .NET Core 3, building upon the first beta that introduced support for Windows Forms and Windows Presentation Foundation (WPF) desktop projects. ASP.NET Core 3 ...
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 ...
Today, Microsoft made available its first ever release of .NET Core for Mac and Linux. .NET Core allows developers on platforms that aren’t Windows based to build their applications using the language ...
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 ...