Dotnet MVC
-
Feb- 2020 -9 February.Net
What is Difference between Html.Partial and Html.RenderPartial in MVC?
Html.Partial returns a string, Html.RenderPartial returns void.– We can store the output of Html.Partial in a variable/able to return from function.– In Html.RenderPartial, we can’t…
Read More » -
5 February.Net
What is IEnumerable, IEnumerator, ICollection and IList,IQueryable in C#
IEnumerable IEnumerable is an interface that defines one method GetEnumerator which returns an IEnumerator interface; this, in turn, allows read-only…
Read More » -
Jan- 2020 -31 January.Net
CRUD Operation in Asp.Net MVC
CRUD Operations in MVC This article is all about ASP.NET MVC CRUD operations using Entity Data Model (DB First Approach).…
Read More »