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]
Shirsendu Nandi(6)
Matthew Cochran(2)
Joshy George(2)
Sachin Kalia(1)
Syed Shakeer(1)
Jefferson S. Motta(1)
Ishika Tiwari(1)
Tanuj Gyan(1)
Keerthi Raja(1)
Bassam Alugili(1)
prakash pandian(1)
Venkatesh Kumar(1)
Vishvjit Shinde(1)
Catcher Wong(1)
Manas Mohapatra(1)
Joginder Banger(1)
Ranjeet Patil(1)
Pankaj Lohani(1)
Sunny Dhiman(1)
Karthikeyan Anbarasan(1)
Rahul Kumar Saxena(1)
Mahesh Chand(1)
Vivekananda Swamy(1)
Praveen Alwar(1)
Paul Abraham(1)
Resources
No resource found
Forceseek with Execution Plan Example In SqlServer 2008
May 11, 2011.
In this article I will describe what is a forced seek and how to use them in SQL Server 2008 with aN execution plan
High Performance Abstraction Layer for Non-Blocking Asynchronous Thread Safe SqlServer Calls
Apr 25, 2008.
One of the things I find myself doing frequently is writing (and re-writing) plumbing code to execute database CRUD operations. I wrote an abstraction layer over asynchronous SqlServer calls that allows developers to correctly make async calls agains SqlServer without having to deal with any of the complex plumbing normally required. All source code is included with this article.
Automatic SQL Server Backup Utility using Sqlserver Agent
Oct 06, 2006.
It is a sample C# (VS2005) application for Automatic Sql server Backup Utility using sqlserveragent. I have used SQL-DMO dll. This article will show you how to create a automatic backup in Sql server 2000.
Explore Persistence Caching In Web API Using CacheCow.Server.EntityTagStore.SqlServer
Apr 12, 2016.
In this article you will learn how to explore Persistence Caching in Web API using CacheCow.Server.EntityTagStore.SqlServer.
CASCADING Referential Integrity in SqlServer
Feb 26, 2011.
This article will explain how to delete and update Child Table records implicitly when updating or deleting a Parent Table.
Learn to Shrink a Microsoft SQL Server Database Programatically
Aug 20, 2024.
Shrinking a SQL Server database reduces file size by reclaiming unused space in data and log files. This can optimize disk usage, especially in storage-constrained environments. However, it can cause data fragmentation and impact performance. Use commands like DBCC SHRINKDATABASE cautiously in C#.
Fetch Previous Row Value With Lag Function And Without Lag Function
Jun 07, 2022.
In this article, you will learn how to fetch previous row value with lag function and without lag function.
Create An Azure Devops Pipeline To Continuously Integrate And Deploy .NET 6 REST API To Azure Cloud
Feb 07, 2022.
Create An Azure Devops Pipeline To Continuously Integrate And Deploy .NET 6 REST API To Azure Cloud.
Insight.Database , .NET Micro ORM - Write Less Code In Data Access Layer Using Auto Interface Implementation
Nov 07, 2021.
In this article, you will learn about Insight.Database is a fast, lightweight, (and dare we say awesome) micro-orm for .NET. Auto Interface Implementation implements the interface for you automatically, and you can just call the method, with full type-safety and full performance of IL-generated code.
Modern Architecture Shop - Autoscaler
Nov 10, 2020.
Modern Architecture Shop is a clean-lightweight .NET and scalable application. Keep your eye on the Road Map (watch it on GitHub). The next version will contain a minimal feature set so that the user can add products to the basket and pay it. Recommendation service and all other AI services or features, I provide them later.
Simplified Courier Tracking System
Jul 16, 2020.
The system is used for daily activities, such as booking, nondelivery, out return, company details, hub rates, and pickup centers. It is very difficult to do this process manually. Hence it is recommended to computerize the process by developing the relative software as the world is turning into information and technology; computerization becomes a necessity in all walks of life. This process has divided into Admin, Customer, and Employee Logins. The admin will go into the Homepage and there are all the controller processes like customer, booking, cancellation. Tracking is also maintained. The customer will log in to form to view only Booking & Tracking, and her/his account information is stored. In Employee will login into a form that will display account information, and booking information is maintained. Finally, these details are stored in the Database. This project is implemented in Visual studio 2008 in a C# .NET Windows application and Back End in SQL Server 2005.
EFCore Implementation Using .NET core
Apr 22, 2020.
In this article, you will learn about EFCore Implementation using .Net core.
Exception Handling In SQL Server
Mar 16, 2020.
In this article, you will learn about exception handling in SQL Server.
Sharing A Solution To Generate Billcode
Oct 16, 2017.
Many of systems we use will generate plenty of billcodes everyday , and most of them include date(datetime) or a prefix to show their signification , such as specifying a billcode belongs to a special day or a special type .
Transaction In .NET
Oct 30, 2016.
This article describes what transaction is and how it can be implemented in .NET.
Email Name Suggestions Using Database (SQL Server)
Dec 24, 2014.
In this article we are learning whether or not a username exists. If the user exists in the table then some other name is suggested like Gmail.
Creating ASP.NET MVC APP With WCF Service
Dec 27, 2013.
In this article you will learn how to create ASP.NET MVC APP with WCF Service using ADO.NET Entity Data Model.
Search Records in Windows Form From SQL Server
Oct 30, 2013.
In this article you will see how to search the records from the database sql-server and how to binding the table values inside the datagrid.
Lightbox in ASP.NET Connected With SQL Server
May 09, 2012.
In my application I have a large amount of media that makes my site slow. This article explains what I did to solve the problem. I hope this will be useful for someone.
Temporary and Global Temporary Table in SQL Server 2008
Jun 09, 2011.
In this article I describe the usef of Temporary and Global Temporary Tables in SQL Server and how they are created by SQL Server 2008.
Generating a View in SQL Server 2008
Jun 06, 2011.
In this article I will describe what a view is, how it is usefull and how you will generate a view between more than one table.
Left and Right Join in SQL Server
Jun 01, 2011.
In this article, I will describe how to perform left and right outer join between more than one tables in SQL Server 2008.
Index in SQL Server 2008
May 27, 2011.
In this article I will describe how to make a Cluster Index, Unique Index and Normal Index in SQL Server 2008 Express editions.
Activity Monitor for SQL Server 2008
May 27, 2011.
In this article I will describe what activity monitor is and how they are used.
SQL Server Integration Services (SSIS) - Aggregate (MAXIMUM) Transformations Control in SSIS
Apr 14, 2011.
This is part 36 of the series of article on SSIS. In this article we are going to see how to use an Aggregate (Maximum) data flow transformation control in SSIS packaging.
Take Backup of a DataBase By Coding
Jul 13, 2010.
In this article, I am going to show how we can show all Data Server in a network and on selecting a Data Server, how to show all DataBase of that selected Data Server and how to take backup of selected database on a particular location by code.
Data Components in Visual Studio .NET: Part I
Oct 13, 2009.
In this article, I will help you in understanding using the Server Explorer for Adding a new Connection.
Import Data from Excel to a SQL Server database
Jan 16, 2009.
This article mainly describes about how to import the data from Excel sheet to the SQL Server database.
Multi-threaded Asynchronous Programming in C#. Async Database Calls. Part III.
May 14, 2007.
In my last couple articles we looked at basic ways to have long-running i/o bound process be handled by the ThreadPool using the asynchronous programming model. In this article we’ll take a look at coding async calls against SqlServer which really comes in handy in production environments where our database is on another machine.
SQL Server Backup file in standard Zip format
Oct 12, 2006.
This is SQL Server Backup and restore tool, the system will store the backup files in standard Zip format ,the user-friendly screen let you backup and restore SQL Server database to local harddisk or remote network driver easily and quickly.The program can restore database easily.
User Authentication & Role Management in ASP.NET 2.0 using Sql Server 2005: Part II
Aug 15, 2006.
This article gives you a detailed idea of how to implement the role management in ASP.NET 2.0 using SQL Server 2005.
Designing and Implementing a Versatile Data Access Tier
Jan 16, 2003.
In this tutorial, we will drill down deeper in to the design of a n-tier architecture and our focus will be on the data access tier(DAT). Our goal is to design and implement an appropriate data access tier(DAT) for scalable, reliable and interoperable web application.