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

Activities of "zokho"

How can we use localization in Dto class that implements ICustomValidate?

public void AddValidationErrors(CustomValidationContext context)
        {
            context.IocResolver.
            if (!AreAllTimesValid(this.TimesOfDay))
                context.Results.Add(new ValidationResult("TimeOfDayIsNotValid"));
        }

a sample code would be appreciated :)

Question

Does the framework support NTLM Authentication? I am looking for a solution to run on a local network with authenticating user without having the user to enter username and password. basically a windows authentication rather than web form authentication.

Thanks :)

Thanks for your response. With regard to the number 5 (5. The Entity framework DB commands do not work in the Package Manager Console (I am selecting EntityFramework project as of the default project drop down value). The error says: "The EntityFramework package is not installed on project". ):

I have installed EntityFramework and now receiving the following error: "No DbContext was found in assembly 'Parking.EntityFramework'. Ensure that you're using the correct assembly and that the type is neither abstract nor generic." As you have you advised I have set the startup project and have selected the EntityFramework for the Default project in the Package Console Manager

Hi, I created a project from your template in ASP.Net Core and Angular 2, including the Module Zero, around 2 weeks ago. Today I noticed in the NuGet Package management that I can upgrade both Abp.Framework and Abp.Zero.Framework from 1.5.1 to 2.0.2 version. Once I did that I got lots of errors and bugs almost everywhere within all defined projects! I had a brief look at the errors, and most them were about some changes in the constructors and other methods signitures. When I downgrade them both to their original versions, all errors disappeared. So here are my wonders:

  1. Was it the proper way that I have upgraded the dlls?
  2. I noticed a project named as Migrator within the generated solution. Should I have upgraded them though that? If yes, how? if No, what it is all about?
  3. If we are supposed to alter the code manually after each upgrade, is there any details in your website on what have changed and what specifically should be changed, from what to what?
  4. Does the created project work with Entity framework Core(7.0) or it still use Entity framework 6?
  5. The Entity framework DB commands do not work in the Package Manager Console (I am selecting EntityFramework project as of the default project drop down value). The error says: "The EntityFramework package is not installed on project". I am able to execute the commands from the Windows CMD though!

Regards

<cite>hikalkan: </cite> Hi,

We will create a module-zero included version of the template.

We did not remove anything. This is a completely new and separated template based on AspNet Core.

For HangFire, you can add it as documented in <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Hangfire-Integration">http://www.aspnetboilerplate.com/Pages/ ... ntegration</a> For Angular, we will create angular2 UI later.

Hey Ibrahim, Do you have an estimation of your plan? Module-Zero and Angular 2? Is there any place that we can see the progress on each?

Hi, I can see that you have included a template to be created for ASP.Net Core. Nice Job! Just created a sample template and realised lots of things are removed from the template (Angular, Module Zero, Hangfire,...) Is there any specific reason for that or it is temporary and more will be included in the future likewise the ASP.Net MVC 5.0 template one?

Question

Hi, Does the framework support Angular 2? Is there any sample which shows how to read data and manipulate it via Angular 2 using ABP framework?

Hi Ibrahim Just came across your post on twitter that you have released the new version of ABP Framework compatible with ASP .Net Core. ([http://volosoft.com/asp-net-boilerplate-v0-10-0-has-been-released/])) Good Job ;) At very first lines it has been pointed that you are still working on the Start up template and you will announce it on Twitter once finished. However, in the conclusion section it says that Documentation and Start up template both have been updated. Just created a blank project from start up template and can't see any changes with that regard though?!

Cool! Thanks for your update! any estimation on when it will be in place? Reason is I am about to start an app and wonder if it is worth delaying it till you guys finished the migration :D

Question

Hi, Is there any plan to add MVC 6 and other new related stuff (Bower, Grunt, ...) to the auto generated project? I have read some about MVC 6.0 and seems there are many changes compared to the old versions. BundleConfig.cs file is one of those changes that has been replaced by Grunt/Gulp files.

Thanks

Showing 41 to 50 of 66 entries