| "Can't create a child list" error message when you open a form in Visual Studio .NET |
| Microsoft Support |
|
(816799) - When you delete the table that is bound to a control form of the DataSet Schema and then save the project in Microsoft Visual Studio .NET, you may receive the following error message when you open the form in Design view: Can't create a child list for...
|
|
| "Can't create a child list" error message when you open a form in Visual Studio .NET |
| Microsoft Support |
| (816799) - When you delete the table that is bound to a control form of the DataSet Schema and then save the project in Microsoft Visual Studio .NET, you may receive the following error message when you open the form in Design view: Can't create a child list for... |
|
| "Can't create a child list" error message when you open a form in Visual Studio .NET |
| http://www.kbalertz.com/ |
| (816799) - When you delete the table that is bound to a control form of the DataSet Schema and then save the project in Microsoft Visual Studio .NET, you may receive the following error message when you open the form in Design view: Can't create a child list for... |
|
| .NET |
| MSDN |
| Unexpected Errors in Managed Applications |
|
| .NET Internals: Examine Running Processes Using Both Managed and Unmanaged Code |
| MSDN |
| Get the goods on your running processes |
|
| A C# Framework for Interprocess Synchronization and Communication |
| The Code Project |
| How to share resources and implement a rich message/data passing architecture between threads and processes (SOA) |
|
| A Dictionary Collection Sorting By Value |
| The Code Project |
| An article on creating a custom collection like the SortedList that sort entries by value instead of by key |
|
| Advanced Data Mapping in .NET |
| DotNetJunkies |
| In this article, Tin demonstrates 3 automated mechanisms for data mapping: mapping from Database table columns to object properties, mapping from HTML form fields to object properties, mapping from ASP.NET Web controls to object properties. |
|
| An ASP.NET Framework for Human Interactive Proofs |
| MSDN |
| Stephen Toub introduces concepts involved in Human Interactive Proofs and creates a framework for their incorporation into your ASP.NET sites. |
|
| An Extensive Examination of Data Structures - Part 6: Efficiently Representing Sets |
| MSDN |
| Scott Mitchell discusses data structures for implementing general and disjoint sets. |
|
| An Intro to Destructors in C# |
| The Code Project |
| This article gives an overview of the destructor in C#. It covers basics, behaviour of destructors in inheritance scenario, how .NET framework manages the destructor internally. It contains some sample codes, along with the genaral FAQs about the destructor. |
|
| An unhandled exception of the 'System.ArgumentException' type occurs after you rename the columns of a DataSet object |
| http://www.kbalertz.com/ |
| (815545) - After you rename the columns of a DataTable object in the DataSet , if you try to refer to the columns in case-insensitive manner, you receive the following exception: An unhandled exception of type 'System.ArgumentException' occurred in... |
|
| An unhandled exception of the 'System.ArgumentException' type occurs after you rename the columns of a DataSet object |
| http://www.kbalertz.com/ |
| (815545) - After you rename the columns of a DataTable object in the DataSet , if you try to refer to the columns in case-insensitive manner, you receive the following exception: An unhandled exception of type 'System.ArgumentException' occurred in... |
|
| Asymmetric Arithmetic Rounding |
| The Code Project |
| .Net uses Bankers rounding. Want to bring back the rounding they taught you in grade school? This simple bit of code will help! |
|
| Building Templated Custom ASP.NET Server Controls |
| MSDN |
| Learn how to create ASP.NET Server controls that enable users to customize the look and feel. |
|
| C# Browser History Monitoring Application (Part 1) |
| C#Today |
| The application developed by Jan Narkiewicz in this article monitors the browser history file of a currently logged in user. As the user surfs the web, the contents of their browser history folder are mirrored to a secure location. Inside the mirrored location (only accessible to administrators on the machine) all additions and updates to the users browser history folder are recorded. Deletions are not recorded. The idea is to monitor a users web surfing habits without letting them know their surfing habits are being monitored. |
|
| C# From a Java Developer's Perspective |
| http://www.25hoursaday.com/ |
| What follows is an overview of similarities and differences between the language features and libraries of the C# and Java programming languages based on my experience using both languages. All code snippets below were tested on Microsoft's .NET Framework Beta 2 for C# snippets and Java™ 2, Standard Edition (J2SE™) version 1.4 Beta 2 for the Java snippets. |
|
| Code Generation in the .NET Framework Using XML Schema |
| MSDN |
| Learn the difference between typed datasets and classes generated by the xsd.exe tool. Extend this process by reusing the infrastructure classes supporting it, staying compatible with the XmlSerializer. |
|
| CodeDOM:Strong Type Collection Maker |
| The Code Project |
| It's a tools to help you create the strong type collection class. |
|
| Creating multilingual websites - Part 2 |
| The Code Project |
| Creating multilingual websites - Part 2 |
|
| Data Binding Custom Classes |
| DotNetJunkies |
| "I have a class 'test' which contains two public string properties p1 and p2. Then I build an ArrayList with some newly created instances of class 'test'. Now I want to use this ArrayList for data binding. So I tried to write: databinder.eval(container.dataitem,"p1") But this does not work. An exception is always thrown, stating that class 'test' does not contain a property p1. Please could you explain, how databinder.eval works with custom classes, not against a DataSet and so on." |
|
| Data Binding Custom Classes |
| DotNetJunkies |
| There are a lot of samples that show you how to data bind DataReaders or DataSets to DataGrids, Repeaters, etc. But what happens if you want to use your own classes within a collection? This article shows you how to do it. |
|
| DebuggerVisualizers - Image Debugger Visualizer using Visual C# express |
| The Code Project |
| The article is regarding a new feature in Visual Studio .NET 2005, that gives you the ability to decide how your image data is to be visualized in debug time. |
|
| DebuggerVisualizers - Image Debugger Visualizer using Visual C# Express |
| The Code Project |
| The article is regarding a new feature in Visual Studio .NET 2005, that gives you the ability to decide how your image data is to be visualized in debug time. |
|
| Doing Collections with Inheritance |
| MSDN |
| I've heard Microsoft® Visual Basic® 6.0 developers say things like "Well, I don't really need inheritance in my object designs." They wonder why getting inheritance in Microsoft® Visual Basic® .NET is such a big deal. I think many of these developers have really needed inheritance all along—they just didn't realize it. To see why, let's look at how collections are managed in Visual Basic 6.0, and then how things change in Visual Basic. NET. I should first point out that if you don't use collections in your object designs, then you are not really using object orientation in depth. It's probably appropriate for you to invest some more time in object-oriented philosophy, because that understanding is central to using .NET most effectively. |
|