.NET CORE Articles
-
dot net core 6 sample code to export list of object to csv
Murugan Andezuthu Dharmaratnam | 21 August 2023 | 935
.net core 6 sample code to export list of object to csv … CONTINUE READING
-
using automapper with .net core to get list of data from IDataReader
Murugan Andezuthu Dharmaratnam | 12 January 2022 | 1880
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 | 2664
asp .net core mvc exception 415 unsupported media type … CONTINUE READING
-
.net core serialize object to json
Murugan Andezuthu Dharmaratnam | 17 September 2020 | 2780
.net core serialize object to JSON … CONTINUE READING
-
what is .net core
Murugan Andezuthu Dharmaratnam | 15 September 2020 | 3124
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