statler

Results 41 comments of statler
trafficstars

OK, so that is officially a working answer. It does in fact successfully transpose the LINQ to SQL. Fantastic work - very much appreciated. The SQL is SELECT [n].[NCRID], [n].[Description],...

I have ended up writing extension methods that are used as follows await Devex.DataSourceLoader.LoadDtoAsync(_context, _mapper, ProjectEntities, loadOptions) When using this code you need to explicitly deal with any properties that...

Aleksey Just extending on this, I have written code that automatically adds all of the Automapper mappings as CustomAccessors. This now gives us an end-to-end solution for managing projections seamlessly...

Thanks Aleksey 1. AutoMapperProfileService and AutoMapperProfileORM are just my automapper configurations. These are a standard way of creating the maps for automapper. Example below 2. VisitAndConvert is a method of...

This is now available out of the box with the fork at https://github.com/statler/DevExtreme.AspNet.Data

Sorry for the late reply - I am not sure. I have not really paid attention to it before.

Latest VS2022 community. The intended URL is the URL specified in the pubxml. It doesn't matter what URL is used, it should just be accurately rendered in the clickonce message....

This seems to be a really popular suggestion, but no love? Please resolve this because, as someone else has quite rightly pointed out - pragma's look like cancer in code...

OK - so it runs correctly if you use the debug T4 template function in VS, but fails if you try and run it on save.

OK, so it runs, but still generates incorrect configurations. Basically, if a class has multiple FKs to the same table, it will only add the first relationship . I expect...