Tag: programming
Why and When to use Async and Await?
In order to get a clear vision of these keywords, async and await, let us first understand the concept of synchronous and asynchronous programming. Synchronous Programming: It is a method of programming in which tasks are performed one at a
Diagnostics in the C# Programming
The System. Diagnostics namespace provides a process class which has some method to run external .exe or another application into a C#. This also enables you to debug and trace code; start, stop, and kill processes; monitor system performance; and
Creating A New Laravel App With Initial Setup
How to create a new laravel app with initial setup and get everything up and running? To create your first Laravel app, you will require some prerequisites and here is what you will need to have installed: Composer WebServer; I
Methods of Debugging – PHP
Methods of Debugging by dumping information These methods are used for debugging in PHP. We can see the variable values in human-readable form on the console and can find errors in case there are issues due to variables incorrect values.
Authorization Attribute Validation Issue
Authorization attribute validation Issue: 404 status code is returned instead of 401 status code In my application, I was using an API service to be used by external applications, where I needed to implement the authorization of valid requests by