Author: Akshay Kamble

Provision a custom picture library through Visual Studio solution

Practical Steps to Create Picture Library This information is copied from Pavel Brokhman’s 2013 blog to preserve it in the event of removal of that article. Create Content Type Create new content type inherited from Picture content type Add your own fields, if there are Provision this content type to the site Restart the Visual […]

Microsoft Azure Active Directory Authentication

This blog explains the process of authenticating the users, using Microsoft Azure Active Directory authentication. This blog provides an idea on an Azure AD authentication for a .NET CORE Application, From setting up Active Directory to registering Core application on Azure Active Directory. This blog will look at:  What is Azure Active Directory  How Azure […]

Writing RESTful APIs in .NETCore

A step by step guide on how to implement clean, maintainable RESTful APIs Overview  RESTful is not a new term. It refers to an architectural style where web services receive and send data from and to client apps. The goal of these applications is to centralize data that different client apps will use.  Choosing the right tools […]

Scroll to top