Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  90
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, May 17, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Developers Training > C# .NET
Search
DevASP

What's New
What's Hot

Layout Managers In C#       
Total Hits: 69  |  Today: 0 Author: Matthew Johnson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Whenever a programmer sits down to design a GUI, he is faced with several problems unique to their design: visual appeal, scalability, resizability, ease of modification, etc. Layout managers help to solve these problems by taking care of setting the size and location of layoutable objects. Add the fact that layout managers themselves are layoutable, and all kinds of layout possibilities open up. Java programmers are familiar with the concept of the layout manager, however programmers coming to ...

Visual C# .NET CD-ROMs - Level 2     Price: $495.00   
Total Hits: 180  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


This course covers advanced C# topics including manipulating databases using ADO.NET, using C# to develop ASP.NET applications, building interactive web sites (Web Forms) as well as Web Services, exploring threads and synchronization issues, and more!

Product Type: Level or Part

Training includes:
  • 4 CD-ROMs
  • Over 6 hours of instruction
  • Printed courseware
  • Step-by-step hands-on-labs
  • Sample code
Click here to see more detail

Visual C# .NET CD-ROMs - Level 1     Price: $495.00   
Total Hits: 230  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


This course will provide a solid foundation for exploring the .NET framework as well as advanced topics in C#. You'll learn the fundamentals of object-oriented programming using the C# language.

Product Type: Level or Part

Training includes:
  • 4 CD-ROMs
  • Over 6 hours of instruction
  • Printed courseware
  • Step-by-step hands-on-labs
  • Sample code
Click here to see more detail

Visual C# .NET CD-ROMs - Full Course     Price: $795.00   
Total Hits: 346  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


Learn how to program .NET applications with C#! In this course you'll get an introduction C#, then learn how to use it to write object-oriented code, learn how to write Windows and Web applications, and interact with back end databases using ADO.NET.

Product Type: Full Course

Training includes:
  • 8 CD-ROMs
  • Over 12 hours of instruction
  • Printed courseware
  • Step-by-step hands-on-labs
  • Sample code
Click here to see more detail

How to create dynamic arrays?       
Total Hits: 210  |  Today: 0 Author: Remas Wojciechowski       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article shows how to create dynamic arrays in C#.Quite often you want to create a method that returns an array of a given type. In most cases you don't know the number of elements of that array up front (e.g., when returning data from the database). The problem is that when you declare an array in C#, you must specify the number of elements of that array. The following code snippet shows a declaration of an array of strings with 10 elements....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com