Tag Archives: C#

Breaking Out of Your Comfort Zone: Moving from Windows, Azure, and C# to Open-Source Technologies like Java, Linux, and SpringBoot

Moving from one technology stack to another can be a daunting task, especially when the new stack is vastly different from what you are used to. In my case, I had to make the switch from C#, .Net Core, jQuery, Windows, Azure, Azure DevOps to Java, SpringBoot, Linux, Openshift, Jenkins, and Bitbucket becuase of a… Read More »

Adding OKTA Authentication with your MVC Application is Easy

OKTA is an amazing product, it enables authentication to your applications in a very easy manner, not much coding involved just some configuration. I had tried this personally and we are using it more and more in our organization having used Azure Active Directory and On Prem Active Directory this cloud service usability is between… Read More »

Add AD Azure Authentication to your exisiting Web App

You already have an existing Web Application and now you had moved to Azure, before since your Web App is just an Intranet App you natively used Active Directory to give Authorization to different pages on you App but what happens if you migrate to Azure will it work? Well no but good thing there… Read More »

Easy Guide on how to use OAuth to Access Google APIs

Nearly a year ago Google already deprecated a most of its legacy API’s which means you cannot authenticate using the Google.GData.Client.Service and executing the setUsersCredentials method and simply indicating your user and password.  It was changed with OAuth making it more secure as it uses tokens and let the user actually log in to Google’s… Read More »