COMMUNITY: How to properly ask a question on Forums
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Free 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]
Dhananjay Kumar (9)
Vijai Anand Ramalingam (7)
Mahak Gupta (6)
Jaganathan Bantheswaran (5)
Mukesh Kumar (4)
Karthikeyan Anbarasan (3)
Sandeep Singh Shekhawat (2)
Pranay Rana (2)
Mahadesh Mahalingappa (2)
Shinuraj (2)
Shirsendu Nandi (2)
Krishna Garad (2)
Jean Simon Ratte (1)
Gurjeet Singh (1)
Dinkar Chavhan (1)
Gaurav Rawat (1)
Vishal Gilbile (1)
Prabu Ram (1)
Sandeep Yadav (1)
Soft Corner (1)
Dipti Mehta (1)
Ankit Nandekar (1)
Yogendra Kumar (1)
Destin joy (1)
Syed Shakeer (1)
Manas Patnaik (1)
Bhushan Gawale (1)
Related resources for Free source code
No resource found
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.
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.
How to Create a Strongly Typed DataSet
10/22/2012 9:15:06 AM.
In this article we are going to see how to create a Strongly Typed DataSet using the Visual Studio .NET IDE.
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.
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.
Working With Abbr And Address Tags in HTML5
5/19/2012 4:41:29 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 web page.
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.
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.
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.
Menu Button in JavaScript
7/4/2011 2:16:15 PM.
In this small article you will see how to use a Menu Button in JavaScript.
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.
DynamicPopulate in JavaScript
7/1/2011 9:38:11 PM.
Here we create a simple example of DynamicPopulate.
Windows Phone SDK 7.1 Beta 2 Released: Installation Steps
7/1/2011 11:19:06 AM.
The content of this article is taken as-is from the release notes of Windows Phone SDK 7.1.
LINQ to SQL Stored Procedure
7/1/2011 3:19:16 AM.
In this Video you will see how to use LINQ to SQL Stored Procedure.
Find Client IP Address And Location in ASP.NET
7/1/2011 3:01:48 AM.
In this article we will see how to find the IP address of the client and the location of the specified IP address.
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.
Fetching Different Values in LINQ Concurrency Conflict
6/28/2011 4:51:28 PM.
If you have not read my article Resolving Concurrency conflicts in LINQ then I strongly recommend that you read it first. This article is a simple added extension of the previous article.
Using O/R Designer to Bind a Windows Form in LINQ
6/28/2011 3:20:08 PM.
In this article I will show you how to bind a Windows Form with an Entity created by the O/R designer. Essentially we are going to create a DataSource using a generated article of O/R designer.
Turning Off Pluralization of Classes in LINQ to SQL O/R Designer
6/28/2011 2:16:37 PM.
In this quick article, I will show you how to avoid pluralization of classes in LINQ to SQL.
Tab Control in JavaScript
6/28/2011 2:12:10 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
6/28/2011 3:23:50 AM.
Here we create a Rate Control with the help of JavaScript.
Resolving Concurrency Conflicts in LINQ
6/27/2011 3:19:03 PM.
In this article you will see how to resolve concurrency conflicts in LINQ.
Logging in LINQ to SQL
6/27/2011 9:50:58 AM.
It is very common that you might want to know how to see the SQL query generated at the back end for a LINQ query.
Inserting Record on Related Entities Using LINQ
6/27/2011 1:19:20 AM.
Here you will see how to insert records for related entities using LINQ
Simple Animation in JavaScript
6/27/2011 1:11:45 AM.
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.
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
DropDownExtender With JavaScript
6/23/2011 6:40:26 AM.
Here you will see a simple example of a DropDownExtender With JavaScript.
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.
Create Folder using C#
2/26/2011 12:55:01 PM.
This article provides a few steps to create a folder which will be easy to follow.
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.
Adding Cloud Service project to existing ASP.Net Web Application
2/10/2011 8:25:11 PM.
When adding cloud service to an existing Web Application or ASP.Net MVC Web Application, learn how with the help of this article.