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
C#
FOLLOW
C# is a multi-paradigm programming language. This section contains C# related articles and syntaxes.
Articles
(3529)
Blogs
(2111)
Resources
(71)
Videos
(96)
News
(17)
Articles
Attributed Programming in .NET using C#
In this article, I illustrate the power of attributed programming by examples that show a modular approach to issues that can crosscut many classes. Attributes will provide exciting software develo...
Deepak Dutta
Oct 04, 2002
C# Methods : Part II
This article completes our discussion of methods. In this article, you will learn parameter passing, reference and value type parameters, and method overloading.
Michael Youssef
Jul 07, 2003
Exploring delegates in C#
Delegates are a kind of type safe function pointers which are actually declared as class derived from System.MulticastDelegate.
Filip Bulovic
Oct 30, 2001
Error handler for web applications
In this article I will describe the error handler for ASP.NET 2.0 applications, that is developed in a separate class library project . You can use it in any web application you want by adding a re...
Michael Livshitz
May 15, 2007
Interoperability between WCF and Oracle Application Server
This article is to illustrate techniques and architecture that address the situation of one service running in WCF and a client consuming this service.
John Charles Olamendy
Apr 02, 2007
XML Driven Validation
This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.
Subal Mishra
Mar 20, 2007
Set up Secure Sockets Layer (SSL) using Digital Certificates
This article explains how to secure an IIS Web application using SSL certificates.
Anand Thakur
Mar 06, 2007
A Practical Approach to .NET Testing using Visual Studio 2005 Test Team Suite
This article will cover practical approach to White box Testing Techniques using Microsoft Visual Studio 2005 Test Team Suite. It covers concepts with a simple, easy to follow example.
Jawahar Govindaraj
Mar 22, 2006
Using DataList Control in Web Forms
This example uses a DataList which contains LinkButton controls, which allows a user to navigate through a list of data.
Jason Zadroga
Jan 12, 2001
User Control and Reusability
This article explain, how to create a user control for ASP.NET.
Dipal Choksi
Sep 28, 2001
What the heck is Generics?
Generics are new addition to C# 2.0. This article provides the use of generics and scenarios in which it will be useful.
Kamlesh Panchal
May 20, 2005
Considerations in Porting and Deploying a WinForms GDI+ Game to the Pocket PC
This article describes some of the issues I came across when porting a Windows Form Game to the Pocket PC. It also describes how to deploy a Windows Mobile Application from Visual Studio 5.
Mike Gold
Jul 09, 2006
C# 2.0 Yield Return Iterator
One interesting new feature of the C# 2.0 is the “yield” keyword. Basically it is used to iterate through objects returned by a method. It creates a state engine in IL so you can create methods tha...
Matthew Cochran
Apr 04, 2006
Changing XSL StyleSheets on the FLY in C# and ASP.NET
This article shows you how you can use alter XSL in memory to transform XML data into HTML with different results.
Mike Gold
Sep 26, 2006
Deploying Programs in C#
Deploying projects in Visual Studio.NET is fairly straightfoward. Most of the process is automated for you through some convenient wizards so it doesn't require much effort.
Mike Gold
Mar 08, 2001
Modest Introduction to IL Assembly Language
Since I received copy of Visual Studio .NET Beta 2 and did not manage to find “ILAssemblyLanguageProgrammersReference.doc” which was included in beta 1 I decided to share my experience with other a...
Filip Bulovic
Sep 03, 2001
Interoperability between WCF and Oracle Application Server : Part I
This article is part of series intended to show how to use Web Services related technologies to interoperate applications running in different platforms, in this case, the most common scenario betw...
John Charles Olamendy
Jan 24, 2007
Database connection object with application-wide scope
This article describes a class that can be placed in a Visual Studio C# project that makes a connection object available to any of the other classes in the project.
Terrence Maher
Jan 02, 2007
Stacked Clipboard
This article explains about simple clipboard operation and an extended clipboard functionality.
Thiagarajan Alagarsamy
Dec 28, 2006
Prevent CD Autoplays
This article describes the approach used programmatically to prevent a CD from going into auto play mode; this may be useful to you if you are, for example, writing an application that logs directl...
Scott Lysle
Dec 19, 2006
No Records Available.
3401
-
3420
of
3529
<<
169
170
171
172
173
>>
Learn C# 8.0
Challenge yourself
C# 10
E-Book Download
Get Certified
Generative AI