Category - Entity Framework
Results 41 - 60 of 420
05 Jan 2023 05 Jan 2023 0 Comments  665 Views
Here Mudassar Khan has explained with an example, how to use Web API with Entity Framework in .Net Core.

This article makes use of Entity Framework Database First Approach in order to connect Web API with Database in .Net Core.
05 Jan 2023 05 Jan 2023 0 Comments  1041 Views
Here Mudassar Khan has explained with an example, how to use Web API with Entity Framework Database First approach in ASP.Net Core MVC.

This article will illustrate how to connect a Web API to Database using Entity Framework in ASP.Net Core MVC.
05 Jan 2023 05 Jan 2023 0 Comments  475 Views
Here Mudassar Khan has explained with an example, how to use Web API with Entity Framework Database First approach in ASP.Net MVC.

The Web API Action method will be called inside the MVC Controller’s Action method using HttpClient class in ASP.Net MVC.
03 Jan 2023 03 Jan 2023 0 Comments  3333 Views
Here Mudassar Khan has explained with an example, how to use Web API without Entity Framework in ASP.Net Core MVC.

This article makes use of ADO.Net as an alternative to Entity Framework for connecting Web API to SQL Server database.
03 Jan 2023 03 Jan 2023 0 Comments  1218 Views
Here Mudassar Khan has explained with an example, how to use Web API without Entity Framework in ASP.Net MVC.

This article makes use of ADO.Net as an alternative to Entity Framework for connecting Web API to SQL Server database.
25 Dec 2022 25 Dec 2022 0 Comments  1262 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to PDF file in ASP.Net Core Razor Pages.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to PDF file in ASP.Net Core Razor Pages.
25 Dec 2022 25 Dec 2022 0 Comments  861 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to PDF file in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to PDF file in ASP.Net Core MVC.
25 Dec 2022 25 Dec 2022 0 Comments  856 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net Core Razor Pages.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the PageModel which will be exported to Word document in ASP.Net Core Razor Pages.
25 Dec 2022 25 Dec 2022 0 Comments  567 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Word document in ASP.Net Core MVC.
22 Dec 2022 22 Dec 2022 0 Comments  837 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Word document in ASP.Net MVC.
20 Dec 2022 20 Dec 2022 0 Comments  1019 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Excel file in ASP.Net Core Razor Pages.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the PageModel which will be exported to Excel file in ASP.Net Core Razor Pages.
20 Dec 2022 20 Dec 2022 0 Comments  1092 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Excel file in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Excel file in ASP.Net Core MVC.
19 Dec 2022 19 Dec 2022 0 Comments  1057 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to CSV (Text) file in ASP.Net Core Razor Pages.

The WebGrid will be populated from database using Entity Framework and then the records from the database will be exported and downloaded as Microsoft CSV (Text) file in ASP.Net Core Razor Pages.
19 Dec 2022 19 Dec 2022 0 Comments  707 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to CSV (Text) file in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the records from the database will be exported and downloaded as Microsoft CSV (Text) file in ASP.Net Core MVC.
05 Dec 2022 05 Dec 2022 0 Comments  1205 Views
Here Mudassar Khan has explained with an example, how to populate (bind) WebGrid using Stored Procedure and Entity Framework in ASP.Net Core Razor Pages.

The Stored Procedure will be called using Entity Framework in ASP.Net Core Razor Pages.
05 Dec 2022 05 Dec 2022 0 Comments  1085 Views
Here Mudassar Khan has explained with an example, how to populate (bind) WebGrid using Stored Procedure and Entity Framework in ASP.Net Core MVC.

The Stored Procedure will be called using Entity Framework in ASP.Net Core MVC.
30 Nov 2022 30 Nov 2022 0 Comments  1200 Views
Here Mudassar Khan has explained with an example, how to pass (send) parameter to Stored Procedure in ASP.Net Core Razor Pages.

The Stored Procedure is called with parameter using the FromSql function of Entity Framework in ASP.Net Core Razor Pages.
30 Nov 2022 30 Nov 2022 2 Comments  3115 Views
Here Mudassar Khan has explained with an example, how to use Stored Procedure in ASP.Net Core Razor Pages.

The Stored Procedure is called using the FromSql function of Entity Framework in ASP.Net Core Razor Pages.
30 Nov 2022 30 Nov 2022 0 Comments  973 Views
Here Mudassar Khan has explained with an example, how to pass parameter to Stored Procedure using Entity Framework in ASP.Net Core.

The Stored Procedure is called with parameter using the FromSql function of Entity Framework in ASP.Net Core.
30 Nov 2022 30 Nov 2022 0 Comments  1961 Views
Here Mudassar Khan has explained with an example, how to pass (send) parameter to Stored Procedure in ASP.Net Core MVC.

The Stored Procedure is called with parameter using the FromSql function of Entity Framework in ASP.Net Core MVC.
Results 41 - 60 of 420