Base solution for your next web application

Activities of "zokho"

Hi there, Is there a time estimation on when OAuth is going to be included into the ABP framework? If it is going to be near future I do not want to bother myself to redo it...

Thanks,

Hi, Wonder if there is any specific reason that we cannot create a template for Durandal and Entity Framework like the way we can do with AngularJS and Entity Framework? I do not know much about Durandal; just wanna know if there is any limitation with Module Zero and Durandal?

Cheers,

Hi, Has any progress been made to integrate Active Directory with the ABP? If yes, could you please guide me to a documentation or sample that might describe it?

Thanks,

Question

Hi, I have already placed a ticket regarding this about a year ago. Wonder if you are still going to embed External login (Facebook & Tweeter) to the framework?

Thanks

Answer

Awesome! You are the man Ibrahim ;)

Hi I am wondering why the intellisense does not work for helpers within the .chtml files! Besides that, I am getting red curly underlines for any Razor component used within a page. For example for @model, @L, @Html.DropDownListFor, etc...

However they work fine when I compile and run the app

thanks

Hi, I have created an uploading WebApi in the WebApi project. I am using the Api from the Web project to upload files via AngularJS. I have also created a directory and named it as "Document". Here are my wonders:

Where should I define the Document folder (in the WebApi project or the Web one)? I assume it should be in the Web project where the client-side code resides. If my guess is true, then do not know how to point to a folder in the Web project from the WebApi project to save the file in?!

Thanks for your tips and advice in advance ... ;)

Hi Ibrahim, Thanks again for your advice. Now I have got another question: I am using [https://github.com/danialfarid/ng-file-upload]) to upload files via Angular. I am using the code below to send userId as a form data multipart along with the uploaded file to create a folder as per its value and then save the uploaded file:

file.upload = Upload.upload({
      url: '/api/File/Upload',
      data: {userId: appSession.user.id, file: file}
    });

For the whole past day I have been struggling to fetch the form-data and get the posted userId so I could create a folder prior saving the file. Do you have any advice on:

  1. Am I doing the right thing? I mean, do I really need to pass the userId along with the file or I could retrieve it in the WebApi project side somehow?!
  2. I have just come across this parser [https://github.com/Vodurden/Http-Multipart-Data-Parser]) which would let to parse the form-data request (have not tried that though as yet!)
  3. Is there a such parser within the ABP Framework so I could use rather using the above parser?

I really appreciate your advice and thanks in advance... ;)

Question

Hi, Does anyone know that if its feasible to upload files using Dtos in the Application layer? If yes, can I have a sample code which shows how to define properties in DTO classes and how to call the service from AngularJS?

Thanks,

Hi, I have just created a template through the aspnetboilerplate website and right after I have updated all libraries via Nuget update. In the created template the Configuration class extended ISupportSeedMode which seems was removed from the updated version of Abp.Zero.EntityFramework.

  • In the first place, I wonder why the newly created template not referring to the most recent versions of DLLs!?
  • how should I fix the problem? Should I create another template and this time not update the DLLs?
  • where can see the changes (or fixes) in each versions of ABP framework before getting them updated?

Regards,

Showing 1 to 10 of 66 entries