Posted inASP.Net MVC Rotativa :: HTTP Error 401.2 – Unauthorized You are not authorized to view this page Posted by By Haneef Puttur August 1, 2017 Scenario Using Rotativa as PDF convertor in ASP.NET MVC C# with Active directory login authentication…
Posted inASP.Net MVC Error installing NuGET Packages Visual Studio 2013 – already has a dependency defined for xxxx Posted by By Haneef Puttur June 30, 2017 When you install new nuget packages you receive error as below. In order…
Posted inC++ c++ function to return mnm of 2 numbers Posted by By Haneef Puttur March 4, 2017 Condition : numbers should asked when function is executed: #include <iostream> using namespace std;…
Posted inOracle Oracle PL/SQL to Send ARABIC Emails with SMTP AUTHENTICATED Server UTL_SMTP Posted by By Haneef Puttur February 27, 2017 declare TO_EMAIL VARCHAR2(255) := 'toemailaddress'; FROM_EMAIL VARCHAR2(255) := 'fromemailaddress'; MAIL_SUBJECT VARCHAR2(255) := 'Test Subject'; FROM_NAME…
Posted inC++ C++ Program to Average of 7 Numbers, Average of Odd Numbers and Average of Even numbers Posted by By Haneef Puttur February 13, 2017 #include <iostream> #include <string> using namespace std; int main() { int numb; float oddcount =0;…
Posted inC++ C++ Program to Display Numbers 1 to 100 , Multiples of 4 but Not Divisible by 5 Posted by By Haneef Puttur February 13, 2017 #include <iostream> #include <string> using namespace std; int main() { for (int k =0; k…
Posted inAndroid Unlock / Factory Reset Dell Venue 8 3840 – Tested Solution Posted by By Haneef Puttur January 7, 2017 Issue : Hard Reset Dell Venue 8 3840 Unlock Forgotten Pin Reinstall OS Unbrick Table…
Posted inAndroid Be a Karaoke Singer Using Smart Phone – Enjoy Music Posted by By Haneef Puttur December 9, 2016 Follow this procedures to sing along with Karaoke using your android phone. Pre Requisites: Android…
Posted inASP.Net MVC Oracle Windows Install Oracle DB Express and Connect to ASP.Net MVC C# Using Dapper and ODP.net Posted by By Haneef Puttur September 30, 2016 Tools Used : Oracle DB Express Toad for Oracle ( To explore database-- You can…
Posted inOracle How to Check / Kill Oracle Live Sessions Posted by By Haneef Puttur September 26, 2016 Step 1 : Run following script to display active sessions; SELECT O.OBJECT_NAME, S.SID, S.SERIAL#, P.SPID,…