Category: dotnetcore
-
All about types of Action Results in the Web API
A Web API controller action can return the following types: void HttpResponseMessage IHttpActionResult Other types, such as IEnumerable, object, collections, etc.
-
How to write Unit Tests for a .NET Core Application
Read full article on the Infragistics blog Writing unit tests is a good software engineering practice. In this article, we will learn how to create a C# .NET Core application while adhering to the Test Driven Development (TDD) approach. In the TDD approach, before implementing a functionality, you write a unit test for it. For…
-
How to Write Your First .NET Core 2.0 Application
Read full article on the Infragistics blog here Microsoft .NET Core is a cross-platform open source software development framework that can be used to build applications for mobile, Windows, and the web. You can learn more about .NET Core here, but in this blog post, we’ll walk you through how to create and publish a…