.NET CORE Articles
-
using automapper with .net core to get list of data from IDataReader
Murugan Andezuthu Dharmaratnam |
12 January 2022 |
1054
I have been using automapper 3.3.0 to read data from database using data reader. In this article we will explore how to get data from database to a list of object using automapper and ado .net data raeader. … CONTINUE READING
-
asp .net core mvc exception 415 unsupported media type
Murugan Andezuthu Dharmaratnam |
06 November 2020 |
1877
asp .net core mvc exception 415 unsupported media type … CONTINUE READING
-
.net core serialize object to json
Murugan Andezuthu Dharmaratnam |
17 September 2020 |
1995
.net core serialize object to JSON … CONTINUE READING
-
what is .net core
Murugan Andezuthu Dharmaratnam |
15 September 2020 |
2268
What is .Net Core?. .NET Core is a free open-source general-purpose development platform. It is a successor to the .net framework. Using .NET Core you can build application which will run macOS, Linux, and Windows. … CONTINUE READING