Image source: Google |
Ajay Gangwar | .Net Dev Corner
Friday, May 10, 2024
LIC | What is the Grace Period of LIC Premium Payments?
In the case of LIC Premium payments, due to some reason, if you fail to pay the premium on time, then the grace period is from 15 to 30 days.
Monday, June 12, 2023
Wednesday, May 10, 2023
Tuesday, May 9, 2023
Wednesday, February 15, 2023
Tuesday, February 14, 2023
How to add the prefix to the ID column with auto increment ID in SQL?
Here, I am taking an example of a Product. We have different types of products, so I want to generate a new ProductId using a prefix of value like the below:
Monday, February 13, 2023
What is mean by Shadowing?
Shadowing:
The terms "Shadowing", is defined in VB.Net. In C#, this is known as new keyword.
Sunday, February 12, 2023
How do you hide base class methods?
Using the new keyword in the derived class, the base class method can be hidden or suppressed. New implementation can be added to the derived class.
Saturday, February 11, 2023
Friday, February 10, 2023
How method overriding different from overloading?
Overriding different from Overloading:
If we are overriding the method, derived class method behaviour is changed from the base class. In Overloading, method with same name by different signature is used.
Subscribe to:
Posts (Atom)