Dependency Injection in ASP.NET Core: Best Practices

Dependency Injection

Dependency injection is an essential aspect of building robust and maintainable applications in ASP.NET Core. It helps to separate concerns, decouple components, and make code more testable, which in turn results in better overall application quality. In this discussion, we are going to look at how to use dependency injection in ASP.NET Core to resolve … Read more

Beyond the Tutorials: A Realistic Look at Coding in the Real World – Part 5

Tutorials

Programming tutorials shows us a land of promise where everything happens as you think; as soon as you think. But real world doesn’t work that way most of the times. Here; you spend hours debugging some CORS error or thinking why your database table Id column is not auto-incrementing. For the last 2 days; I am participating … Read more

Beyond the Tutorials: A Realistic Look at Coding in the Real World – Part 4

Tutorials

Programming tutorials shows us a land of promise where everything happens as you think; as soon as you think. But real world doesn’t work that way most of the times. Here; you spend hours debugging some CORS error or thinking why your database table Id column is not auto-incrementing. For the last 2 days; I … Read more

Beyond the Tutorials: A Realistic Look at Coding in the Real World – Part 3

Tutorials

Programming tutorials shows us a land of promise where everything happens as you think; as soon as you think. But real world doesn’t work that way most of the times. Here; you spend hours debugging some CORS error or thinking why your database table Id column is not auto-incrementing. For the last 2 days; I … Read more

Beyond the Tutorials: A Realistic Look at Coding in the Real World – Part 2

Tutorials

Programming tutorials shows us a land of promise where everything happens as you think; as soon as you think. But real world doesn’t work that way most of the times. Here; you spend hours debugging some CORS error or thinking why your database table Id column is not auto-incrementing. For the last 2 days; I … Read more