Hello everyone, January is always special for me because I started writing blog posts in January 2014 and my first post just completed 5 years which is here. Now coming back to the current post, We have already seen some early look of Asp .Net Core 3.0 here, now let us see a quick look … Continue reading First look of Entity Framework Core 3.0
Category: .Net blogs
Containerizing N-Tier MVC .Net Framework Application with Docker
Microservice Architecture and Containerization using docker are the latest buzzword in the software industry. But, Many people including me in the software industry developing big monolithic enterprise applications using .Net Framework for many years have very limited scope of applying these concepts into existing applications. Because, its not easy to break enterprise monolithic application into micro … Continue reading Containerizing N-Tier MVC .Net Framework Application with Docker
Free e-book for Azure tips and tricks
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
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