Connect to SQL Server in C# (example using Console application)

In this article, I will provide working console application example in C# to connect to SQL server database and explain about connection string C# with various connection strings sample.

Generate Class from XSD in C# (Using CMD or Visual Studio)

In this article, I have explained an easy way to generate class file from XSD in C# using XSD.exe in command prompt or using Visual Studio.

Get Vs post in Rest API

In this article, I have provided details about post vs get rest api or you can difference between GET and POST, so you can understand when to use which type.

Create Web-API in Visual Studio 2022 Step by Step

In this article, I have mentioned step by step procedure to create web-api in Visual studio using .NET Core and calling it using jQuery.

How to debug in visual studio? ( Tutorial to debug C# code )

In this article, I have explained how you can debug your code in visual studio, line by line and make developer life easier using visual studio debugging tool.

Hello World Visual Studio Code C# Example

In this article, I have provided step by step procedure to create hello world program in C# using Visual Studio Code and how to create new console project in it.

SQL Comments (Comment in SQL Query)

In this article, I have provided example to add comment in SQL Query for SQL Server, MySQL and in Postgres

Stored procedure in sql server (With Example)

In this article, I have explained basics and important points to understand stored procedure in sql server with examples.

Query in Sql server to list all stored procedures in all databases

In this short article, I have provided simple query using which we can list all stored procedures in all database of SQL server or all stored procedures of specific database.

SQL server connection string examples in C# & XML

In this article, I have provided various examples of SQL server connection string in C#, ASP.NET Web.Config file in XML format and MySQL connection string in C#.

Page 1 of 56