Technical Links
This will have any links I have found useful in my quest for programming knowledge. I hope you find them as usefull as I have.
Links I want to check:
- Creating a Class Factory with C# and .NET By Jon Rista
- Another Look At IDisposable by Marc Clifton
- "Unable to generate a serializer" error message - Microsoft
- Design Guidelines for Class Library Developers - Microsoft
My Links:
General .Net
-
Helpful Sites for .Net
-
Cross Language
- OO (Object Oriented) Programming By Example - A good starter article.
- C# to VB translator (Usefull for those C# demos you want to try in VB)
- VB.NET and C# Comparison - Sweet for comparing syntax between the languages
-
Practices
-
Heavier Stuff
ASP .Net
- Web Forms User Controls
- 4 Guys from Rolla - Extensive Examination of the Datagrid Control
- Determining Logged in User
- .Net Applets
(Or, Hosting Windows Forms User Controls in HTML)
Windows Forms
-
Listbox databinding info
If you want to have a series of listboxes chained together in Child/Parent/Grandparent fashion -
Designing Resizable Windows Forms in Visual Studio .NET
All sorts of resizing, including splitters. -
Enumerating, or listing SQL servers
List SQL Servers in a listbox or combobox.
Windows Services
Pocket PC Apps
-
Compact Framework QuickStarts
Quickstarts for Pocket PC apps - Packaging and Deploying Pocket PC Applications