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]
Abhimanyu K Vatsa(2)
Mahesh Chand(2)
George (1)
Nitesh Kejriwal(1)
Manoj Kalla(1)
Ishoo Anyal(1)
Vitalii Honcharuk(1)
Shiv (1)
Nikunj Satasiya(1)
Bechir Bejaoui(1)
Anubhav Bansal(1)
Resources
No resource found
Get ConnectionString For SQL Server
Aug 12, 2022.
This article will discuss the ways to get ConnectionString from different sources.
How to Change the ConnectionString of a Query in Infragistics Report
May 07, 2015.
This article shows how to change the ConnectionString of a Query in Infragistics Report.
Distributed ConnectionString in ASP.NET
Dec 28, 2011.
In this post, you are going to learn how to manage huge list of Connection Strings in Configuration file. We will store our configuration settings in separate configuration file (that's I am calling distributed). Video version is also placed in this post.
Using Web.Configuration Transformation for Database ConnectionString in ASP.NET
Oct 12, 2011.
In this article we will learn a way to transform the web.config file while we deploy the application.
ASP.NET Core CRUD using Dapper, .NET 8 using SQL Server
Dec 05, 2024.
Learn to build a CRUD (Create, Retrieve, Update, Delete) application in ASP.NET Core MVC using .NET 8 and Dapper ORM. This guide covers creating models, repositories, controllers, and Razor views with SQL Server integration.
Secure Resources Using Azure Managed Identities
Apr 19, 2023.
In this article, we will learn how to secure resources on azure platform without using any type of security key of connection string.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
Oct 13, 2021.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and a library project with DbContext and Migrations with any name f.e. "MiniService.Data". You most likely want to use the exact connection string in the appsettings.json used by the web app. May be different cases when you will need to run migrations from the command line, for example, there is no 'Package Manager Console' in VS for Mac.
All About AppSettings In ASP.NET Core
Sep 24, 2020.
Learn how to configure ASP.NET Core applications using appsettings.json. This guide covers adding keys for database connections, email settings, and more in the appsettings file. Discover methods to read values from appsettings.json using IConfiguration and IOptions extensions.
How To Use DataList Control In ASP.NET With Example in C#
Oct 08, 2017.
In this article I’ll present a tutorial with an example, a way to use the DataList control in Asp.Net for the displaying of information/ records from the database with using SqlDataSource.
Understanding Connection Pooling in ADO .NET
Dec 31, 2009.
In this article I will explain Understanding Connection Pooling in ADO .NET
Writing ADO.NET Applications
Oct 07, 2009.
In this article I will explain you basic steps required to write an ADO.NET Application.
Add and handle connection strings in an application configuration file: Part I
Apr 17, 2008.
There are two ways to save data and parameters. In this case we save application parameters like information entered by the user during the installation process.
Membership Service
Aug 08, 2005.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.