I am writing this post to let you all know that there is an awesome free E-Book available for Azure tips and tricks. This book is basically a combination of different daily posts published by Michael Crump. The free book is available here: ebook.azuredev.tips The download would start as soon as you click the link. What will … Continue reading Free e-book for Azure tips and tricks
Category: .Net Core
Creating an Angular 7 App with ASP.NET Core(Link to the post)
This is basically a link to the original post which is published on Telerik blogs. Finally, we have a new major version of Angular, which is version 7. The reason I use the word “finally” is not just because people were waiting for the latest major release of Angular, but also because there were quite … Continue reading Creating an Angular 7 App with ASP.NET Core(Link to the post)
Nested forms in Angular 6(Link to the post)
I am glad to announce that I have been added as an author on the Telerik site. This is basically a link to the post which I have written on the Telerik site and the topic is Nested forms in Angular 6. This is a step-by-step guide to use nested forms within the latest version … Continue reading Nested forms in Angular 6(Link to the post)
The first look of Microsoft Azure Mobile App with a step by step guide: Part I
Introduction In this article, we will explore the Microsoft Azure Mobile app for Android users, its features, capabilities, and how we, as a user, can make use of this app. Prerequisites Microsoft Azure Subscription – Sign up for Azure Free account Android enabled mobile handset. Overview Microsoft has introduced Azure Mobile App for Android and iPhone Azure subscribers to … Continue reading The first look of Microsoft Azure Mobile App with a step by step guide: Part I
Material Dashboard Using Angular 6
The whole code is here: materialdashboardangular6 Introduction Recently, Angular has released its latest version, Angular 6.0. In the latest version, they have focused more on toolchain, which provides us with a way to quick start our task easier, as well as some synchronized versions, such as Angular/core, Angular/compiler etc. With the release of Angular 6.0, one … Continue reading Material Dashboard Using Angular 6
Demystifying QnAMaker FAQ Bots Supported Language Myth
Image Source: Internet + Editing. Original Image: https://blog.ch.atosconsulting.com/create-bot-faq-4-steps/ Introduction In this article, I will brief you about how QnA Maker knowledge base service deals with languages, how to verify the language associated with the service, and about the recommended way to develop FAQ Bot with multiple languages. Pre-requisite Knowledge about what QnA Maker service is. … Continue reading Demystifying QnAMaker FAQ Bots Supported Language Myth
Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR
In this article, I will discuss how to show real-time cricket score notification from chrome extension using serverless Azure Functions and Azure SignalR. I have used cricapi.com free API service to get the live cricket score updates. The purpose of this article is to show the power of serverless architecture using azure functions and broadcasting … Continue reading Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR
Convert HTML To PDF Using Angular 6
htmltopdfng6 Introduction Sometimes, we need to provide the important data of an application in the form of a document like a PDF or an image. Those times we need to convert the HTML layout into the document, and here, we are going to do the same task to convert the HTML into PDF. I went through many … Continue reading Convert HTML To PDF Using Angular 6
Guest Post program: Welcoming recently joined authors
From September 2018, I have opened the gates for the guests to publish their articles on my site and I am glad to announce that 4 authors have been joined till now. If you are also interested to be a guest author then have a look here. This post is to welcome all the authors … Continue reading Guest Post program: Welcoming recently joined authors
Application Bootstrap And Life Cycle hooks in Blazor
With the launch of the Blazor, we Know how web assembly and C# can be a game changer and will help the C# to run on Browser so moving next let’s see how we can setup Blazor in your machine and how we can get started with our first application with Blazor Agenda Environment setup … Continue reading Application Bootstrap And Life Cycle hooks in Blazor