Showing posts from May, 2021

Entity Framework Core 2.1: Difference between FromSql and ExecuteSqlCommand

In this article we will discuss with an example, what is the difference between FromSql and ExecuteSqlCommand functions in Entity…

Read More »

ASP.Net MVC-Consume external API inside Controller

In this article we will learn how to Consume external API inside Controller in ASP.NET MVC. Suppose we have a external API then …

Read More »
Load More That is All