Xsd2Code – better than XSD

I’ve been working on a few ASP.Net projects and one of the key aspects of this project is creating some usable XSD schemas that are then translated into objects. At first, I started using the regular xsd.exe that creates a class (in either VB or C#) from a schema with the simple statement. xsd “myfile.xsd” … Read more

VFP Help Updated – Some problems found

Rick had posted two weeks ago about how some VFP updates were coming down the Microsoft pipe. They were released recently but unfortunately, have some glitches.Shedding Some Light – Comment I typically use the VFP online help or rely on other sources but it might be nice if the entire help file could be “codeplexed”. … Read more

Working with VFPX and CodePlex Source Control

Many developers who want to get involved with VFPX face a bit of a challenge, especially if they’ve never used Source Control. (What!?!?! You’ve never used source control) When I started working on the Code Analyst, I used the SCCI provider within VFP but it always conflicted with my own SSC tool (SourceOffSite). There’s also … Read more