Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Any Comprehensive C#/ADO.NET Samples out there?
 

Any Comprehensive C#/ADO.NET Samples out there?

ASP.NET has quite a few complete application examples ( Dwuamish, Fitch & Mather, Spy Store ), but are there any that are C#/WindowsForms based?  There are samples for certain features, but I'm looking for a complete app.  There seem to be very few samples installed from the Visual Studio .NET disks, but perhaps I'm missing something.

FYI: I'm a longtime Delphi programmer trying to learn C#/WindowsForms.  So far I like everything except for the data access.  I want to see a better example of an actual application to get an idea how the code is structured.

Any info is appreciated.

David House
MigrationUser 1  Saturday, February 08, 2003 11:15 PM
Hi David,

Sure, lots. One example is these forums, which are written in C# and use a SQL Server back end. You can get the source code at <a href="http://www.asp.net/Default.aspx?tabindex=7&tabid=41">ASP.NET Source Projects</a>.

Another resource is Microsoft's <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daab-rm.asp">Data Access Application Block</a>. You might not want to use the block while you are learning ADO.NET, but it contains some rather intense examples of using it.

I'm sure others will chime in with more. There are a lot out there!

Good luck, and come back and ask all the questions you want here.
Don
MigrationUser 1  Sunday, February 09, 2003 2:43 PM

You can use google to search for other answers

Custom Search

More Threads

• Bindingsource Filter using LIKE on an integer
• ListView Item Keys
• How do i get currently login user directory
• DataGridView and ContextMenu's
• DataGridView - Can't edit CASE field
• TableAdapter Queries: Modifying the "ORDER BY" clause at runtime based on user input
• Recordset problem
• Validate Me
• Reading individual DataTable fields
• Binding a Collection to a Listbox