.NetCore

.Net core – Why it is good choice?

.NET Core is the latest general purpose development platform maintained by Microsoft. It is  fast, flexible, lightweight, modular, open source and It works across different platforms where web applications and services can run on Windows, Linux and Mac. .Net core happens to be one of the major contributions by Microsoft where Developers can now build Android, iOS, Linux, Mac, and Windows applications with . dot(.) net , […]

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