Showing related tags and posts accross the entire site.
-
The current web service method signatures are of strongly-typed primitives and in complex environments risk versioning challenges. UDDI just pushes the problem into configuration/deployment management. Please consider an optional switch for both Domain and Service web service generation that: Accepts...
Posted to
.netTiers - Feature Requests
(Forum)
by
Pococurante
on
10-17-2007
Filed under: complex objects, Guidance Automation, parameters, Security, Validation, Enterprise Library, ASP.NET WebServices, WebService, Serialization, WCF, .netTiers, NetTiers
-
I would like to generate components for use in the Web Client Software Factory... like the ObjectContainerDataSource wich is an refactored DataSource object using the View-Presenter pattern. The DataSource objects generated in NetTiers are implemented differently... Has anyone an idea how to "merge"...
-
I have been having problems getting the Infragistics WinGrid display the information in deep hierarchical relationships for the last couple of days. After some research, and some previous issues i've had to deal with, I think I nailed it down to the implementation of ITypedList.GetItemProperties() in...
-
Hi! Wouldn't it be a good thing to replace the following method in EntityPropertyComparer.cs with something like thw ones below? This would allow to support complex objects and comparing things like "Customer.AddressIDSource.City" for exasmple, which is not the case at the moment. Original code: ///...
-
mcquiggd: 2) Lightweight Entities that are effectively created from the output of Custom Stored Procedures, as per the 'Ghost Tables' concept mentioned earlier. I dont really want to have unneccessary Views added to the Database just to create an Entity that does not have a direct one-to-one table mapping...
-
Hi! Thanks Robert! I had thought about this, but it would be a last resort solution for us, since we use look-up tables everywhere and we need this in every GridView. Do Strongly Typed Data Sources support sorting on complex objects? The Data Source would need to perform a JOIN internally I guess. Is...