Index

The Cloud Show with Magnus Mårtensson ft. Lalit Ba...

The show is about cloud leadership and all the important questions relating to cloud projects.

How to Create a Stopwatch Application using JavaScript ...

Learn how to build a fully functional stopwatch with HTML, CSS, and JavaScript in this beginner-friendly tutorial. Create a stopwa...

Exception Handling in C# 9.0

Exception handling in C# 9.0 ensures applications can manage unexpected errors gracefully, improving stability and user experience...

Customized Authentication Filters in ASP.MVC Core 6

Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom at...

Introducing OpenAI o1 New Reasoning Model for Developer...

Discover OpenAI’s o1-preview and o1-mini models on Microsoft Azure, revolutionizing complex reasoning, coding, and analysis. With ...

Implementing Logging in C# 9.0

This article explores the fundamentals of logging in C# 9.0, showcasing the importance of logging and how to implement it using di...

Scaffolding in C# 9.0: Building Fast & Efficient Co...

Scaffolding in C# 9.0 streamlines application development by automating code generation for controllers, views, and models. It enh...

How to Reverse Number in C#

Learn two methods to reverse a number in C#: using arithmetic operations and `string.Reverse()`. This essential C# interview topic...

Cross Browser Compatible Applications

Explore best practices, tools for browser compatibility testing, and techniques like responsive design, progressive enhancement, a...

Crafting Resilient Integration Solutions

This video will provide a technical deep dive into each pattern, discussing their implementation, benefits, and potential challeng...

Create a Node.js API for Web 3.0: Simple Steps and Code...

Explore step-by-step instructions, practical code examples, and integration tips for Web3.js to connect with blockchain networks. ...

Create Worker Service and Deploy as Windows Service .NE...

In this article, we will learn how to create a .NET Worker Service in Visual Studio, configure it as a Windows Service, and manage...