Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "wcdagency"

it is null .

Hello

how to get currentuser's tenantId?

sorunu çözdüm tşk edrm

merhaba

durup dururken soldaki menü birden üstte oldu

ne yapılmalı?

Add-migration migrationismi

update-database migrationismi

Add-migration migrationismi

update-database migrationismi solved

Answer

hello.

I fixed problem.

  1. I had to clear all migration files
  2. I had to create two migration file one after other then update db Add-migration migrationismi

update-database migrationismi

hello alper

_courseRepository.GetAll().Where(x=>x.Name == "Test").FirstOrDefault();

.GetAll() returns IEnumerable or IQueryable, not .tolist() right? if so , .tolist() will very slow down the system .

thanks @maliming I am checking it out now.

hi alper, of course ,_courseRepository but I would like to use linq approach. I would need such

_courseCustomService.Courses.Where(x=>x.Id>3).tolist() ...

this is my aim.

hello les say I want to create table abc

id int name nvarchar numberval decimal then les say I created it from toolbar, writing without code.

then, toolbar creates decimal default decimal 18.2.

so my question is, how could I create decimal value with 18.4 with component?

Showing 21 to 30 of 42 entries