Zanyar Jalal

Results 14 comments of Zanyar Jalal

> Fixed it by passing a false value to Humanize - > > ``` > > string timeSince = postDate.Humanize(false).Transform(To.SentenceCase); > > ``` > > > > This seems to...

No solution has been found for this issue yet ?

@xuzhg Dear **SelectPath** & **Nested select** not work `https://localhost:44359/api/Houses/StateHouses?$select=status($select=Id)` or `https://localhost:44359/api/Houses/StateHouses?$select=status/Id`

Dear @xuzhg i was invited repo please accepted

added as a collaborator on the repository. notify by email please accepted

Issue Details [StaticFiles assets not found in ASP.NET Core MVC With RCL #43796](https://github.com/dotnet/aspnetcore/issues/43796)

Hi @captainsafia thanks for reviewed issue. I don't know how you decided that the issue I mentioned is not a issue, I have explained to you through code/issue what my...

You must pass parameter between `?` **Example** SELECT * FROM "table" WHERE ""col"" = ?col?

Thanks, @distantcam it is work. only notice for all, To access the `Converter` class, you must inject it, not create a new instance. ``` public YourService(IIConverter converter) { _converter =...

> There are 2 official SQL Server drivers - System.Data.SqlClient, and Microsoft.Data.SqlClient; which are you using, and exactly what version? For both do not work