O/R Mappers and Code Generators
Here is List of ORM tools, code generators and related stuff shared by Rockford Lhotka. Hope it helps for anyone who is looking for framework of .NET framework.
About Programming, Visual FoxPro, .NET.
Here is List of ORM tools, code generators and related stuff shared by Rockford Lhotka. Hope it helps for anyone who is looking for framework of .NET framework.
Rick Strahl has posted a blog entry that Comparing Web Connection and ASP + COM. It also contains some info about background architecture of ASP, COM and WebConnect. Also, it mentioned some performance improvement of COM using VFP9.
"What's New in Nine: Visual FoxPro's Latest Hits" by Tamar E. Granor, Doug Hennig, Rick Schummer, Toni Feltman and Jim Slater is at the printer and will be shipping on February 26. The final ebook will be available for download on Sunday, February 13.
Sample chapters, detailed table of contents, index, and ordering info available
at:
http://www.hentzenwerke.com/catalog/wnvfp9.htm
Our tester complaint that our latest client server application hang. It happens if more than one user access the same record, ex. UserA and UserB. Once userA lookup record1, modify it and then save it. UserB will not able to access the same record anymore unless UserA exit from his application.
Just few minutes ago, I solved the problem of getting error
"Error Loading File ... Parent : Not enough memory to complete this operation"when I try modify form.
ClassA->Superclass->ClassA->Superclass ...It is a infinite reference.
VFP intellisense is a great feature that allow us to get list of object PEM easily. It is helpful especially in COM automation. Beside, VFP also has object browser which we can get rid of PEM, constant, class, enum and etc. But, where to get the class deinifition to initialize COM object for example MS Word (Word.Application), SourceSafe (SourceSafe) and etc?