| Common .NET Libraries for Developers |
| MSDN |
| Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces. |
|
| FIX: A System.ArgumentException exception occurs when you try to create a Windows form that inherits from a Windows form that contains a dataset |
| http://www.kbalertz.com/ |
| (821536) - Explains that a System.ArgumentException exception may occur when you try to create a Windows form that inherits from a Windows form that contains a dataset. Requires that you install a hotfix to resolve the problem. |
|
| FIX: A System.ArgumentException exception occurs when you try to create a Windows form that inherits from a Windows form that contains a dataset |
| http://www.kbalertz.com/ |
| (821536) - Explains that a System.ArgumentException exception may occur when you try to create a Windows form that inherits from a Windows form that contains a dataset. Requires that you install a hotfix to resolve the problem. |
|
| Full-featured XP Style Collapsible Panel |
| The Code Project |
| Source and demo application for a full-featured XP style collapsible panel |
|
| How to do asynchronous programming using ASP.NET, MSMQ and Windows Service, for long running processes |
| The Code Project |
| An article on how to do asynchronous programming using ASP.NET, MSMQ and Windows Service, for long running processes. |
|
| How to link to an Access Database in a C# Application |
| The Code Project |
| An article explaining how to link your home database in your C# application. |
|
| How to sum the fields in a Windows Forms DataGrid control and display the calculated totals in a footer by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (842290) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual C# .NET. |
|
| How to sum the fields in a Windows Forms DataGrid control and display the calculated totals in a footer by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (842290) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual C# .NET. |
|
| How to sum the fields in a Windows Forms DataGrid control and then display the calculated totals in a footer by using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (836672) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual Basic .NET. |
|
| HOW TO: Invoke the Find, View Source, and Options Dialog Boxes for the WebBrowser Control from Visual C# .NET |
| http://www.kbalertz.com/ |
| This article describes how to invoke the Microsoft Internet Explorer Find , the Internet Options , and the View Source dialog boxes in an application that hosts the WebBrowser control. Warning This sample uses an undocumented command-group GUID that... |
|
| MycroXaml |
| The Code Project |
| A Declarative Xml Parser In Less Than 300 Lines Of Code |
|
| Performance Monitoring |
| C# Help |
| It's agreed that a program must run correctly and produce accurate results, but in many systems this isn't enough. Enterprise-class applications are of such mass that they must also be scalable. Verifying the scalability of an application traditionally requires specialized tools and bolted-on functionality to support monitoring. Now there's help, using the performance counter capability of the System.Diagnostics namespace. |
|
| SnapFormExtender - a magnet for your MDI child forms |
| The Code Project |
| An extender provider that draws MDI child forms to another form's edges while moving or resizing |
|
| Unleash PropertyGrid with Dynamic Properties and Globalization |
| The Code Project |
| The article presents a way to enhance the use of the PropertyGid control with dynamic properties and globalization |
|
| Using IDesigner and CodeDomSerializer to create read-only runtime properties |
| The Code Project |
| An approach to implementing a Component that has read-only run time properties that are read/write at design time. |
|
| Window State Monitor |
| The Code Project |
| A window state monitor. |
|
| Wonders of Windows Forms: Extending Windows Forms with a Custom Validation Component Library, Part 2 |
| MSDN |
| Michael Weinhardt continues his series on custom validation and examines form-wide validation using the FormValidator component. |
|
| Wonders of Windows Forms: Extending Windows Forms with a Custom Validation Component Library, Part 3 |
| MSDN |
| Michael Weinhardt wraps up his series on validation by adding in control-scoped validation support, as well as creating an extensible validation summary framework with two separate implementations. |
|