Posted inASP.Net Oracle Windows Installing Oracle ODBC Driver to Windows 2012 Server R2 Posted by By Haneef Puttur January 24, 2016 Step1: Download 32-bit Oracle Data Access Components (ODAC) with Oracle Developer Tools for Visual Studio…
Posted inInternet Is your Gmail Compromised? 5 Tips to Keep Gmail Safe and Secure Posted by By Haneef Puttur January 17, 2016 Are you not receiving Email in Gmail Account or Google Apps Account? You are able…
Posted inASP.Net Oracle PL/SQL for Sending Email with Mandrill API :: Oracle UTL_SMTP with Authentication Posted by By Haneef Puttur January 11, 2016 CREATE OR REPLACE PR OCEDURE p_send_mail ( p_sender_name IN VARCHAR2, p_sender IN VARCHAR2, p_recipient IN…
Posted inArduino General Solar Powered Weather Station using Arduino and BME280 Posted by By Haneef Puttur December 30, 2015 Requirement : Developing a solar powered weather station which will monitor Temperature. Pressure, Humidity and…
Posted inASP.Net ASP.net MVC Creating SEO friendly URL (Routing) Posted by By Haneef Puttur December 29, 2015 I want to pass 2 parameters to my controller and wants to display it int the…
Posted inUnix Creating Users in Ubuntu 14 using Command Line Posted by By Haneef Puttur December 16, 2015 To add a user you must use the sudo command. Here are the commands: To…
Posted inASP.Net ASP.NET MVC Razor Sample HTML Helper Creation Posted by By Haneef Puttur November 14, 2015 Simplest example of creating an HTML helper method in Asp.net MVC Razor View In this…
Posted inGeneral Windows How to Display Line Numbers in the Editor Visual Studio 2013 Posted by By Haneef Puttur October 27, 2015 Line numbers aren't added to your code; t hey're just for reference. If you want…
Posted inFree Software Windows Wordpress Portable WordPress – Run without installation Posted by By Haneef Puttur October 6, 2015 Are you interested in learning wordpress? Feeling difficult ? Hard to configure? Don't worry Just…
Posted inGeneral Windows Finding a Port which is already in use : Windows Posted by By Haneef Puttur October 4, 2015 Scenario: You want to find out a port which is used by another application. Step1:…