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 ...
How to use to kentico with entity framework