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 inASP.Net MVC Step by Step Instruction – Integrate TinyMCE with Uploadify using ASP.Net MVC C# Posted by By Haneef Puttur September 9, 2016 Earlier I was posted an article on Integrating Summernote on MVC ASP.Net . I received…
Posted inASP.Net General MVC WYSIWYG For Bootstrap ASP.Net MVC with Image Upload Feature Posted by By Haneef Puttur September 8, 2016 One of the common issue face is adding rich text editor with image upload option…
Posted inASP.Net Free Software Windows Integrate Croppic to ASP.NET MVC C# – For Cropping Passport Size Picture 3.5cm X 4.5 Cm Posted by By Haneef Puttur September 7, 2016 Solution : Integrate Croppic to ASP.NET MVC C# , so that user can upload an…
Posted inASP.Net General Internet Kannada MVC Multi Language Site Creation Using MVC C# , ASP.NET Using Visual Studio 2013 – Kannada / Arabic / English Posted by By Haneef Puttur August 11, 2016 Scenario : You want to create an web application which supports multi language. Your site…
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 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 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 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…