Skip to main content

Akash Borkar

Akash Borkar is an IT professional who enjoys learning and knowledge-sharing. He works as Senior Technical Consultant at Perficient, Nagpur. He has experience in ASP.NET, Sitecore, JavaScript. He enjoys mentoring and team-building activities.

Blogs from this Author

A technology developer working with code

How to get a list of properties of a Content Type defined in Optimizely

Properties are simply fields used to create a content type in Optimizely. In this blog, we will learn how to get a list of properties of a specific content type defined in Optimizely. These properties can be simple text, rich text, images, links, etc. Content In Optimizely CMS, the first term you will hear is […]

They've Got The Answers You're Looking For

Remote validation in ASP.NET MVC without using jQuery

In this blog, we will implement remote validation by making an ajax call to the server without using jQuery; we will achieve this using vanilla JavaScript. What is the purpose of remote validation? Here’s an explanation: Often, user inputs must be checked against a database to see if it already exists. We need to validate […]