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

Activities of "bilalhaidar"

Hi, I noticed that AbpJsonResult returns results to client by converting DateTime properties to whatever is configured at Clock.Provider.

Since Clock.Provider I configured to be UTC it means that dates are stored in the DB as UTC, correct? When returning data to client, shouldn't the Abp Framework convert those Dates to the user's TimeZone instead of using again Clock.Normalize?

Thanks

Hi, The function "abp.timing.convertToUserTimezone" is defined twice:

  • In abp.moment.js
  • In abp.js

Why is it defined twice, and which one is active and why?

Thanks

Hi, Throughout out the Abp projects, I noticed the use of TimeZoneInfo class to populate the dropdown of Timezones under Tenant and Host Settings.

In which cases the IANA codes are being used? Is it only for client-side (Moment)? Or also somewhere on the server as I cannot see related stuff for them?

Also, the TimeZoneConverter in its Convert methods always calls ConvertFromUtc methods in TimeZoneHelper. Why always From Utc?

Thanks

I read in their documentation you van do this;

container.Register(Component
             .For(typeof(IAdapterFactory<,>))
             .ImplementedBy(typeof(AdapterFactory<,>))
             .LifestylePerWebRequest());

Doesn't this solve the problem?

Thanks

Hi, I would like to know what's the additional features of ASPNET Zero Template over ASP.NET Boilerplate + Module Zero?

Thanks Bilal

Hi, I am looking at EntityFrameworkGenericRepositoryRegistrar.cs. In Castle Windsor, you can register generic interfaces with the Open Generics concepts.

Why did you need to do all the work in EntityFrameworkGenericRepositoryRegistrar.cs class to register the generic repositories and didn' just use Castle Windsor features?

Thanks

I configured my VS to use SymbolSource, but where can I download the Abp symbol sources packages from?

Thanks :)

Thanks :).

Also, I think it is being cached so that not to go through all the cycle again, according to documentation.

I was confused as I couldn't find an Ioc registration for IAbpSession. Now that I know the ClaimsAbpSession is the only implementation it makes since with conventional registration, IAbpSession got resolved, and first time IAbpSession.TenantId is called, it will resolve it, correct?

Showing 231 to 240 of 635 entries