TIPS & TRICKS
How to open local json file in Swagger UI
Swagger UI is a visual interface for viewing and interacting with… Read More
URLSearchParams returning null for the first query string
The URLSearchParams interface defines utility methods to work with the query… Read More
How to Increase File Upload Size in AWS Lightsail WordPress Site
Whenever I migrate my WordPress site, I manually export and import… Read More
Convert Excel files to CSV using Python and Pandas
I had a need to regular convert excel to csv file… Read More
Delete all lines in VI editor
Follow the below steps to delete all the lines in a… Read More
Running Gulp Tasks from Visual Studio Code
I recently started running my gulp tasks directly from Visual Studio… Read More
Set Custom Github Icon to Folder in OS X
There are so many blog post explains the complex process of… Read More
Storing JSON Objects in HTML5 Local Storage
In one my recent application (HTML 5 static mobile app) I… Read More
Difference between Html.RenderAction and Html.Action
Html.RenderAction() and Html.Action() methods are available in ChildActionExtensions (System.Web.Mvc.Html) class in… Read More
Improvements in Razor in ASP.NET MVC 4
First version of razor is shipped with ASP.NET MVC 3. ASP.NET… Read More