2 followers
C# / Delphi Developer | JavaScript enthusiastic
In this article, we would learn about virtual, override and new keyword. Before moving further to understand about virtual, override and new , it's...
In this tutorial, we would learn about static keyword in c# programming language. static : something which belongs to the type itself, not with an...
In ASP.NET core world , a user request is routed to appropriate controller and then action method to be executed. In some cases, user may need to run...
An ASP.NET Core application's workflow consist of accepting request and serving response to client. With this workflow, an application has different...
One of the key characteristics of any cloud solution is to ensure high availability (HA). High availability ensures the continuous operation or uptime...
FireDAC is universal data access library which provides a common API to connect with different database back-end , maintaining the access to database...