This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.
On a website, validations are the procedures and guidelines that guarantee user-...
Based on the data type we provided, the Editor HTML Helper in ASP.NET Core MVC u...
We can cache particular sections of our Razor views using the Cache Tag Helpers ...
The ASP.NET Core Application's Model Binding mechanism gathers information from ...
Method Overloading is the common way of implementing polymorphism. It is the abi...
Method Hiding / Method Shadowing is a feature of C# that enables you to hide bas...
We can add new HTML elements to our existing ones or make our own custom HTML el...
Custom model binding is the process of intercepting the ASP.NET Core MVC standar...
Data annotations are frequently used to regulate how model classes behave in rel...
Delegates in C# are similar to the function pointer in C/C++. It provides a way ...
Extension methods as the name implies is about extending the functionalities of ...
A class's stored data variables can have access modifiers applied to them to con...
Encapsulation is a fundamental concept in object-oriented programming (OOP) that...
By default, Sergen designates a table's first text field as the name field.
A life cycle is only a sequence of actions or occurrences used to respond to a s...
MVC stands for Model, View, and Controller. MVC separates an application into th...