Register | Login 
Viewing Category  

Current Articles | Categories | Search | Syndication

Articles from C#

Generics: An Introduction

By Chad Bryant on Saturday, December 09, 2006 :: 1171 Views :: 0 Comments :: C#, General .NET Programming

Arguably one of the best new aspects of C# 2.0 is Generics.  Generics gives us the best of two worlds.  The one world is the ability to write generic non-type specific code that can be reused with many different types.   The other world is the world of strongly typed objects. 

Read More..

Developing a custom ASP.Net 2.0 server control

By Chad Bryant on Sunday, December 03, 2006 :: 2625 Views :: 0 Comments :: C#, ASP.NET

The purpose of this article is to demonstrate how to create a simple composite server control for ASP.Net 2.0.  Just as important, or more importantly, it demonstrates the benefits of creating your own custom server controls.  I will demonstrate these points by walking through a simple example scenario where the task is accomplished without the use of a custom control.  We will then turn the solution into a custom server control that can be reused throughout our sites and across various other projects where such functionality would be useful.

 


Read More..

Previous Page | Next Page

Copyright (c) 2008 GSP Developers
Walling Info Systems | Terms Of Use | Privacy Statement