Git Product home page Git Product logo

eisk / eisk.webapi Goto Github PK

View Code? Open in Web Editor NEW
219.0 219.0 56.0 16.08 MB

Project based on latest .NET (v6.0) technologies for building scalable web api, along with clean architecture patterns.

Home Page: https://eisk.github.io

License: MIT License

C# 100.00%
api asp-net-core aspnet aspnet-core aspnet-web-api aspnet6 aspnetcore aspnetwebapi azure c-sharp dotnet dotnet6 ef6 entity-framework entity-framework-core vs2022 web-api webapi webapi-sample

eisk.webapi's People

Contributors

ashrafalam avatar ibrahimm02 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eisk.webapi's Issues

Paginated search with domain fields

It will be very useful if you could add a simple laminated search functionality with the domain fields.

Every all needs such a functionality so will be glad if you could that.

implement exception handling filter

The filter should do the following:

  • return json formatted response. (reference 1, reference 2)
  • (optional) convert the underlying system exception message to a generic user friendly message
  • (optional) using .net core build in log class to log the details of the exception.

Raw SQL command excusion

public class EntityDataService : IEntityDataService where TEntity : class, new()
{
...
public virtual async Task SqlCommand(string SqlString)
{
await DbContext.Database.ExecuteSqlCommandAsync(SqlString);
}
}
///////////////////////////////////////////////////////////////////////////////
public interface IEntityDataService where TEntity : class, new()
{
...
Task SqlCommand(string SqlString);
}
///Please consider to add raw sql command execution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.