Skip to main content

Codingvila

Practical tutorials, working code examples, and developer tools for ASP.NET Core, C#, SQL Server, Angular, Web API, JavaScript, and modern web development.

  • Tools
  • Privacy Policy
  • Terms and Conditions
  • About
  • Contact
  • Home
  • ASP.NET Core
  • C#
  • MVC
  • Web API
  • SQL Server
  • JavaScript
  • Angular
  • Tools
Codingvila logo

Codingvila

  • homeHome
    • developer_modeASP.NET Core
    • codeC#
    • view_quiltMVC
    • cloud_queueWeb API
    • storageSQL Server
    • javascriptJavaScript
    • change_historyAngular
    • functionsjQuery
    • desktop_windowsVB.NET
    • bar_chartCharts
  • buildTools
  • infoAbout
  • contact_mailContact
  • privacy_tipPrivacy Policy
  • descriptionTerms and Conditions
How to Convert a List to CSV in C# - A Step-by-Step Guide
CSharp CSV
date_range 2/04/2025 01:21:00 AM

How to Convert a List to CSV in C# - A Step-by-Step Guide

author avatar Codingvila
comment Add Comment
When working with large datasets in C#, it is often necessary to export the data to a file format that is easy to read and manipulate. One o...
STUFF Function in SQL Server with Example
SQL Server
date_range 2/04/2025 12:37:00 AM

STUFF Function in SQL Server with Example

author avatar Codingvila
comment Add Comment
SQL Server provides various built-in functions to manipulate and process data efficiently. One such function is the STUFF function, which i...
How to Convert JSON to DataTable and DataSet in C# and VB.NET
Asp.net CSharp CSV JSON VB.NET
date_range 1/31/2025 01:39:00 AM

How to Convert JSON to DataTable and DataSet in C# and VB.NET

author avatar Codingvila
comment Add Comment
In the world of .NET development, effectively managing and processing JSON data is a key skill for modern developers. Whether you’re working...
Upload and Read Excel File in WEB API using C#
Asp.net CSharp Web-API
date_range 1/31/2025 01:04:00 AM

Upload and Read Excel File in WEB API using C#

author avatar Codingvila
comment 4 Comments
In this article, I will explain how to upload and read Excel files in excel in web API using c#. I will also explain how to insert the data ...
Convert JSON to Datatable or Dataset in C#
Asp.net Bootstrap CSharp DataTable VB.NET
date_range 1/31/2025 12:22:00 AM

Convert JSON to Datatable or Dataset in C#

author avatar Codingvila
comment Add Comment
This article provides a comprehensive guide on how to convert JSON to DataTable in C#. It explains how to efficiently deserialize JSON to D...
C# DataTable to CSV Example: A Step-by-Step Guide
CSharp CSV
date_range 1/13/2025 02:29:00 PM

C# DataTable to CSV Example: A Step-by-Step Guide

author avatar Codingvila
comment Add Comment
Exporting data from a DataTable to a CSV file is a common requirement in many .NET applications. CSV files are lightweight and easy to use f...
How to Convert JSON to DataTable in C#
JSON
date_range 1/04/2025 01:20:00 AM

How to Convert JSON to DataTable in C#

