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
(3474)
Blogs
(2101)
Resources
(71)
Videos
(96)
News
(17)
Articles
Events in C# Advanced - Lesson2
In the previous lesson we created an event and consumed it. In doing so you probably noticed that our code would have been a little better if we could have determined whether or not the file actual...
David Sandor
Jan 02, 2003
Events in C# Made Easy - Lesson1
Events are useful for updating a user interface with changed data, or causing a piece of code to run after another piece of code has completed. .NET has brought us a powerful model for programming ...
David Sandor
Jan 02, 2003
Enterprise Library 3.0 Data Access Application Block
Data Access Application Block(DAAB) simplifies development tasks that implement common data access functionality.The DAAB provides access to the most often used features of ADO.NET in simple-to-use...
Munir Shaikh
Jul 12, 2007
Building applications with DLinq Designer
DLinq designer is the visual design surface to create the entity objects and bound the controls to the dlinq objects with relationships. We can easily create the windows form using the designer. Th...
Satheesh Kumar
Jul 01, 2006
Using the ObjectDataSource control with the data access class
In this article I will show that how you can use the ObjectDataSource control with the data access class (DA.dll, but it can be one of yours), described earlier, in your Web applications. The examp...
Michael Livshitz
Jun 18, 2007
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
No Records Available.
3341
-
3360
of
3474
<<
166
167
168
169
170
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Solana