Monthly Archives: October 2017

Display a user’s Full Name instead of User.Identity.Name – .NET MVC with AD

A simple article on how to get first Name and last name from Active Directory, Click here to view the article One thing is missing in this tutorial is to add the assembly to Web Config file. You have to … Continue reading

Posted in Uncategorized | Leave a comment

Call Java Class static methods from javascript.

This may be a useful tip if you want to call a Java class static methods from javascript. The syntax is , Packages.<package>.<class>.<method> Make sure jar files loaded and if there are any variables, pass it as javascript array. var … Continue reading

Posted in Uncategorized | Leave a comment