Failing to work with application/business layer
See original GitHub issueI am developing an application that uses ASP.NET Boilerplate framework. By default, there is an application layer that maps my appservices as controllers in the Web layer.
In the web layer, I have added services.RegisterDataTables();
.
In the application layer, I am trying to get as input IDataTablesRequest, but I get input is null error.
Thanks in advance
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Business logic vulnerability
Errors in business logic can be devastating to an entire application. They can be difficult to find automatically, since they typically involve legitimate...
Read more >Business logic vulnerabilities | Web Security Academy
In this section, we'll introduce the concept of business logic vulnerabilities and explain how they can arise due to flawed assumptions about user...
Read more >How to handle business logic errors and warnings, which ...
I'm working on an application where everything is going to be nicely separated. MVC and MVVM are being implemented. What I would like...
Read more >Pitfalls in designing the application's business layer
In this article, view some bad code from an application's business layer and how to fix it with better design practices. Take care...
Read more >Business Layer plugin fails to load in DPA Integration Module
What to do if you see the "BL Plugin Failed To Start" event type in the Events view in the Orion Web Console....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll keep this open to review this issue when possible. I’ll try to make DataTables.AspNet work with AspNet Boilerplate without manual ajustments, if possible.
This was quite some time ago, but I copied this class into my project and just switched it from internal to public https://github.com/ALMMa/datatables.aspnet/blob/master/src/DataTables.AspNet.AspNetCore/DataTablesRequest.cs
On Apr 21, 2018 12:05 PM, “sajasbana” notifications@github.com wrote:
@vdurante https://github.com/vdurante can you show me what code need to make it works?
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/ALMMa/datatables.aspnet/issues/52#issuecomment-383303672, or mute the thread https://github.com/notifications/unsubscribe-auth/AFJqkLmZKkkSL7dahmwIvqK5U9NIn5jRks5tq0q9gaJpZM4MsQW0 .