TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About QR
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ananthakrishna V (3)
Ajay Kumar (3)
Uday Dodiya (3)
Mushtaq M A (3)
Velladurai (2)
Sanjay Mrinal Kumar Kodangi (2)
Abdul Raheem (2)
Jay Krishnareddy (2)
Faisal Pathan (2)
Ahsan Siddique (2)
Asad Ali (2)
Hirendra Sisodiya (2)
Manikandan Murugesan (1)
Yogesh Tyagi (1)
Joginder Banger (1)
Sandip Jadhav (1)
Manoj Kalla (1)
Hari Lakkakula (1)
Gunasekaran Palani (1)
Ayush Gupta (1)
Vignesh Kumar (1)
Scott Lysle (1)
Alpesh Maniya (1)
Vijayaragavan S (1)
Stephen Simon (1)
Sardar Mudassar Ali Khan (1)
Abhishek Mishra (1)
Vithal Wadje (1)
Farhan Ahmed (1)
Abhishek Chadha (1)
Muhammad Omer Khan (1)
Alkesh Bijarniya (1)
Vineet Desai (1)
Raj Bhatt (1)
Aashina Arora (1)
Abhishek Saini (1)
Pushpendra Shukla (1)
Munib Butt (1)
Michael Youssef (1)
Yogeshkumar Hadiya (1)
Jaydeep Patil (1)
Vinodh Narayanan (1)
Jochen Bartlau (1)
Charalambos Hadjiantoniou (1)
Bishwanath Dey Nayan (1)
Shenbagapandiyan P (1)
Ojash Shrestha (1)
Praveen Raveendran Pillai (1)
Habibur Rony (1)
Irshad Faras (1)
Ajithkumar J (1)
Siddharth Vaghasia (1)
Jayant Tripathy (1)
Ravishankar Velladurai (1)
Sibeesh Venu (1)
Nitin Bhardwaj (1)
Matiullah Khan (1)
Parth Patel (1)
Logesh Palani (1)
Harsha Vardhini (1)
Menaka Priyadharshini B (1)
Susan Wong (1)
Rajeesh Menoth (1)
Charwaka Thupili (1)
Vlad Kopachinsky (1)
Vaikesh K P (1)
Emiliano Musso (1)
Sourabh Somani (1)
Abhishek Kumar Ravi (1)
Arun Nair (1)
Atul Kumar (1)
Related resources for QR
No resource found
PAY QR Code Feature: A Guide to Streamlined Vehicle Payments
10/21/2024 3:59:37 AM.
Discover the innovative PAY QR Code feature that revolutionizes vehicle payments. This guide explores how QR codes streamline transactions, offering a quick, secure, and user-friendly payment solution
Implementing a QR Code Modal for Parking Payment
10/9/2024 4:22:38 AM.
Implementing a QR Code Modal for Parking Payment streamlines the parking experience by enabling contactless transactions. This approach enhances user convenience, allowing drivers to scan a QR code to
Building a Custom QR Code Generator Component in React
9/20/2024 4:32:50 AM.
In this guide, you'll learn how to build a custom QR code generator component in React. We'll cover the steps to integrate a QR code library, customize the QR code's appearance, and make i
Understanding CQRS Design Pattern
8/28/2024 5:57:21 AM.
CQRS (Command Query Responsibility Segregation) is a pattern that separates the responsibilities of reading and writing data into distinct models. This separation can help optimize both aspects indepe
Create QR Code Report Using RDLC Report With Preview
8/21/2024 6:37:40 AM.
In this article we can learn how to make our own QR code. Make a QR report using RDLC reports with preview condition.
Event-Driven Microservices with .NET Core
8/20/2024 7:18:14 AM.
Build scalable, resilient microservices with .NET Core and MediatR by implementing event-driven architecture. This approach decouples services, enhances scalability, and simplifies maintenance. Learn
Learn Advanced CQRS with .NET Core
8/20/2024 7:12:32 AM.
Dive into the advanced implementation of the Command Query Responsibility Segregation (CQRS) pattern using .NET Core and MediatR. This article explains the benefits of CQRS in modern application devel
Advanced .NET Core with MediatR Pattern
8/8/2024 10:07:41 AM.
Dive deep into the advanced usage of the MediatR pattern in .NET Core applications. Learn how to enhance application architecture with MediatR for complex scenarios, including code examples and best p
CQRS Design Pattern and Its Use Case
8/5/2024 9:45:32 AM.
In this article, we will explore its use cases in microservices and domain-driven design, focusing on event sourcing, command and query handling, and optimized data management.
Angular 18 Create QR Code using ng-qrcode
7/31/2024 10:41:43 AM.
Learn how to create QR codes in Angular using the ng-qrcode package. This guide covers setting up an Angular project, installing ng-qrcode, and implementing QR code generation with two-way data bindin
CQRS Simplified - Explained and Implemented
7/30/2024 9:13:28 AM.
CQRS (Command Query Responsibility Segregation) in .NET Core separates read and write operations for better scalability and performance. By using distinct models for commands and queries, it simplifie
Implementing CQRS and Event Sourcing with .NET Core
7/19/2024 10:48:48 AM.
This article explores implementing CQRS (Command Query Responsibility Segregation) and Event Sourcing with .NET Core. It covers the basics of CQRS and Event Sourcing, including commands, queries, and
Understanding CQRS Design Pattern
6/27/2024 5:05:00 AM.
The CQRS (Command Query Responsibility Segregation) pattern separates the operations for reading and writing data in software architecture. It enhances scalability by segregating commands (writes) and
Building Azure HTTP Trigger Function to Generate QR Codes from Post Request Responses
5/14/2024 6:39:30 AM.
We'll guide you through the process of creating an Azure HTTP Trigger Function using Node.js. The goal is to generate QR codes in response to POST requests.
Command Query Responsibility Segregation and its Evolution
5/14/2024 5:41:56 AM.
Command Query Responsibility Segregation (CQRS) separates read and write operations in system architecture, enhancing scalability and performance. This article explores its need, evolution, and implem
Using Mediator In Web API's For CQRS Pattern
4/30/2024 9:36:30 AM.
Implement Mediator pattern in Web APIs to embrace CQRS architecture. Utilize separate commands and queries for handling requests, promoting better code organization, and decoupling components, enhanci
Generate QR Code with Text Around It Using ASP.NET
3/7/2024 7:02:08 AM.
To generate a QR code with text around it using ASP.Net, leverage the QRCoder NuGet package. This code snippet demonstrates creating, customizing, and adding text to a QR code.
Tailoring Site Responses to Microsoft Tag Requests
2/28/2024 11:35:10 AM.
Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
Key Design Patterns in Software Engineering
2/8/2024 6:48:50 AM.
Discover essential design patterns such as Singleton, Factory, Abstract Factory, Unit of Work, Repository, and Command Query Responsibility Segregation (CQRS). Learn their applications and implementat
Sqrt function from Power Fx using Power Apps
1/12/2024 6:50:10 AM.
Reading this article, you can learn how to perform Sqrt function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
How to Use CQRS Pattern in .NET: A Dash of .NET - Ep. 3
1/10/2024 6:23:26 AM.
In this session, we'll unravel the mysteries of CQRS and compare it with the traditional service layer model.
Microservices Development Using CQRS Architectural Design Pattern in Microsoft Asp.net Core Web API
12/28/2023 5:02:27 AM.
The Command Query Responsibility Segregation (CQRS) pattern is an architectural principle that separates the responsibility for handling commands (write operations that change state) from queries (rea
Implementing Unit Test .Net Core Application Using CQRS Handler
12/15/2023 9:14:40 AM.
Unit testing Dot Net Core using CQRS Architecture. This article delves into testing .Net Core API projects using the XUnit testing framework. Demonstrating unit tests for a CQRS architecture, it cove
TODO application with CQRS Design Pattern within Nest JS
12/3/2023 10:41:23 AM.
In this article, we will discover the process of incorporating the CQRS design pattern into a Nest JS application. A detailed, step-by-step guide to its implementation.
Creating QR Code In ASP.NET Core
10/30/2023 9:05:20 AM.
In this article we will learn how to create the QR Code in ASP.NET Core
ASP.NET MVC QR Code Generator
9/27/2023 8:53:38 AM.
This article discusses dynamically generating QR codes in ASP.NET MVC. It covers generating QR codes, creating QR code images, and working with QR code-related tasks in ASP.NET MVC using a library cal
Generate QR Code And Save Into The Database
9/25/2023 11:38:23 AM.
This Article show you how to create the QR code Dynamically and save it into the database
Clean Architecture in ASP.NET Core 6 with CQRS
9/25/2023 6:33:45 AM.
An article about clean architecture and how to implement it in asp.net core 6 with Mediatr, AutoMapper, and CQRS technique
Differences Between CQRS, MediatR, and CRUD
9/21/2023 10:35:46 AM.
Explore the differences between CQRS, MediatR, and CRUD in this insightful article. Learn when to use each technique, their unique benefits, and find scenarios where they shine in .NET development.
Building Robust ASP.NET Core Web APIs with CQRS and MediatR
9/19/2023 6:59:08 AM.
In this article, we'll delve into ASP.NET Core, a powerful framework for building web applications and APIs. We'll explore how to design APIs that are both scalable and maintainable using the
Generate QR Code in React
9/15/2023 5:33:56 AM.
This article offers a comprehensive tutorial on creating QR codes within a React application. To follow along, ensure you have a basic understanding of HTML and JavaScript, as well as Node.js installe
Implementing CQRS And Mediator Patterns With ASP.NET Core Web API
9/6/2023 6:22:29 AM.
Get started with understanding the basics of CQRS and it's simple implementation using the MediatR Nuget package in ASP.NET Core Web API
SQL Advanced Math Functions
8/25/2023 5:55:46 AM.
In this article we learn about SQL's Advanced Math Functions
Generate QR Code using C# Console Application
8/3/2023 6:20:57 AM.
Learn to Generate QR Code in C# using the QRCode NuGet package. Create a console app, enter data to encode, and save the QR code as a PNG image. Open the image with the default viewer to see the resul
Clean Architecture And CQRS Pattern
7/24/2023 11:30:03 AM.
In this article, you will learn about Design Patterns for achieving clean code architecture.
.Net MAUI - QR Code Generator
7/19/2023 7:24:04 AM.
In this article, you will learn about .Net MAUI QR Code Generator.
Numpy for Data Science
6/8/2023 7:06:26 AM.
How To Create QRCode Using Ant Design UI In ReactJS
6/4/2023 5:41:55 PM.
In this article we will learn how to create QR Code using Ant Design UI with React Js and type script.
Create QR Code In Blazor Using ASP .Net Core
3/31/2023 7:06:13 AM.
Generate dynamic QR Code in the Blazor Application using ASP .Net Core.
Using The CQRS Pattern In C#
2/28/2023 9:30:23 AM.
In this article, you will learn about the CQRS pattern in C#.
Mastering C# Methods: Everything You Need To Know About Methods in C#
1/28/2023 11:42:42 PM.
This article explains how to define and use methods in C#.
Generate QR Code In ASP.NET Core MVC
1/23/2023 11:09:53 AM.
In this article we are going to create an ASP.Net Core MVC Application which generate QR Code for different purpose like Email, Website, Bookmark Website, SMS, and WhatsApp etc. For this we are going
CQRS And MediatR Pattern Implementation Using .NET Core 6 Web API
12/19/2022 9:04:03 AM.
In this article, you will learn about CQRS and MediatR Pattern Implementation Using .NET Core 6 Web API.
Android QR Code Scanner
9/29/2022 5:36:59 AM.
In this article, we learn about how to scan QR code from android app.
Simple QRCode Generator Using SPFx
8/22/2022 5:31:19 AM.
In this article. I have explained how to develop QRCode Generator in SharePoint using SPFx
Create QR Code Using Google Charts API In VB.Net
8/17/2022 5:54:12 AM.
In this article, you will learn how to generate QR Code Using Google QR Code Generator API In C# Or VB.
How To Print EPC Barcodes Using C#
7/8/2022 1:10:24 PM.
EPC barcodes are quite popular in Europe as they make it easy to transfer money between bank accounts using the bank's apps on smartphones. Here's what EPC does and how you can create it.
Implementing A Clean Architecture In ASP.NET Core 6
3/9/2022 3:16:51 PM.
This post is the first part in a series of posts which describe my personal take on implementing a Clean Architecture with ASP.NET Core 6, and hopefully give you some ideas on how to go about building
Embedding QR Code Scanner In Xamarin.Forms
1/17/2022 5:39:59 AM.
In this article, you will learn how to embed QR Code Scanner in Xamarin.Forms.
Implement Read/Write Operations Using CQRS And Dapper In ASP.NET Core - Detailed
8/20/2021 11:12:35 AM.
In this article, you will learn how to implement Read/Write Operations using CQRS and Dapper in ASP.NET Core.
Implementing CQRS With MediatR In ASP.NET Core Application
7/19/2021 10:42:22 AM.
Here we will try to implement CQRS Design Pattern with MediatR(Library) in ASP.NET Core Appllication
Microservices Architectures
6/28/2021 1:29:42 PM.
In this article,, you will learn about Microservices Architectures.
Monolith, Microservices Architectures And Bulkhead, CQRS Patterns
6/15/2021 2:57:35 PM.
This article will discuss the criteria to use specific of this architecture, the pros and cons of each of these with relatable examples. The article also discusses about Bulkhead pattern and CQRS patt
CQRS With MediatR In .NET 5
4/20/2021 9:34:57 AM.
In this article will see how we can integrate the CQRS and MediatR Pattern in Web API.
CQRS Pattern Using MediatR In .NET 5
4/11/2021 10:25:03 AM.
In this article, you will learn about Introduction to MediatR - Implementing CQRS & Mediator Patterns in .Net 5.
Implementing CQRS Pattern with Vue.js and ASP.NET Core MVC
1/6/2021 5:10:02 AM.
This article mainly focuses on the CQRS pattern, how we can implement CQRS Pattern using MediatR, and how to use the CQRS pattern with ASP.NET MVC Core and Vue.Js.
CQRS Design Pattern Overview
11/2/2020 10:20:01 PM.
A high-level overview of the CQRS design pattern for beginners to get the concept.
QR Code Scanner In Xamarin.Forms
6/29/2020 1:55:16 AM.
This article demonstrates how to make a QR CodeScanner application using C# and XAML in Xamarin.Forms. QR codes are plastered on advertisements, billboards, business windows, and products. They appear
SPFx Extension To Generate Document QR Code Using Command Sets
5/10/2020 8:43:42 PM.
In this article, we will create a SPFx extension of type Command Sets which will generate QR code for selected document url.
Generate QR Code in .NET Core Using Bitmap
4/6/2020 8:40:57 AM.
In this article, we will learn how to create QR code in .NET Core using a Bitmap Image
QR-Code Scanning Using Android Studio
2/27/2020 12:08:37 AM.
Android is one of the most popular operating system for mobile. In this article how to scan QR code without camera options using Android studio Android is kernel based operating system that allows the
How To Generate QR Code In Android
2/20/2020 1:30:27 AM.
In this article, we will learn how to generate QR Code in android. Quick Response Code (QR Code in short) is a 2-Dimensional matrix type barcode used to store data. It is more popular because of its s
Quick Response Code
1/22/2020 2:35:24 PM.
In this article you will learn about Quick Response Code
Math Object In TypeScript: Part 5
10/14/2019 4:51:49 AM.
In this article, you will learn about math object methods Pow, Sqrt and Random in TypeScript.
CQRS Pattern - Command And Query Responsibility Segregation
9/2/2019 10:48:00 AM.
In this article, we are going to learn what CQRS Pattern is, how to use CQRS Pattern, when do we use CQRS Pattern, and how It affects our app.
Barcode And QRCode Scan In Flutter
8/27/2019 8:44:17 AM.
In this article, you will learn how to implement Bar code & Qr Code Scan in Flutter.
Generate Barcode And QR Code In Xamarin Android
8/23/2019 11:52:33 AM.
In this article, we will discuss how to generate 1D and 2D Barcode in Xamarin Android application.
Upload And Read QR Code Using Angular 7
6/27/2019 8:58:54 AM.
We will learn about reading QR code by uploading it using Angular 7.
Generate QR Code In Angular 7
6/26/2019 12:56:34 AM.
In this article, we will learn how we can generate and read QR code in Angular 7 dynamically.
How To Create/ Generate QRcode In SPFx Web Part
5/9/2019 9:27:02 AM.
In this article, let us see how to create QRCode using SPFx web part in SharePoint.
Generating BarCode And QRCode In Winforms Application
6/13/2018 9:53:39 AM.
In this article, I am going to explain how to create Barcode and Qrcode in Winforms using Visual Studio 2017.
Xamarin.Android - QR Code Reader By Mobile Camera
1/2/2018 5:23:25 PM.
Today, I shall show you how to create a QR code reader with Mobile Camera Android application in Xamarin.
Xamarin.Android - QR Code Reader App
11/21/2017 9:24:25 AM.
In this article, I shall show you how to make a QR code reader app in Xamarin.Android.
Generating QR Code In C#
11/1/2017 7:45:58 AM.
In this article you will learn how to generate QR Code in C#.
QR Code Generator In ASP.NET Core Using ZXING.NET
5/12/2017 2:22:29 PM.
In this article, we will explain how to create a QR Code Generator in ASP.NET Core 1.0, using Zxing.Net.
Understanding CQRS
7/15/2016 1:31:25 PM.
In this article, you will learn about Command Query Responsibility Segregation.
CQRS: A High Level View
7/7/2016 10:13:35 AM.
In this article, you will learn about the internals of Command Query Response Segregation.
Creating A Barcode And QR Code Scanner For Windows Phone 8.1 RT
9/21/2015 9:10:51 AM.
In this article I will show you how write a barcode and QR scanner for Windows Phone 8.1 Runtime Apps.
Incoding Framework - Model View Dispatcher
9/11/2015 6:23:40 AM.
In this article we will be calling commands and queries from Razor Views using IML instead of Controller
QR CODE Generator: Xamarin.Forms
8/12/2015 3:06:56 PM.
In this article we will learn about the QR code generator.
Create QR Codes With Google Web APIs
5/15/2015 1:03:30 PM.
This article explains a simple method to create a QR Code inside a standard control.
How to Generate a QR Code Using Cordova
4/14/2015 1:58:47 PM.
This article explains something very interesting about how to create a QR code image using Cordova.
QR Code Generation App in Windows Phone
6/14/2014 2:17:06 PM.
We are implementing QR Codes in a Windows Phone 8 App.
Mathematical functions (math class) in VB.NET
12/1/2012 2:49:42 AM.
This article describe about some mathematical functions of Math class in VB.NET.
XML Result Based on SQL Server XML Template in VB.NET
11/9/2012 11:14:36 AM.
I've included the code to extract XML data from a SQL Server 2000 database using dynamically generated XML templates. To try out this example you must have SQL Server 2000 or SQL Server 7.0 with XML support. This webservice is part of a project called the CWS(Catalog Web Services) and offers result data services based on the input parameters.
Command Query Responsibility Separation (CQRS)
7/26/2012 1:59:13 PM.
CQSR is an architectural pattern which states that while designing the data access layer in a project, it can be split into two separate units of codebase.
Math class in C#
7/20/2010 11:44:46 AM.
This article discusses and demonstrates various members of Math class in C#.