Categories
Microsoft Windows Windows 10

Windows 10 – Disk Clean up

Overview Recently Microsoft announced the release of next version of Windows – Windows 11. Like me, many started upgrading their computer with Windows 11 Beta. But the biggest challenge most of us would face while upgrading to Windows 11 is Low Disk Space. And today I am going to share few tips & tricks I […]

Advertisement

Categories
ParcelJS UI/UX VueJS

VueJS 3 & Parcel 2

Overview I have been using VueJS 2 for quite some time and I have also developed lot of the projects in VueJS 2 which are currently running in production. Mostly I prefer using Parcel JavaScript bundler because it works out of the box and without no (or very minimal) configuration. Few months back preview of […]

Categories
.NET .NET Core .NET Core SDK Microsoft Programming Basic Visual Studio Visual Studio Code VS Code

Programming Basic# 2

What is “Programming”? Thanks once again for visiting my blogs. Please do share your feedback in comments section below. You can also sign-up for automated updates Overview Each of you must have played video games, on mobile or tablet or laptop or computer or gaming console. Yes, you guessed it right, the game is one […]

Categories
.NET .NET Core .NET Core SDK Microsoft Programming Basic Visual Studio Visual Studio Code VS Code

Programming Basic# 1

Hardware Requirement&Software to Install One of the reason you are here is – you must be part of one of the “Learn Programming” batches I have started conducting within last few months. – so “Thank You so Much” if you are one of the attendees Special thanks to my son for being the force behind […]

Categories
.NET

.NET 5 is Coming

Microsoft .NET 5 is a unifying the .NET platform. Along with performances improvements, on high level it brings improvements to JSON Serialization, Garbage Collection (GC) and RyuJIT Code Quality. Microsoft’s .NET 5 – Preview 7 has arrived with improvements to performances improvements, JSON Serialization, Garbage Collection (GC) and RyuJIT Code Quality. .NET 5 is going […]

Categories
App Insights Application Insights Azure KQL Microsoft

App Insights – Telemetry Correlation – Know What Happen to the Request

You can also share the topic you want me to study & write blog on. I have been working with Azure Application Insights for some time now and I have still not realized its full potential. Traditionally we all have worked with various type of Logs, source of logs and have event analyzed the logs […]

Categories
App Insights Application Insights Azure KQL Microsoft

Microsoft Azure Data Explorer – Power of Scalar function

As I mentioned in my earlier blog that we can do lot using KQL (Kusto Query Language). So thought to share use-case of Scalar function I recently explored. Few weeks back, we noticed that we are getting too many false alerts; alerts which doesn’t require any action. After discussion, it was decided to improve the […]

Categories
Alerts App Insights Application Insights Azure Microsoft

Microsoft Azure – Alerts using Application Insights Customised Query

App Insights Alert can trigger Azure Webhook which helps automating self-healing of the issue; read about it in next blog. In last blog, we looked at customised query for Performance Counters. In this, we will have hands on setting up Microsoft Azure Application Insights (here after called App Insights) Alert(s). Below are the points which will […]

Categories
App Insights Application Insights Azure KQL Microsoft

Microsoft Azure – Application Insights – Customised Query for Performance Counters

This is just a beginning, you can do a lot using KQL (Kusto Query Language) In this blog, I am going to share my first hand experience on Microsoft Azure Application Insights (here after called App Insights) and playing with Kusto Query Language (here after called KQL). There are lot more blogs, articles, videos, websites, […]

Categories
.NET Core Azure Cosmos DB EF Core Entity Framework Core Microsoft WebApi

Integrating Azure CosmosDB + EFCore with ASP.NET Core WebApi

If you are looking for more information on specific topics, area of interest on Microsoft Technology, you share it with me in “Comment“; I will be happy to share my thought on those. Download complete code here Step-by-step, we are approaching real-time example of Microsoft Azure CosmosDB. Previous blog we show how to use Azure […]

Categories
Azure Cosmos DB EF Core Entity Framework Core Microsoft

Azure Cosmos DB with EF Core

It feels great to see you guys back. It will be fantastic if you Like and Share your feedback in the comment section. Download complete code here Earlier blog, we discussed about how to connect to and manage data on Microsoft Azure Cosmos DB using direct CosmosDB APIs. This time I am taking same to […]

Categories
Azure Cosmos DB Microsoft

Azure Cosmos DB – Baby Steps

Thanks a lot for coming back to my post and I request each of you to Like and Share your feedback in the comment section. Download complete code here In this blog, I am going to share my first hand experience on Microsoft Azure Cosmos DB. I know there are lot more blogs, articles, videos, […]

Categories
Microsoft Power Platform PowerApps

Microsoft PowerApps – Part 3/Final – Timesheet

This is in continuation of earlier blog – Microsoft PowerApps – Sharing Learning and Microsoft PowerApps – Part 2 – Timesheet We will be covering below listed 2 major validation points in this part: Validations Horizontal/by Row (for a project): Display total number of hours booked for a project in a week Project: Week Off […]

Categories
Microsoft Power Platform PowerApps

Microsoft PowerApps – Part 2 – Timesheet

This is in continuation of earlier blog – Microsoft PowerApps – Sharing Learning We will be covering below listed 4 points in this part: Once employee opens Microsoft PowerApps, he/she should be able to see his/her “Name” DefaultDate property of Date Picker should be set to the date of Saturday If user selects date other than […]

Categories
Microsoft Power Platform PowerApps

Microsoft PowerApps – Sharing Learning

I heard about Microsoft “Power Platform” last year but due to professional life I never got a chance to read and explore about it until last month. I just started with Microsoft PowerApps about month ago and had lots of challenges to implement very common and small business module that is “Timesheet”. The requirement was […]