Bookmark the Dev-Tech-Invento Blog for the latest tech updates.

I am a .NET full-stack developer with 14 years of experience also have expertise in both Node.js and Azure Cloud and have a proven track record of developing and deploying successful applications using these technologies. I share articles about the latest .NET technologies and code examples, Azure Cloud migration and development tips and best practices, DevSecOps, and other essential challenging topics. 

Dependency Injection for Azure Function

Enabling dependency injection on your Azure Function a little bit different than the usual process like you do on the .Net Core applications. Here I’m planning to share some tips and steps you should follow if you need to enable DI on Azure Functions with C#.


How to enable Remote Desktop on Azure Cloud Service (Classic)

Azure Cloud Service is one of the very useful PAAS (Platform-As-A-Service) offerings that Azure provides to deploy your Worker Role or Web Role into the cloud VM(s).


Dependency Injection for .Net Core console application

As many organizations are now migrating their on-premise applications to the cloud platform now there are many requirements to convert legacy .Net application written in .Net Full framework to .Net Core. 


DevOps | Azure Cloud Service (Classic) to Cloud Service (Extended Support) migration. (Part 1)

It’s been a while since Microsoft Azure announced the end-of-life of the Cloud Service (Classic) offering which is scheduled to retire on 31st August 2024.


DevOps | Azure Cloud Service (Classic) to Cloud Service (Extended Support) migration. (Part 2)

Azure DevOps still don’t have the verified Deployment task provided by Microsoft to deploy new release packages to Azure Cloud Services (Extended Support) instance.


Importance of Application Monitoring

My motivation to write this article is to share some thoughts I have in my mind about “why application monitoring is important” as much as the importance of a good design or application architecture.


Design Azure Function Apps with the best way to manage application settings

If you are familiar with Azure Function Applications you know that you can manage application settings and connection strings via Azure Portal. But the main problems I see there are as below.


Protect API with Azure API Management Service

In the modern era, almost every application/system has at least a single component that consumes any API operation. The applications that heavily consume APIs are facing so many challenges when it comes to protecting their APIs and data.