Has anyone else notice any issues with LINQ queries returning null after the hotfix? var quickLink = _ctxOld.QuickLinks .Where(item =@ item.UserId == userid) .FirstOrDefa...
In kentico 10 we using bulk user upload from excel, the field name is Username, Email, fname, lname, Role1, Role2 and Role3. The user will be insert working fine.
I used below below code for download the data form Address table to excel file, excel file will be downloading but data is not coming.var addresses = AddressInfoProvider.GetAddresses() .Columns(@Ad...
In the select linq query need add where condition for two columns. Column name1: Address and column name: city If two column values are means condition go to if(address!=null){}otherwise else{} I ...
I using bulk upload address method, the below code is address upload using excel file.My requirement is how to update the customer If already address available means no need to update, if not avail...
How to use to kentico with entity framework
In kentico the standard way to get documents in below (which I believe is based on ObjectQuery and has linq commands). Im trying to filter it by one more field "newsCategory" which contains data li...