author avatar Codingvila
comment Add Comment
In the world of web and application development, data exchange between systems often happens in the form of JSON (JavaScript Object Notation...
Creating a CQRS Architecture in .NET Core 8
ASP.NET Core
date_range 12/27/2024 11:04:00 AM

Creating a CQRS Architecture in .NET Core 8

author avatar Codingvila
comment Add Comment
In modern software development, scalability and maintainability are crucial. The CQRS architecture in .NET Core 8 offers an effective solut...
Binding Kendo Grid in .NET Core with Example
ASP.NET Core
date_range 12/26/2024 11:45:00 AM

Binding Kendo Grid in .NET Core with Example

author avatar Codingvila
comment Add Comment
Kendo UI Grid is a powerful component for displaying and manipulating data in web applications. When combined with ASP.NET Core, it provides...
 Bind Dropdownlist in ASP.NET MVC Using Stored Procedure
Asp.net CSharp MVC Stored Procedure
date_range 12/20/2024 12:02:00 PM

Bind Dropdownlist in ASP.NET MVC Using Stored Procedure

author avatar Codingvila
comment 5 Comments
This article provides an explanation about how to populate a dropdown list from the database using stored procedure in Asp.Net MVC with an...
Next › ‹ Previous

Categories

CSharp SQL Server Asp.net Angular CSV VB.NET ASP.NET Core Bootstrap DataTable MVC Web-API jQuery Errors JSON Stored Procedure JavaScript Charts PostgreSQL Strings Entity Framework Core Itextsharp LINQ PDF Performance Tuning Blogger CSS Cloud Code Analyzer Cyber Security Highcharts Interview-Questions PVS-Studio REST API SQL Injection Serilog Web Service WebGrid XML

Popular

  • Multi-Select Dropdown with Checkboxes in ASP.NET Web Forms Multi-Select Dropdown with Checkboxes in ASP.NET Web Forms A standard HTML <select multiple> control lets users choose multiple items, but the interaction is awkward: on Windows, users have to...
  • Convert JSON to Datatable or Dataset in C# Convert JSON to Datatable or Dataset in C# This article provides a comprehensive guide on how to convert JSON to DataTable in C#. It explains how to efficiently deserialize JSON to D...
  • Split Comma Separated String in SQL Server Split Comma Separated String in SQL Server In this article, I am going to explain how to split comma-separated strings in an SQL server and also show you how to create a function in ...
  • Fixed - the microsoft.ace.oledb.12.0 provider is not registered on the local machine Fixed - the microsoft.ace.oledb.12.0 provider is not registered on the local machine This article explains how to resolve the error The 'Microsoft.ACE.OLEDB.12.0' Provider Is Not Registered On The Local Machine or T...
  •  Bind Dropdownlist in ASP.NET MVC Using Stored Procedure Bind Dropdownlist in ASP.NET MVC Using Stored Procedure This article provides an explanation about how to populate a dropdown list from the database using stored procedure in Asp.Net MVC with an...

Featured

How to Export List to CSV in C# (Native vs. CsvHelper Guide)

Data portability is a requirement for almost every enterprise application. Whether you are building an administrative dashboard, a reporting...

How to Export List to CSV in C# (Native vs. CsvHelper Guide)

Archive

  • ▼  2026 (14)
    • ▼  September (14)
      • PIVOT and UNPIVOT in SQL Server with Example
      • How to Declare Variables and Assign Values in SQL ...
      • Convert List to CSV in C# With Example
      • Structured Logging Architecture with Serilog in AS...
      • Temp Table vs Table Variable vs CTE in SQL Server
      • How to Secure an ASP.NET Core Deployment on Linux ...
      • Secure ASP.NET Core Web API JWT Authentication
      • EF Core Query Performance: AsNoTracking, Loading &...
      • T-SQL WHERE Clause FAQ: NULLs, Errors & Performance
      • How to Export a DataTable to CSV in C# and VB.NET ...
      • N+1 Query Problem in ASP.NET Core & EF Core: How t...
      • REST API Interview Questions for ASP.NET Core Deve...
      • Multi-Select Dropdown with Checkboxes in ASP.NET W...
      • How to Export List to CSV in C# (Native vs. CsvHel...
  • ►  2025 (8)
    • ►  August (1)
    • ►  February (2)
    • ►  January (5)
  • ►  2024 (17)
    • ►  December (3)
    • ►  October (2)
    • ►  July (9)
    • ►  May (2)
    • ►  March (1)
  • ►  2023 (26)
    • ►  September (2)
    • ►  July (3)
    • ►  May (4)
    • ►  April (3)
    • ►  March (1)
    • ►  February (5)
    • ►  January (8)
  • ►  2022 (7)
    • ►  July (4)
    • ►  February (1)
    • ►  January (2)
  • ►  2021 (13)
    • ►  December (2)
    • ►  November (1)
    • ►  May (3)
    • ►  March (1)
    • ►  February (1)
    • ►  January (5)
  • ►  2020 (10)
    • ►  December (2)
    • ►  October (1)
    • ►  June (1)
    • ►  May (1)
    • ►  March (1)
    • ►  February (2)
    • ►  January (2)
  • ►  2019 (23)
    • ►  December (5)
    • ►  November (1)
    • ►  September (1)
    • ►  August (1)
    • ►  June (4)
    • ►  April (1)
    • ►  March (2)
    • ►  February (6)
    • ►  January (2)
  • ►  2018 (6)
    • ►  December (2)
    • ►  November (4)
build
From the makers of Codingvila

Codingvila Tools

A companion workspace with 375+ free, browser-based utilities for developers — JSON, CSV & XML formatters, code beautifiers, SEO auditors, security generators, and calculators. Everything runs locally, so your data never leaves the browser.

  • lockPrivate & local
  • apps375+ tools
  • money_offNo sign-up
Explore Codingvila Tools arrow_forward

Part of the Codingvila network · browse all tools →

Contact Form

Name

Email *

Message *

Copyright © Codingvila - All Rights Reserved.

Codingvila
  • About
  • Contact
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions
expand_less