-
In this article, we will see what Azure DevOps Pipeline is and how to implement Continuous Integration using Azure DevOps for a .NET project.
43.7k Views
17 Likes
5 Comments
-
Explore Visual Studio 2017's comprehensive IDE with enhanced features for efficient software development. Discover updates in debugging, coding, and collabo...
29.3k Views
4 Likes
1 Comments
-
Explore asynchronous event invocation in C#, addressing threading challenges with event handlers. Learn about the synchronous nature of events, concurrency iss...
10.7k Views
6 Likes
0 Comments
-
Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, colla...
7.5k Views
6 Likes
0 Comments
-
Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language an...
6.6k Views
6 Likes
0 Comments
-
In this article, we will learn how to initialize a Git repository and push the changes to GitHub. Also, we will learn how to add multiple files to a staging are...
28.3k Views
9 Likes
0 Comments
-
Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit cha...
10.9k Views
7 Likes
4 Comments
-
We will discuss the steps to ignore files without committing to Git or GitHub and how to use the .gitignore file. Explore detailed steps to exclude specific fil...
30.4k Views
6 Likes
0 Comments
-
An introduction to Git: a powerful version control system for tracking changes in code projects. Git facilitates collaboration, tracks history, and manages chan...
10.9k Views
10 Likes
0 Comments
-
Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records ...
15.9k Views
11 Likes
0 Comments
-
In this article, we will explore Azure DevOps Project Configuration Settings in this comprehensive guide, Part One. Learn to optimize project setup, manage sett...
16.8k Views
3 Likes
0 Comments
-
In this article, we will learn about the step-by-step implementation of GraphQL in a Web API using ASP.NET Core, including database setup, scaffolding, configur...
92.5k Views
28 Likes
7 Comments
-
Here are the tips to write the most effective generative AI prompts to get the most out of ChatGPT. Let's learn how to use effective prompts to get the most...
13.1k Views
22 Likes
1 Comments
-
Discover the latest features in Entity Framework Core 5.0, including improved performance, enhanced LINQ capabilities, migration enhancements, and streamlined d...
363.2k Views
23 Likes
7 Comments
-
This article guides you through the process of creating a chat application in NodeJS with MongoDB as the backend, utilizing Mongoose for MongoDB models and Sock...
31.3k Views
9 Likes
0 Comments
-
This article shares the idea on how to utilize free tools to download log files from server, upload IIS log files into the database, display the results and com...
11.2k Views
14 Likes
5 Comments
-
In this article, we will explore building a Proof of Concept (PoC) blockchain application with Hyperledger Fabric. Learn to develop decentralized solutions, uti...
17.4k Views
5 Likes
2 Comments
-
This article provides a comprehensive guide on leveraging the newly introduced Client-side Object Model (CSOM) for .NET Standard to connect with SharePoint from...
64.2k Views
8 Likes
16 Comments
-
Python offers a robust ecosystem that perfectly complements machine learning endeavors. With powerful libraries like TensorFlow, PyTorch, and sci-kit-learn, Pyt...
9.1k Views
7 Likes
1 Comments
-
Destructuring simplifies value extraction from objects/arrays. React's event handling enables dynamic responses to user interactions, crucial for interactiv...
102.3k Views
1 Likes
14 Comments
-
Destructuring in React allows efficient extraction of values from objects or arrays. Event handlers manage user interactions, like clicks or input changes. They...
40.2k Views
9 Likes
5 Comments
-
There are a lot of small things I wanted to cover so why not create a game to cover all of them?
15.6k Views
4 Likes
0 Comments
-
Local storage provides a convenient way to store data locally in the browser, offering persistence data across sessions and page refreshes. Lets explore how to ...
37.3k Views
6 Likes
0 Comments
-
Learn to create a robust ASP.NET Core backend and Angular 2 frontend application. Master-detail functionality implemented using HTML grid, with Web API for data...
57.6k Views
11 Likes
4 Comments
-
In this article, letβs see how to create our own ASP.NET Core Blazor Shopping Cart using Entity Framework, and Web API. Kindly read my previous articles which e...
165k Views
25 Likes
13 Comments
-
This is an introduction to Apache Kafka and how to work with Kafka with .NET. This article introduces Apache Kafka, a distributed event streaming platform, and ...
13.8k Views
6 Likes
0 Comments
-
Discover Redux - the state management library that revolutionizes React Native development. With Redux, you can simplify data flow, achieve code maintainability...
11.9k Views
2 Likes
2 Comments
-
A data warehouse serves as a centralized data management system aimed at bolstering business intelligence (BI) tasks, particularly in the realm of analytics. It...
11.4k Views
4 Likes
1 Comments
-
Windows 10 offers a plethora of features including a revamped Start menu, Cortana voice assistant, Microsoft Edge browser, virtual desktops, Task View, Action C...
172.6k Views
2 Likes
9 Comments
-
AWS offers a powerful facial recognition service called Amazon Rekognition. In this tutorial, we'll use Python and the AWS SDK to create a simple app that u...
17.7k Views
4 Likes
0 Comments
-
In this article, you will learn how to add multi-language support to your Flutter app. You will explore the steps for setting up language assets, creating langu...
13.9k Views
3 Likes
0 Comments
-
Install Ubuntu on Windows 10 via VirtualBox, a virtualization software. Create a virtual machine, allocate resources, and follow step-by-step instructions to se...
136.7k Views
7 Likes
2 Comments
-
We will see how to create an Oracle database instance in Amazon RDS (AWS Relational Database Service) and we will connect Oracle database from Blazor applicatio...
27.6k Views
10 Likes
0 Comments
-
We will see the CRUD actions in Blazor framework with PostgreSQL database and Entity Framework Core. We will create a sample Patient app with all CRUD actions.
69.8k Views
9 Likes
7 Comments
-
To deploy a Blazor app on Firebase, first create a basic calculator using Blazor in Visual Studio, then publish it. After adding the project on Firebase, initia...
11.6k Views
12 Likes
0 Comments
-
Explore rate limiting in .NET Core to manage incoming traffic, enhance performance, and defend against malicious activities. Test fixed window, concurrency, tok...
13.6k Views
2 Likes
2 Comments
-
This comprehensive guide walks through the process of deploying an ASP.NET Core-hosted Blazor application on Azure, covering steps from creating an SQL database...
14.5k Views
11 Likes
4 Comments
-
In this article, we'll explore how to integrate Azure Blob Storage with an ASP.NET Core 8 MVC application. We'll focus on creating a dedicated BlobStora...
14.9k Views
6 Likes
0 Comments
-
There's a lot that goes into memory when blazor components load into the memory. There are 8 methods which decide the lifecycle of a component. Let's ta...
60.3k Views
5 Likes
4 Comments
-
In this article, you will learn about the workflow Of OAuth 2.0 Authorization Grant Types and define the workflow for obtaining access tokens, crucial for secur...
53.3k Views
9 Likes
7 Comments
-
This article covers the options available in C# for null value and null reference handling. It includes new features of null handling introduced in C# 6.0, C# 8...
58.8k Views
13 Likes
5 Comments
-
A lab exercise for you to demonstrate what have you learned from this training material to create your own Todo CRUD operation using TodoRepository included in ...
142.3k Views
13 Likes
5 Comments
-
In this post, we will see what Azure API management is. This article guides you through creating Azure API Management, a hybrid platform for managing APIs acro...
36.5k Views
9 Likes
12 Comments
-
In this article you will learn about the top 10 most used SQL Queries. SQL Server is an interface which helps to communicate with the systemβs database using qu...
132.3k Views
19 Likes
27 Comments
-
In this article we will go through the concept of azure virtual network, what is azure virtual network and terms in virtual network which use to create virtual ...
10.3k Views
9 Likes
3 Comments
-
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication. Unlock the potential of Google OAuth Sign-In for your website. This comprehensiv...
10.9k Views
1 Likes
0 Comments
-
The startup landscape has been captivated by the emergence of Large Language Models (LLMs) such as ChatGPT. However, relying exclusively on AI for core startup ...
12.8k Views
4 Likes
0 Comments
-
Soft skills such as Effective communication, teamwork, time management, problem solving, adaptability, empathy, leadership, creativity, attention to detail, emo...
10.8k Views
11 Likes
0 Comments
-
In this tutorial, you will use ASP.NET Core Web API to create a web API that returns a list of brands. This article focuses on creating web API using dapper, re...
23.5k Views
1 Likes
2 Comments
-
This tutorial teaches ASP.NET Core MVC web development with controllers and views. You will learn upload, edit and delete image file with dapper, repository pat...
13.4k Views
4 Likes
0 Comments