Registering application in Azure Active Directory

What does it actually means – to register an application with Azure Active Directory tenant? Well, this created an Application ID for the application (you will be using this ID in your application) and enables it to receive tokens. This basically provides secure sign-in and authorization for the users which will use your application. Registration You’ve develop great applicatio…

By Dawid on (tags: active, application, azure, directory, registration, tenant, categories: azure)

Your first Azure Active Directory tenant

In this short blog I will demonstrate how to create your first Azure AD tenant. Next blog post will describe how to use this tenant with your application. The definition on Microsoft page says that Azure Azure Active directory is: Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud based directory and identity management service. Azure AD combines core director…

By Dawid on (tags: active, azure, directory, categories: azure)

New feature of .NET Core 2 – Razor Pages

If you are looking for another way of building web applications then Razor Pages are for you! Razor Pages are page based programming model for ASP.NET Core MVC and they makes page focused scenarios easier and more productive.

By Dawid on (tags: .NET Core 2.0, Pages, razor, categories: code)