1.
DataTable Syncrhonization Manager
Rows.Add(row); break; case RecordType.DeleteRow: row = FindRow(dataView); row.Delete(); break; case RecordType.ChangeField: row = FindRow(dataView); ...
2.
Vector Graphics Clock
In this article, I'd like to demonstrate how to create vector graphics ... A third ellipse and an additional style is created to add the clock face. ...
3.
Writing Declarative-Friendly Assemblies
Writing A Declarative-Friendly Assembly. The article describes the rules to follow for writing assemblies and their classes in a declartive-programming ...
4.
Weather Web Service
xmlns:ws="WeatherForecast.com.ejse.www, WeatherForecast"> ... Text='Weather Forecast'>. These are all properties of the .NET Form class. ...
5.
Weather Web Service
xmlns:ws="WeatherForecast.com.ejse.www, WeatherForecast"> ... Text='Weather Forecast'>. These are all properties of the .NET Form class. ...
6.
Weather Web Service
It was interesting trying to even find a working weather web service. Most of the ones I tried were dead or didn't work. I finally stumbled upon the Code ...
7.
XSD Editor
If the tree node doesn't match the schema object, there are blank lines in the XSD file which are causing synchronization problems. ...
8.
Bitmap Button
(c) 2005 Marc Clifton All Rights Reserved. Sample Image - screenshot.jpg ... The BitmapButton class uses a single bitmap comprised of one or more images, ...
9.
Property Grids
(c) 2005 Marc Clifton All Rights Reserved. Sample Image - propertyGrid.png. Introduction. I've been looking at how to program a property grid declaratively, ...
10.
Unit Test Patterns
The data driven test patterns reduce this complexity by separating the test .... By including performance patterns in the unit test, the implementer has a ...