In this article, I will explain how to read the JSON POST request body in ASP.NET MVC. Here I’ll also explain different kinds of ways to read the request body in the action method of the MVC controller. Here I’ll also show how you can pass data into the request […]
Create REST API with ASP.NET Core 5.0 And Entity Framework Core
In this article, we will learn how to create a web API project with ASP.NET Core 5.0 and entity framework core. Here I’ll show you how to CRUD (Create, Read, Update and Delete) operations on SQL server database table using the ASP.NET Core 5.0 REST API and Entity Framework Core. […]
How to Bind WebGrid in ASP.NET MVC
In this article, I will explain, how to populate/Bind web grid in ASP.NET MVC. Here I’ll show you how to create a table in the database, how to record into SQL Server database table as well as how to retrieve the data from the SQL Server database using entity framework […]
Export Data to CSV File Using ASP.NET MVC
Introduction In this article, I am going to explain how to export data into a CSV file using ASP.NET MVC with SQL Server and entity framework. Here, I’ll also explain how to fetch records from SQL server database using entity framework and display it into view in MVC as well […]
Read large text file batch wise using c#
In this article, I’ll show you how to read a large text file in c#. I will also explain how to create batches for reading a large text file using c#. To read the text file I’ll use CustomFileReader class, where i will implement IEnumerable interface to read batch wise sequential […]
ASP.NET | Multiselect Dropdown List With Checkboxes
In this article, I am going to explain how to implement multi-select drop-down list along with a checkbox in asp.net using jQuery. I will also explain about way to display the selected item/checked values of drop-down list. In this tutorial, I will use jQuery plugin for the multi-select dropdown list. […]
Pass DataTable to Stored Procedure as Parameter in C#
In this article, I am going to explain how to pass DataTable to the stored procedure as a parameter. Here I will also explain how to create user-defined table types, stored procedures as well as reading data from notepads. I have seen, many developers get requirements for getting records from […]






