The virtual keyword is used to modify a method, property, indexer, or event declared in the base class and allow it to be overridden in the derived class. The override keyword is used to extend or modify a virtual/abstract method, property, indexer, or event of base class into derived class.
Every Question..What does it mean? Why is this? How it works?
Microsoft .Net (pronounced dot (.) net) may be a package element that runs on the Windows software package.
.Net provides tools and libraries that change developers to form Windows package a lot of quicker and easier.
Microsoft describes it as:".Net is that the Microsoft internet Service strategy to attach data, people,
system and devices through software".I'm Choulla Naresh..!
Friday, August 7, 2020
Why abstraction is used in C#?
Abstraction allows making relevant information visible and encapsulation enables a programmer to implement the desired level of abstraction. Abstraction can be achieved using abstract classes in C#. C# allows you to create abstract classes that are used to provide a partial class implementation of an interface.
Thursday, August 6, 2020
how to call web api method in client application c#
Is it necessary to override a virtual method in C#?
Tuesday, August 4, 2020
error occurred while configuring nuget package manager
Sunday, August 2, 2020
Why is abstraction needed?
Thursday, June 18, 2020
Change or remove windows saved passwords
2. Choose the credentials you want to remove and click on down arrow icon next to it.
3. Finally, click Remove.
Wednesday, March 18, 2020
This site can’t be reached error
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
Tuesday, March 17, 2020
How to search particular date records in sql sqerver
How do I create a SQL table under a different schema
CREATE SCHEMA SchemaName;
or go to expand the database and goto security folder then expand and create the schema.
it will create under the schema.
- here if we create any database it will create under dbo.
we want to create under our created schema
create a table and add primary key and auto-increment
then right-click on properties and change schema. that's it njoy...