C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rahul Kumar Saxena(7)
Dhruvin Shah(4)
Arpit Jain(4)
Mahesh Chand(3)
Gowtham K(3)
Sibeesh Venu(3)
Parthiv Suthar(2)
Rajesh Gami(2)
George (2)
Ziggy Rafiq(2)
Elavarasan R(2)
Guest User(2)
Banketeshvar Narayan(2)
Vijay Prativadi(2)
Nidhi Sharma(1)
Riya Patel(1)
Aarav Patel(1)
Vipin Mittal(1)
Jayraj Chhaya(1)
Raveena Attri(1)
Ganesan C(1)
Sandeep Mishra(1)
Mahender Pal(1)
Malvik Bhavsar(1)
Jochen Bartlau(1)
Miguel Teheran(1)
Amit Mohanty(1)
Ayushi Jain(1)
C# Curator(1)
Vinay Ayinapurapu(1)
Wilson Mok(1)
Vinodh Kumar(1)
Ashish Bhatnagar(1)
Ajit Srivastava(1)
Chandani Prajapati(1)
Satya Karki(1)
Ahmad Farazmand(1)
Sarvesh Shinde(1)
Fabio Silva Lima(1)
Akash Kumhar(1)
Vignesh Mani(1)
David Mccarter(1)
Satyaprakash Samantaray(1)
Paul Stanton(1)
Rajeesh Menoth(1)
Kaviya Balasubramanian(1)
Alagunila Meganathan(1)
Karthikeyan K(1)
Rion Williams(1)
Suketu Nayak(1)
Debendra Dash(1)
Jordan Sanders(1)
Rahul Bansal(1)
Emiliano Musso(1)
Sara Silva(1)
Ajay Yadav(1)
Josue Yeray Julian Ferreiro(1)
Nitesh Kejriwal(1)
Saineshwar Bageri(1)
Sai Sherlekar(1)
Sagar Pardeshi(1)
Jean Paul(1)
Vijai Anand Ramalingam(1)
Shweta Lodha(1)
Shiju Joseph(1)
Pankaj Lohani(1)
Ashwani Tyagi(1)
Kailash Chandra Behera(1)
Abhishek Goswami(1)
Prabhakar Maurya(1)
Amit Choudhary(1)
Anil Kumar(1)
Abhimanyu K Vatsa(1)
Mahak Gupta(1)
Resources
No resource found
C# Source Generators: Improving Performance and Reducing Boilerplate Code
Jun 05, 2026.
Learn C# Source Generators with practical examples. Discover how compile-time code generation improves performance and reduces boilerplate code in .NET applications.
Is Open Source at Risk Because of AI Coding?
May 28, 2026.
Explore the impact of AI coding tools on open source. Discover the opportunities and challenges, from licensing concerns to enhanced productivity. Is open source at risk?
How to connect Dataverse as Data Source in Power Apps Code Apps
May 26, 2026.
Connect Dataverse to Power Apps Code Apps effortlessly! This guide provides a step-by-step walkthrough using the PAC CLI to integrate your Dataverse tables. Learn how to add data sources and leverage generated schemas for efficient CRUD operations.
How to Connect SharePoint as a Data Source in Power Apps Code Apps
May 22, 2026.
Learn how to connect SharePoint to Power Apps Code Apps using PAC CLI. This guide covers prerequisites, command usage, and the generated TypeScript SDK for seamless data integration.
How To Build a Conversational AI Platform Using Open Source Models
Apr 29, 2026.
Learn how to design and build a production grade Conversational AI platform using open source speech to text, LLM, text to speech, RAG, agent orchestration, telephony, LiveKit, Kubernetes, GPU servers, observability, and enterprise security.
How to Build a Local AI Chatbot Using Open Source LLMs Without OpenAI API
Mar 24, 2026.
Build your own local AI chatbot using open-source LLMs! This guide provides a step-by-step approach, covering setup with Ollama, LangChain, and Streamlit. Enjoy privacy and cost savings!
How Do I Audit Source Code?
Dec 26, 2025.
Learn how to audit source code step by step. This practical guide explains tools, techniques, and best practices for secure code audits, AI generated code review, and compliance ready software.
Complete Source Code Structure for Real-Time GPS Tracking Dashboard (Angular + ASP.NET Core)
Nov 17, 2025.
Build a real-time GPS tracking dashboard with Angular and ASP.NET Core! Includes complete source code, SignalR integration, Docker setup, and SQL Server.
Complete Source Code — File Viewer + Drag-Drop File Manager (Angular + ASP.NET Core)
Nov 17, 2025.
Full-stack file viewer & manager! Angular frontend with drag-and-drop, ASP.NET Core backend. Supports PDF, DOCX, images, video. Ready to deploy with Docker!
🧯 Diagnosing “Cannot Initialize Data Source Object” Errors in SQL Server
Nov 08, 2025.
Struggling with the "Cannot initialize data source object" error in SQL Server? This comprehensive guide provides step-by-step troubleshooting for common scenarios involving Linked Servers, OPENQUERY, and OPENROWSET. Learn to diagnose and fix issues related to file permissions, OLE DB providers, 32/64-bit compatibility, connection strings, and more.
Getting Started with n8n: The Open Source Workflow Automation Tool
Aug 18, 2025.
n8n is a powerful open-source workflow automation tool that connects apps, APIs, and services. With self-hosted setup via Docker, you can build no-code workflows, automate tasks, and scale integrations.
How to Use SQS as an Event Source for AWS Lambda
Mar 04, 2025.
Learn how to use Amazon SQS as an event source for AWS Lambda to build scalable, event-driven applications.
Integrating SQS with Lambda using Event Source Mapping
Dec 16, 2024.
This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scalable solution for asynchronous processing and efficient message handling in AWS.
Set Up Hugging Face API for Open Source LLM in Copilot Studio
Nov 21, 2024.
In this article, we will learn the steps to configure, implement, and test Hugging Face models, empowering developers to enhance AI-driven workflows and unlock the potential of LLMs in real time.
Application Security (3), Open Source Security --- Sonatype
May 03, 2024.
This article is discussing Application Security issue.
A Seamless Debugging Experience with Source Link in .NET 8
Mar 11, 2024.
Discover how to enhance your debugging experience in .NET 8 with Source Link, authored by Ziggy Rafiq. This article guides about the efficient use of Source Link for debugging, providing invaluable insights for software developers. With this authoritative resource, you can master the intricacies of debugging in .NET 8.
Code Generation and Productivity in C#10 with Source Generators
Feb 24, 2024.
Find out what C# 10 has to offer in Ziggy Rafiq's insightful article, "Code Generation and Productivity in C# 10 with Source Generators." Learn about the power of source generators, which streamline code generation during compilation, reducing redundancy and improving productivity. Discover how source generators offer improved performance, enhanced readability, and practical examples such as auto-implementing interfaces and serialization code generation. C# source generators help you create cleaner, more manageable codebases and will enhance your development workflow and efficiency. Ziggy Rafiq provides an in-depth overview of implementing source generators and demonstrates their versatility in creating cleaner, more manageable codebases.
Power BI Parameters for Efficient Data Source Configuration
Jan 30, 2024.
This article is about using Power BI Parameters for Data Source Configuration. In this Power BI project, connecting to an on-premise Business Central instance posed challenges during deployment. The solution involved using Power BI Parameters for dynamic and configurable data source connections.
How to Connect a SQL Server Data Source to Grafana and Creating a Dashboard
Aug 16, 2023.
One such powerful integration is connecting a SQL Server data source to Grafana, enabling users to display, analyze, and monitor data from their SQL databases in a visually appealing and informative manner.
Using Langchain to Extend an OpenAI Bot with Chat and Source Retrieval
Jun 12, 2023.
Best Practices Using Source Control and Git
May 01, 2023.
Some tips to use source controls and repositories in the best way
How to Use C# 12's Source Generators to Improve Performance and Efficiency
Apr 18, 2023.
How to Use C# 12's Source Generators to Improve Performance and Efficiency
Data Source Connectors Available In Power BI/Connect Power BI With A Data Source
Mar 14, 2023.
In this article, you will learn about Data Source Connectors Available in Power BI/Connect Power BI with A Data Source.
Best Open Source CRM of 2023
Jan 26, 2023.
Here is the best open source CRM of 2023.
Files To Be Committed To Source Control In SPFx Projects
Apr 07, 2022.
In this article explains what files to be committed to source control during SPFx source code check in.
How To Setup Git Source Control In Azure Data Factory
Mar 07, 2022.
In this article, you will learn how to connect a git repository with Azure Data Factory.
Source Control (1), MS Source Safe --- Stand Alone App
Feb 07, 2022.
This article discuss Source Safe, a stand alone app.
Extract File Names And Copy From Source Path In Azure Data Factory
Jan 15, 2022.
We will learn a real-time scenario on how to extract the file names from a source path and then use them for any subsequent activity based on its output.
Data Source Controls In ASP.NET
Aug 17, 2021.
In this article, you will learn about data source controls in ASP.NET.
How To Configure GitHub, Create Branching And Push/Pull Source Code
Mar 05, 2021.
In this article, you will learn how to configure github, create branching and push/pull source code.
How To Debug Angular Elements In PnP/Generator-SPFx Solution Using Source Map
Jan 27, 2021.
In this article, we will see how to debug angular elements in PnP/generator-SPFx solution using source map
Learn About Power BI Data Source Options And SQL Database Connection - Part One
Sep 10, 2020.
Explore Power BI's diverse data source options and its seamless connection to SQL databases in this informative series. Learn about querying, data integration, visualization, and more in Part One, designed to enhance your understanding of Business Intelligence and reporting capabilities.
SQL Server JSON and ASP.NET Web API Scaffolder Generator Source Code
May 06, 2020.
This article demonstrates how to create an ASP.Net web API scaffolder generator based on SQL Server JSON store procedures.
How To Change Data Source Of Existing Report In Power BI
Feb 07, 2020.
To change the data source of an existing report in Power BI, access the report and navigate to "Edit Queries." Then, update the data source connection by modifying the query or connection settings. Ensure compatibility and refresh data to reflect changes accurately in your report.
PyQt5 - Message Box And Load Image Source Example
Aug 15, 2019.
In this article, we are discussing how to create PyQt5 Message Box and how we load the image in labels from our local directory with source example.
PyQt5 - Registration Form Source Example
Aug 01, 2019.
Here, we will discuss step by step how the PyQt5 widgets perform well and how they collaborate to make an attractive registration form for Python applications, with sample source code.
Control Your Source Code With GIT And Azure DevOps
Mar 25, 2019.
From this tutorial, you will learn how to control your source code with GIT using Microsoft Azure DevOps and you won’t have to pay anything for it!
How To Fix "Input Source Is Not Correctly Formatted" Error During Lookup Field Value Comparison With String
Jul 17, 2018.
We encounter such kind of error in many different scenarios and in different programming languages as well. In this article we will see how and when this error appears using SharePoint 2013 designer workflow and how to fix it.
Configure Angular Quick Start Source In Visual Studio 2017
Jun 01, 2018.
This article explains how to quick start Angular 2 using visual studio 2007. We can download supporting files from the website and can quickly start to implement the application. This article explains step by step how to implement angular quick start.
Five Easy Rules For Your Source Control Repository
Mar 04, 2018.
I have been using source control programs for a very long time. I believe the first one was Visual Source Safe (don’t laugh, it was a painful experience). Early in my career and throughout I have learned many good practices that I still use to this day. I will share them with you now.
Deploy BitBucket Source To Azure Using Azure Web App Services
Feb 05, 2018.
From this article, you will learn to deploy Bitbucket source to Azure using Azure web app service
Consume Local File System As A Data Source In Power BI
Sep 27, 2017.
We all know Power BI is a very good business intelligence tool. Sometimes there is a situation when we need to prepare report using file system. Power BI provides a connector to consume data from folder structure. We can get all files from a specific folder. But there is one limitation with this connector.
Edit Or Remove Permission From Existing Data Source Connection From Power BI
Sep 23, 2017.
In this article, we will learn how we can remove our existing data source connection from Power BI Desktop.
Use Wikipedia As A Data Source To Prepare Power BI Report
Sep 07, 2017.
Power BI is a business intelligence tool. It supports so many data sources to prepare a report. As we all know Wikipedia is a very good resource of useful information. We can consume Wikipedia data as a data source and prepare a Power BI report.
Use SharePoint Online List As A Data Source In Power BI
Aug 26, 2017.
In this article, we will check how we can use SharePoint list as a Data source in Microsoft Power BI.
Google Maps - Traffic Signal Between Source And Destination Using Bootstrap And ASP.NET MVC
May 22, 2017.
This real time example can be implemented in an online transportation network company like Ola or Uber.
Implement A Continuous Integration Using GitHub Source In VSTS
May 07, 2017.
In this article, you will learn how to implement a continuous integration, using GitHub source in VSTS.
Deploy GitHub Source To Azure Using Azure App Services
Apr 24, 2017.
In this article, you will learn how to deploy a GitHub source to Azure, using Azure App Services.
Windocks 2.0 - The First Port Of Docker’s Open Source With Integrated Web UI And Database Cloning
Apr 18, 2017.
Windocks 2.0 - The First Port Of Docker’s Open Source With Integrated Web UI And Database Cloning.
Creating An Azure SQL Database As A Federated Data Source In Azure Data Lake Analytics - Part Two
Feb 14, 2017.
In this article, you will learn how to create an Azure SQL database as a federated data source in Azure Data Lake Analytics.
Creating an Azure SQL Database As A Federated Data Source In Azure Data Lake Analytics
Feb 13, 2017.
In this article you will learn how to create an Azure SQL database as a federated data source in Azure data lake analytics.
Adding A Configuration Source File In ASP.NET Core 1.0
Feb 09, 2017.
In this article, I will explain how to add a configuration source file in ASP.NET Core 1.0.
Create New Search Result Source For SharePoint Online
Nov 28, 2016.
In this article, I would like to share the steps to create the search result source in SharePoint Online.
How To Add Excel Data Source In Microsoft PowerApps
Oct 20, 2016.
In this article, we will learn how to seamlessly integrate Excel as a data source in Microsoft PowerApps. Discover step-by-step guidance on adding, connecting, and importing spreadsheet data into your apps.
How To Create Object Data Source Using Microsoft Blend For Visual Studio
Oct 12, 2016.
In this article, you will learn how to create object data source using Microsoft Blend For Visual Studio.
A Deeper Look into Open Source .NET Development
Jun 14, 2016.
In this article, we will look into Open Source .NET Development.
Adding Package Source In Visual Studio 2015
May 09, 2016.
In this article you will learn how to add multiple package sources in Nuget Package Manger package source in Visual Studio 2015.
Introducing Docker Containers Open Source As A Plugin In Microsoft Azure
Apr 28, 2016.
In this article you will learn how to Introduce Docker Containers open source as a plugin in Microsoft Azure.
Implementing Google Place AutoComplete Textbox by Finding Road Distance Between Source And Destination
Mar 13, 2016.
In this article you will learn how to implement Google Place AutoComplete Textbox by finding road distance between source and destination.
dbForge Source Control For SQL Server
Jan 12, 2016.
In this article you will learn about dbForge source control for SQL Server.
ASP.NET 5 With Open Source - Part 1
Dec 20, 2015.
In this article I will explain about using Visual Studio Code Editor for ASP.NET 5 open source with npm & Yeoman.
What Open Source Hardware Is
Jun 20, 2015.
Open hardware is a set of design principles, blueprints, and specifications to build efficient and cost-effective hardware.
Overview of Open Source Postgre SQL Database
May 13, 2015.
This article provides a brief overview of Postgre SQL Database.
Data Manipulation From SQL Server Source Through Controls and LINQ
Apr 22, 2015.
In this article we'll see how to make a SQL Server resident table available to our application.
An Open Source Project: R-VisitorManagementSystem
Mar 02, 2015.
This is my open source project named R-VisitorManagementSystem.
How to Convert Microsoft ADOMD Data Source to JSON
Feb 19, 2015.
This article helps you to understand how to convert your ADOMD data source into the JSON format.
An Open Source Project: R-OnLine File Management System
Feb 02, 2015.
This article explains my open source project: R-OnLine File Management System.
How To Merge Source Code Generated by AppStudio
Jan 07, 2015.
This article shows how to merge source code from a generated application created by Windows App Studio.
CODE : : BLOCK, An Open Source IDE For C/C++ Programming
Jan 06, 2015.
This article provides an alternative approach to coding C/C++ programming under a different arena by introducing an open source IDE, Code::Block, which suorts a wide range of renowned compilers.
Upload Your Source Code to GitHub Using GitHub Application in Windows
Jan 04, 2015.
In this article you will learn how to upload source code to GitHub using the GitHub application.
Assigning Data Source Batch By Batch in JQWidgets JQX Grid
Dec 26, 2014.
In this article you will learn how to assign a data source batch by batch in JQWidgets JQX Grid.
Xamarin Source Code Management
Nov 26, 2014.
In this article you will learn Xamarin Source Code Management.
An Open Source Project in jQuery: R NoteBook
Oct 12, 2014.
This article provides an Open Source R NoteBook Project in JQuery.
Solution: The Data Source Does Not Support Server-Side Data Paging With GridView
Oct 01, 2014.
In this article you will learn how to solve the The data source does not support server-side data paging error in a GridView.
Performing CRUD Operation With Dapper ( Open Source ORM From Stack Overflow) in MVC
Jul 14, 2014.
This article explains how to use Dapper and do CRUD operations with Dapper in MVC.
Backup Your Source Code Daily Using C# Programming
Jul 09, 2014.
Discover an automated solution for daily source code backup with ease. This content introduces an executable file designed to streamline the backup process, ensuring your data is safeguarded without manual intervention.
How to Search For People as a Search Scope / Content Source Using SharePoint 2013 REST API
Jun 23, 2014.
The SharePoint 2013 Search API supports REST for the first time. I wanted to search for people, not documents. The key learning here is that you specify content sources via its GUID.
An Open Source Project - R FoodBuzz
Jun 09, 2014.
This article provides an application showing a report on a Food-Restaurant Management system.
Search Content Source to Website
Apr 26, 2014.
In this article we can create a Search Content Source to a Website.
How to Create External Content Type Using OData Source in SharePoint 2013
Mar 15, 2014.
In this article you will see how to create External Content Types using OData source in SharePoint 2013.
Binding Source Objects in WPF
Feb 24, 2014.
This article will drive you through the various available bindings.
Create an Analysis Service Data Source Connection Using SharePoint PerformancePoint
Jan 31, 2014.
In this article we are learning how to set up a data connection from the Dashboard Designer to an Analysis Services data cube.
Collection Data Source Operations on a Data Table
Dec 29, 2013.
This article describes some operations available for collection Data Sources.
Using Collection Data Source in Windows Phone App Studio
Dec 24, 2013.
This article elaborates on the process of adding a Collection Data Source in an app using Windows Phone App Studio.
Working With HTML Data Source in Windows Phone App Studio
Dec 20, 2013.
In this article we will learn about the HTML Data Source of Windows Phone App Studio.
Using Flickr Data Source in Windows Phone App Studio
Dec 14, 2013.
This article demonstrates the usage of a Flickr data source in Windows Phone App Studio.
An Open Source Project - (R-ePhoneBook)
Nov 28, 2013.
R-Phone Book  is an open source project, basically to manage your contacts online.
Binding Source Images in Windows Form Using F#
Nov 22, 2013.
This arcticle explains the BindingSource Control and how to retrieve the images using navigation buttons from the database in a Windows Forms application.
An Open Source Project# R-Blog
Oct 18, 2013.
Here, I am going to explain the working of my R- Blog An Open Source Project.
R-Twitter - An Open Source Project
Oct 07, 2013.
In this article I tried to make an application that looks like Twitter.
Various Ways of Attaching to External Data Source in LightSwitch 2012
Sep 16, 2013.
In this article I am going to describes different ways how to attach to External Data Source in LightSwitch using Visual Studio 2012.
Notify Client When Source Changed in WPF MVVM
Aug 16, 2013.
This article explains how bound controls are updated when the source is changed in code behind in WPF MVVM.
Calling Webservice Using Soap Client Open Source Library
Jul 21, 2013.
This article describes an open source JavaScript library for calling a webservice using an AJAX call.
Refresh Data Source in LightSwitch
Mar 19, 2013.
In this article we are explaining how to refresh a data source definition in LightSwitch.
Manage Nuget Packages With Source Control
Mar 08, 2013.
Nuget is a Visual Studio plugin that allows you to download and install libraries directly into your solution.
Data Source Controls
Feb 02, 2013.
In this article, we explore the role of Data Source Controls in building web applications.
Create Content Source in SharePoint 2010 Programmatically Using VS 2012
Sep 05, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Delete Content Source in SharePoint 2010 Programmatically Using VS 2012
Sep 05, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Transforming Data Source Objects Into XML Using LINQ: Part 9
Sep 04, 2012.
In this post you will learn how to transform data source objects into XML.
Set the Source of an Image in Windows Phone7
Aug 17, 2012.
In this article, we will discuss how to set the source of an image in Windows Phone 7.