TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Source code
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Satyaprakash Samantaray (15)
Vijai Anand Ramalingam (7)
Mahak Gupta (6)
Jaganathan Bantheswaran (5)
Mukesh Kumar (4)
Nikunj Satasiya (3)
Karthikeyan Anbarasan (3)
Shirsendu Nandi (3)
Krishna Garad (2)
David Mccarter (2)
Sandeep Singh Shekhawat (2)
Pranay Rana (2)
John Jiang (2)
Mahadesh Mahalingappa (2)
Shinuraj (2)
Abhishek Mishra (1)
Abhishek Arora (1)
Sai Sherlekar (1)
Gnanavel Sekar (1)
Sardar Mudassar Ali Khan (1)
Eduard Mkrtichyan (1)
Sarathlal Saseendran (1)
Ankit Nandekar (1)
Vinay Ayinapurapu (1)
Ajit Srivastava (1)
Gurjeet Singh (1)
Shalini Dixit (1)
Parth Patel (1)
Fabio Silva Lima (1)
Sam Hobbs (1)
Sibeesh Venu (1)
Nimit Joshi (1)
Kerems Kusmezer (1)
Jean Simon Ratte (1)
Shireesha Mageshkumar (1)
Dinkar Chavhan (1)
Gaurav Rawat (1)
Manish Tewatia (1)
Vishal Gilbile (1)
Prabu Ram (1)
Sandeep Yadav (1)
Soft Corner (1)
Dipti Mehta (1)
Yogendra Kumar (1)
Destin Joy (1)
Syed Shakeer (1)
Manas Patnaik (1)
Bhushan Gawale (1)
Micke Blomqvist (1)
ivar (1)
Related resources for Source code
No resource found
Common Code Smell Mistakes In C#, Part One
6/14/2024 10:39:44 AM.
Learn about code smells—indicators of deeper issues in programming. Discover through examples like redundant boolean literals, explicit exception throwing, inefficient string concatenation, redundant
Expression Bodied Members: A New Feature of C# 6.0
5/29/2024 8:11:40 AM.
C# 6.0 introduced Expression Bodied Members, leveraging Lambda expressions to simplify syntax, reduce code, and enhance readability. These members streamline method and property definitions, offering
Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details
3/15/2024 6:16:24 AM.
Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your d
Let's Understand About Git Branches 📥📤 And Its Real Time Uses
3/15/2024 6:13:53 AM.
Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language and it can be tracked easily.
Let's Know About Git Branches 📥📤 And How To Implement It
3/14/2024 10:56:13 AM.
Git branches are effectively a pointer to a snapshot of your modifications. So, Instead of copying files from directory to directory, Git stores a branch as a reference to a commit.
Introduction To Git 📥📤
3/14/2024 10:49:15 AM.
An introduction to Git: a powerful version control system for tracking changes in code projects. Git facilitates collaboration, tracks history, and manages changes through commits, branches, and merge
Let's Understand How Git Maintains History Of Version Or Commit Ids 📥📤 With Details
3/14/2024 10:48:47 AM.
In this article, you will Delve into Git's intricate versioning system, uncovering its robust method of tracking changes through commit IDs and the underlying mechanisms of branch management and r
Steps For Configuring Git 📥📤 With Details
3/14/2024 10:48:11 AM.
Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize bra
Steps To Ignore Files Using Gitignore 📥📤 In Details
3/14/2024 10:47:32 AM.
We will discuss the steps to ignore files without committing to Git or GitHub and how to use the .gitignore file. Explore detailed steps to exclude specific files or directories, enhancing version con
Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details
3/14/2024 10:31:54 AM.
Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records changes to the repository, "git sta
Backup Your Source Code Daily Using C# Programming
3/6/2024 10:26:00 AM.
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 m
Custom Extension Method In C#
9/15/2023 5:05:51 AM.
In C#, extension methods are a powerful feature that allows you to add new methods to existing classes without modifying their source code. A custom extension method in C# is a user-defined method tha
HttpContextAccessor in Asp.NET Core Web API
5/27/2023 3:58:23 PM.
In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request
Find Client IP Address And Location in ASP.NET
3/21/2023 9:16:42 AM.
In this article we will see how to find the IP address of the client and the location of the specified IP address.
Best Code Review Techniques
2/7/2023 10:37:54 AM.
Code review is an important part of the software development process that helps ensure the quality, maintainability, and security of code.
Easily Improve Your .NET Code Quality With NDepend
10/4/2022 9:13:58 AM.
In this post, we will see how to use the NDepend tool to analyze and improve the .NET code quality by reducing the issues in our source code.
Create Folder using C#
3/29/2022 10:19:09 AM.
This article provides a few steps to create a folder which will be easy to follow.
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Know About GitHub Reviewer
1/17/2022 2:34:00 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Removing A Specific File From Pull Request
1/17/2022 2:32:13 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Code CheckIn Using Git Commands
12/31/2021 6:28:40 AM.
This article explains how to check in the code to Azure Dev Ops repository using git commands
Managing Files On GitHub Using Git Bash 📥📤 In Real-Time Scenario - Owner Uploads Project In GitHub Repo
5/25/2021 2:41:17 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Lets Know About Team In GitHub 📥📤 In Details
5/22/2021 2:35:34 PM.
Teams are groups of organization members that reflect your company or group's structure with cascading access permissions and mentions. Organization owners and team maintainers can give teams admi
Let's Learn About GitHub Projects 📥📤 In Detail
5/21/2021 12:18:56 PM.
We can now implement GitHub Projects at the Organization level. All users in the Organization will have access to its Projects, so we and our team can plan and manage work across repositories.
Steps To Create And Configure Organizations In GitHub 📥📤 In Details
5/21/2021 5:29:14 AM.
Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once. Owners and administrators can manage member access to the organization's d
Let's Learn About Git Default Branch 📥📤 In Detail
5/11/2021 8:28:49 PM.
In this article, I will describe the below-mentioned points in detail, what is git default branch, use of git default branch, how to change the git default branch, check git default branch using Git B
Open-Source Code Quality - Foundatio
3/18/2021 3:23:14 PM.
In this article, you will learn about Open-Source Code Quality - Foundatio.
How To Configure GitHub, Create Branching And Push/Pull Source Code
3/5/2021 2:56:50 PM.
In this article, you will learn how to configure github, create branching and push/pull source code.
Open-Source Code Quality - ChoETL
1/15/2021 4:39:41 PM.
In this article, you will learn about Open-Source Code Quality - ChoETL.
Cursor In SQL Server With Syntax And Example
1/14/2021 3:05:20 PM.
This article provides an explanation about how you can use and set up a basic cursor in SQL Server. many developers/programmers/people those who work with Microsoft SQL Server will have at least heard
How To Create Web Service In ASP.NET Web Forms With Example
1/13/2021 3:23:57 PM.
This article gives an explanation about how to create web service in asp.net web forms and return the response in JSON and XML formate. Here I also explain how to retrieve data from the SQL server dat
How to Create a Strongly Typed DataSet
10/30/2020 3:53:56 AM.
In this article we are going to see how to create a Strongly Typed DataSet using the Visual Studio .NET IDE.
Menu Button in JavaScript
4/5/2020 1:32:09 PM.
In this small article you will see how to use a Menu Button in JavaScript.
DynamicPopulate in JavaScript
4/5/2020 1:28:29 PM.
Here we create a simple example of DynamicPopulate.
Tab Control in JavaScript
4/5/2020 1:21:39 PM.
Here we create a simple tab control in JavaScript. In this case when we mouse over the tab it activates and we are able to see the contents.
Rate Control in JavaScript
4/5/2020 1:05:38 PM.
Here we create a Rate Control with the help of JavaScript.
Simple Animation in JavaScript
4/5/2020 12:57:58 PM.
Here we create a simple animation in JavaScript. When we mouseover on particular text, it will change the image according to where the mouseover occurs.
DropDownExtender With JavaScript
4/3/2020 4:42:51 AM.
Here you will see a simple example of a DropDownExtender With JavaScript.
Working With Abbr And Address Tags in HTML5
10/23/2019 4:19:04 AM.
An abbreviation is a shortened form of a word or phrase and is used to clearly indicate a sequence of characters. An Address tag is used to display contact information of authorship or ownership on a
Notepad in Java
9/20/2019 12:31:36 AM.
This article shows how to create a notepad in Java. It is a simple notepad.
Chat App In Flutter Using Google Firebase
8/27/2019 8:54:45 AM.
In this article, you will learn how to implement a Chat App feature in Flutter App using Google Firebase.
Control Your Source Code With GIT And Azure DevOps
3/25/2019 11:51:47 PM.
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!
An Easy Way To Encode And Decode File In ASP.NET
10/16/2017 12:41:16 AM.
In this article, I’ll explain a way to encode and decode a file in ASP.NET using C# and VB.NET with example.
Headers and Titles For Articles
12/11/2016 9:51:59 AM.
This article provides guidelines for authors for the creation of headers and titles for articles.
Create User Control in Silverlight
7/10/2015 5:40:31 AM.
The purpose of a user control is to provide the ability to reuse common user interface functionality across our web applications.
GridView Events For Beginners
7/10/2015 5:37:49 AM.
The GridView control is a tabular databound control but sometimes it is used like a speardsheet control.
Upload Your Source Code to GitHub Using GitHub Application in Windows
1/8/2015 11:35:40 PM.
In this article you will learn how to upload source code to GitHub using the GitHub application.
How to use SQL to LINQ ( Visual Representation )
9/16/2014 1:41:12 AM.
A lot of developers moving towards the new LINQ to SQL find it difficult to write SQL queries in C# to query data using LINQ. LINQ is a query language which is integrated in C# to query data from ObjectCollects, SQL, XML etc.
Getting Started With Team Foundation Service
7/29/2013 11:52:03 AM.
This article describes how to upload your source code in the Team Foundation Service to Visual Studio 2013 Preview.
NetMassDownloader in VB.NET
12/1/2012 2:18:05 AM.
With this tool you can download whole .Net Framework Source Code at once, and enjoy offline browsing With it , you can have whole the source code without any Visual Studio Product Installed.
Create a Strongly Typed DataSet Using The XML Schema Definition Tool (XSD.exe)
10/22/2012 9:11:09 AM.
In this article we are going to see how to create a strongly typed DataSet from a XSD schema file using the XML Schema Definition Tool (XSD.exe).
C# Features
10/13/2012 6:21:46 AM.
Here you will see some good features of C#.
Get/Set control's property, PropertyHelper class
10/13/2012 6:10:41 AM.
Here you will read Get/Set control’s property, PropertyHelper class.
Accessing Rmote SQL server by Remoting (TCP)
9/29/2012 9:23:19 AM.
This article describes how to build a distribution application that accesses MS SQL Server 2000 with a remoting service.
Dynamic Loading of Objects Using XML: Part 2
9/29/2012 5:35:02 AM.
In this article I am trying to dynamically instantiate an object at runtime using the XML.
Dynamic Loading of Objects Using XML
9/29/2012 5:30:27 AM.
In this article I am trying to dynamically instantiate an object at runtime using the XML.
How to create custom Document ID provider in SharePoint 2010
6/19/2012 1:04:52 AM.
In this article we will be seeing how to create custom Document ID provider in SharePoint 2010.
Composed Query and Scalar Query in LightSwitch Beta 2
6/19/2012 12:33:38 AM.
Here we shall discuss the two different types of queries called Composed and Scalar queries based on their functionality.
Windows Azure - Adding Affinity Groups in Azure Portal
5/20/2012 7:26:58 AM.
In this article we are going to see what an affinity group is and how to make use of it for better performance and adding a new affinity group in Azure Management Portal
Windows Azure - Deleting Existing Affinity Groups in Azure Portal
5/20/2012 7:25:49 AM.
In this article we are going to see how to delete an existing Affinity Group in Windows Azure Management Portal.
Windows Azure - Deleting x509 Management Certificate in Azure Portal
5/20/2012 7:23:06 AM.
In this article we will see how to delete an existing x509 Management certificate using the Windows Azure Management Portal.
Simple Notepad in C#
5/19/2012 4:18:39 AM.
This article shows a simple notepad application developed in C#.
How to Convert Text into Speech
5/15/2012 2:11:16 PM.
When you write something into a textbox then the SpeechSynthesizer class can convert the text to speech
Select all Checkbox Functionality Inside a html Table using jQuery
5/15/2012 1:20:25 PM.
Here is the jQuery implementation of Select All checkbox functionality inside a HTML table.
Uploading Multiple files using JQuery in ASP.NET
5/13/2012 7:51:24 AM.
How to Upload Multiple files using JQuery in ASP.NET.
Observer Design Pattern
5/13/2012 3:13:21 AM.
The Observer design pattern is the most commonly used pattern in the software world.
Start developing BlackBerry Application
8/30/2011 12:18:38 AM.
Lets learn how you could design applications for BlackBerry devices through my this very first article on BlackBerry development.
Silverlight Login Registration Page Using LINQ to SQL And WCF: Part 2
7/10/2011 12:53:10 PM.
In this article I will describe how to use the WCF call in to the XAML page.
Exception Error Handling Log Maintenance in a Text File: Part 1
7/8/2011 1:37:12 PM.
In this article I will describe how to log program exceptions and save into a text file.
Silverlight Login Registration Page Using LINQ to SQL And WCF: Part 1
7/8/2011 12:53:49 PM.
In this article I will describe how to create a user registration page using Silverlight 3.0 and WCF and LINQ to SQL.
How to Get SelectedItem From ListView in LightSwitch Beta 2
7/5/2011 11:43:26 PM.
Here we shall discuss how to get the SelectedItem from ListView in LightSwitch Screens.
Passing Parameter to Screen in LightSwitch Beta 2
7/5/2011 11:43:18 PM.
Today we shall see how to display a screen with records retrieved from a database based on the parameter passed to the screen.
How to Create Reference Tables in LightSwitch Beta 2
7/5/2011 11:28:29 PM.
Here we shall discuss how to make reference tables i.e. how to make a relationship among LightSwitch internal tables.
Key Event Handling in Client Side Scripting (JavaScript) in ASP.NET
7/4/2011 1:54:25 PM.
Here you will see Key Event Handling in Client Side Scripting (JavaScript) in ASP.NET.
Internet Watcher in .NET 3.5
7/1/2011 2:53:14 AM.
This is a Windows service to help you to know each time that you connected to and disconnected from the internet
Implement a Generic Filtering Module Using Dynamic LINQ to Provide a Search Functionality
6/30/2011 7:30:51 AM.
Here you will see how to implement a Generic Filtering module using Dynamic LINQ to provide a search functionality over different entities.
How to Create a DataTable And Add it to a DataSet
6/25/2011 9:05:53 PM.
In this article we are going to see how to create a DataTable and add it to a DataSet
Validation Using the KeyPress Event in a Windows Application
3/26/2011 2:18:22 PM.
How to do validation using the KeyPress Event in a Windows Application
Search Scopes in SharePoint 2010
3/4/2011 4:34:59 AM.
In this article we will be seeing about search scopes in SharePoint 2010.
Search and offline Availability in SharePoint 2010
3/2/2011 12:10:55 AM.
In this article we will be seeing how to enable or disable search for a site in SharePoint 2010.
How to use NUnit and TDD
2/28/2011 2:05:40 PM.
Here you will learn about NUnit and TDD.
Create Taxonomy Group TermSet and Term in SharePoint 2010 using powershell
2/27/2011 11:29:40 PM.
In this article we will be seeing about how to create a new term, termset and group in SharePoint 2010 using powershell.
Multi Language Web-Site in ASP.NET
2/27/2011 12:38:15 AM.
Here we will learn how to translate ASP.Net pages in a user selected language. This article explains step-by-step how to implement your website in multiple languages.
Labels for Taxonomy Term in SharePoint 2010
2/25/2011 10:57:37 AM.
In this article we will be seeing about the Labels for taxonomy term in SharePoint.
How memory is managed by Stack and Heap
2/25/2011 12:37:42 AM.
I studied many articles about memory management, but they are all confusing about when memory is allocated in the stack and when memory is allocated in the heap. But I always got confused. But finally, I got exactly what I wanted.
How to Read and Write Large Video Files in Silverlight OOB Application
2/21/2011 1:52:51 PM.
In this article, we will see how to read and write large video files in a Silverlight OOB Application. The interesting thing here is that one of my questions in the c-sharcorner site’s forum became this article.
How to secure external anonymous access to SharePoint 2010 sites
2/19/2011 3:13:09 PM.
In this article I am explaining about securing anonymous access in SharePoint 2010 sites. This is a pain for most of organizations when dealing with public facing anonymous access sites. In this article I also cover how to secure _layout folders.
ViewState Chunking (maxPageStateFieldLength)
2/19/2011 3:06:33 PM.
Here you will see ViewState Chunking (maxPageStateFieldLength).
Bind combobox in WPF
2/17/2011 1:49:49 PM.
How to Bind data dynamically from the Database and Get the ComboBox Selected Text and Value
Add and Modify the existing site column in SharePoint 2010 using powershell
2/17/2011 4:00:23 AM.
In this article we will be seeing how to add a new custom site column and modify the existing site column in SharePoint using powershell scripts.
How to resolve the error “Cannot change hidden attribute for this field”
2/17/2011 12:49:32 AM.
In this article we will be seeing how to resolve the following error “Cannot change hidden attribute for this field”.
Consuming External Web Services from Silverlight Application
2/14/2011 9:25:57 AM.
Accessing web services from Silverlight.
SharePoint Variations - How they did Variation Landing Page
2/11/2011 3:34:51 AM.
When we talk about SharePoint Variation, we usually think of that as making sites multilingual. Yes that’s correct.
FileUpload saving data to SQL Server table
2/10/2011 3:08:16 PM.
This article describes two simple ASP.NET pages for handling the stuff; one page for uploading and saving files to a SQL Server table and one for sending the selected file back to the user when requested. There is also a db class for the database jobs, separating the logic from the presentation layer.
Extracting the Country from IP Address
10/2/2007 8:24:42 AM.
Sometimes we want to get visitors details who visit our web site or using client connecting our server. This sample descirbes how to translate IP address and query countrie and city from IP address.
FTP Server in C#
12/26/2005 12:19:26 AM.
The attached source project is a simple FTP server implementation. This version is very early release of FTP Server.