-
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...
25.2k 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...
14.5k Views
4 Likes
0 Comments
-
Explore the power of Solidity modifiers! From basic syntax to advanced implementations, learn how these tools enhance security, reusability, and efficiency in s...
10.7k Views
2 Likes
0 Comments
-
Create an AWS lambda function in the local environment and debug it before pushing it to a cloud environment. With the help of a few tools such as AWS SAM or se...
13.9k Views
2 Likes
0 Comments
-
Article for using QuickGrid in Blazor and .NET 8 and exporting data using CSV Helper as a supporting library. the simplicity and efficiency of QuickGrid, a razo...
28k Views
4 Likes
2 Comments
-
In this article, we are going to discuss. How to implement Entity Framework a code first approach in .Net 8 API. In this approach, model classes and their rela...
31.3k Views
5 Likes
0 Comments
-
Explore secure network access in Azure Databricks to Azure Data Lake Storage. Learn setup, RBAC, and secure coding with practical examples.
11.3k Views
1 Likes
0 Comments
-
In this article, you will learn about Clean Architecture in Asp.net Core Web API.
310.2k Views
25 Likes
20 Comments
-
Here 4 samples of rate-limiting algorithms included in .NET 7/8.
14.5k Views
1 Likes
0 Comments
-
This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manage...
17k Views
7 Likes
1 Comments
-
WPF ComboBox in C# represents a WPF combo box control. This tutorial demonstrates how to create and work with a ComboBox control in WPF using XAML and C#.
1.1m Views
25 Likes
43 Comments
-
WPF DataGrid. WPF DataGrid control displays tabular data in a grid format. In this tutorial, you'll learn how to use a WPF DataGrid control, set its propert...
1.6m Views
34 Likes
52 Comments
-
In this post, we will see all the steps to create a simple Alexa clone voice assistant using Azure AI Speech and Azure AI language.
13.9k Views
2 Likes
0 Comments
-
Entity framework in C# is an object relational mapping framework. In this article, we will see how to use Entity Framework in a C# application.
942.7k Views
20 Likes
21 Comments
-
In this article, we will learn how to create an XML file in-memory and write it to the local storage using C# and .NET.
812.4k Views
11 Likes
7 Comments
-
The ListView in C# provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we w...
1.2m Views
11 Likes
20 Comments
-
Discover the seamless integration of Metal API in SwiftUI, Apple's revolutionary UI framework. This article takes you on a journey through the basics, showc...
13k Views
5 Likes
0 Comments
-
In this article you’ll see, how you any HTML elements as a PDF Document using Angular.
164.2k Views
14 Likes
9 Comments
-
C# ComboBox is a combination of a TextBox and a ListBox control. Only one list item is displayed at one time in a ComboBox and other available items are loaded ...
1.7m Views
25 Likes
21 Comments
-
In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and display the menu depending on user roles.
840.5k Views
27 Likes
77 Comments
-
In this post, we will see all the steps to convert text to speech using Azure AI speech service with Angular 16 and .NET 6 applications.
16.8k Views
3 Likes
0 Comments
-
An insight and an introduction of building a simple C# files backup program
16.7k Views
5 Likes
0 Comments
-
In this article, you will learn how to implement of the Redis Cache in the.NET Core API.
116.1k Views
10 Likes
3 Comments
-
JWT Token Authentication using the .NET Core 6 Web API
97.1k Views
15 Likes
18 Comments
-
In this article, we will learn how to create the stored procedures in the Azure Cosmos DB for inserting, reading, updating, and deleting the Azure Cosmos DB col...
23.3k Views
6 Likes
0 Comments
-
In this article, you will learn about RabbitMQ Introduction and Implementation using .NET Core 6 Web API.
145.9k Views
17 Likes
10 Comments
-
C# 7.0 - Tuples to the Extreme! A C# tuple is a data structure that has a specific number and sequence of elements. An example of a C# tuple is a data structure...
26.9k Views
17 Likes
10 Comments
-
In this post, we will see how to record an audio in Angular 16 from microphone and save it as WAV format.
23.9k Views
4 Likes
5 Comments
-
Caching in web applications, like ASP.NET Core, enhances performance by storing frequently accessed data in memory. This article explains its benefits, types, a...
22.8k Views
3 Likes
0 Comments
-
Schedular job in .net core console application host as a windows service.
38.6k Views
7 Likes
10 Comments
-
In this article, you will learn about C# record type.the article explains the introduction of Record Types in C# 9.0. Record Types are a new feature in the C# p...
122.2k Views
26 Likes
7 Comments
-
Building a conversational understanding model with MS Azure
12.9k Views
3 Likes
0 Comments
-
In this scenario, you'll need to read XML data, parse it, and then render avatar images inside a popup component in a Blazor application. This involves crea...
14.7k Views
7 Likes
0 Comments
-
In this post, we will explore the concept of mocking in unit testing using xUnit, discuss different types of mocks, and show how to write testable code that sup...
20.9k Views
5 Likes
0 Comments
-
In this article, you willl learn how to upload single and multiple files using the .NET Core 6 Web API.
148.6k Views
14 Likes
6 Comments
-
This CRUD operations tutorial will help beginners learn to build database-driven applications in ASP.NET CORE and Entity Framework Core quickly. Here, the follo...
178.9k Views
21 Likes
16 Comments
-
This article contains explanation and code sample of how to implement circuit breaker in .net core
31.3k Views
4 Likes
1 Comments
-
In this article, you will learn about how to make API Call using Dagger2 dependency injection with RxJava in android.
13.3k Views
3 Likes
0 Comments
-
Looking to host your website for free, look no further. I'll teach you how to publish your website for free on Github pages.
38k Views
2 Likes
0 Comments
-
Inheritance is a powerful feature of Object Oriented Programming languages. Using inheritance you create base classes that encapsulate common functionality. The...
39.9k Views
2 Likes
1 Comments
-
Task Parallel Library (TPL) provides a level of abstraction to help us to be more effective as developers/programmers when it comes to parallelism. Knowing at l...
148.5k Views
14 Likes
8 Comments
-
In this post, we will see how to create JWT authentication in ASP.NET Core Web API application. We will store the user credentials in SQL server database. We wi...
789.9k Views
73 Likes
51 Comments
-
This article explains how to work with Switch expressions and Pattern matching in C# 8.0 and demonstrates how to use it in application development.
100.4k Views
7 Likes
3 Comments
-
This article will help you understand what partial class is used in C-Sharp language. Also, I will explain the various uses of the partial class.
78.3k Views
12 Likes
5 Comments
-
Tuples In C# 7 - What Are They And How Can I Use Them?
76.7k Views
16 Likes
16 Comments
-
In this article, we will dive deep into the performance of C# Loops.
93.1k Views
22 Likes
13 Comments
-
C# 9 Cheat Sheet with code examples and pros and cons.C# 9 introduced several new language features and enhancements, making it easier to write clean and concis...
55.9k Views
12 Likes
2 Comments
-
In this article, we will explore how Content Negotiation works, why it is important, and how we can implement it in .NET 6, the latest version of the .NET that ...
21.2k Views
4 Likes
0 Comments
-
Containerize the .NET Core 7 Web API with Docker and Kubernetes
20.8k Views
5 Likes
0 Comments
-
Discover the importance of unit testing in software development and its benefits over manual testing, and explore popular testing frameworks in .NET Core, with ...
25.7k Views
3 Likes
0 Comments