Posts
Dev Tech Blogs
Cancel

Black Mouse pointer in Windows 11

Windows 11 bundles with lots of new and exciting features. There are a plethora of changes in look and feel on UI. With ‘Accessibility’ settings, Microsoft has taken a giant leap in order to impr...

Converting JSON object to C# class in Visual Studio

Fig. 1 - Visual Studio option to ‘Paste JSON as Class’ JSON stands for Javascript Object Notation used for storing and transferring data. Converting ...

Global Using in C# 10

Every C# class file begins with a list of using statements that are necessary for implementation. Much of this code is repetitive and takes up more bytes in files. If we create an ASP NET Core W...

Build a Minimal API in .NET 6

Building lightweight APIs in ASP. NET Core was not possible until .NET 6. Developers were confined to use the MVC pattern of Web API’s which was a bit overwhelming for beginners. The conventiona...

Refresh button missing from right click context menu in Windows 11

Ever since Microsoft announced Windows 11 OS it has been hogging limelight due to its new and exciting features. However, the initial Microsoft Insider Preview build of Windows 11 had ‘Refresh’...

Visual Studio 2022 will be a 64 bit application and how?

Microsoft has recently announced the Visual Studio 2022 preview version which promises to be faster, more lightweight, better scalability for the enterprise large scale solutions. One of the key...

Tips and Tricks for CKAD exam

I had appeared for Certified Kubernetes Application Developer (CKAD) exam and cleared it successfully. The Certified Kubernetes Application Developer exam certifies that users can design, build, ...

Study guide for AZ-204 Azure Developer Associate

About Microsoft Azure and AZ 204 exam Microsoft Azure cloud platform is on the rise these days. Gone are the days when Amazon Web Services(AWS) was the impeccable industry leader in terms of Clo...