Copying to Clipboard using jQuery without the need of Flash
If you look online for a solution on how will you copy a certain text to clipboard then most probably you will end up with solutions using Flash to do the task, while they all do a good job on solving...
View ArticleEasy 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...
View ArticleScraping Website Data that needs you to log in
There are many ways to Scrape data out of a Website but have you thought of how to scrape Website data when you need to log in first? Well same thing, there are also different ways but we will be using...
View ArticleMaking log4Net work with Custom Errors in MVC
The problem when you use Custom Errors declared on your web.config is that the Application_Error on your Global.asax does not fire. So if you have some log4Net logging methods on the Application_Error...
View ArticleAdd 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...
View ArticleHow To : Add Image Preview on Kendo Upload
Yes I am back, was quite busy for almost the whole year but yes I am still doing programming, a lot of it, in fact I was busy with two projects hence I haven’t posted for quite sometime. Today I will...
View ArticleSearching Azure Active Directory by CN from On-Premise AD
I just want to share what I had done by solving the above scenario. Basically we use a lot of Active Directory Groups in the Organization I am working with, and with that Groups we use the Common Name...
View ArticleAdding 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...
View ArticleUsing Role Authentication in your OKTA Authentication Enabled Web Application
Yesterday we showed you how easy it is to add a simple authentication mechanism to your web application using OKTA but sometimes that is not enough specially when you want to have Role Based...
View ArticleBreaking Out of Your Comfort Zone: Moving from Windows, Azure, and C# to...
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,...
View Article