question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failing to work with application/business layer

See original GitHub issue

I 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:open
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
ALMMacommented, Jun 20, 2017

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.

0reactions
vdurantecommented, Apr 21, 2018

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 .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found