Contents tagged with aspnetcore
-
How to implement Generic Queries by combining EntityFramework Core and GraphQL.NET?
Currently, I have struggled with the problems that I have to implement many times the query for any entity in my data model. I thought if we can expose all entities to the APIs (or maybe have a way to limited some of the sensitive entities) would be great, and then others simply to query it (like a generic query to avoid boilerplate code when we implemented over and over the query function for all entities in the system).
-
How to Organize CLEAN ARCHITECTURE to Modular Patterns in 10 Minutes
You are still concern about what is the modern software architecture at the moment? You are searching around to the BEST Software Architecture for applying in your next projects. Go deeply into this article, it's going to help you answering by your own.
-
The awesome dotnetcore collection for .NET community
In the last month, dotnetcore, aspnetcore, and efcore were released .NET Core 1.0 RTM. Apparently, everyone in .NET community is very excited about this news. Because in .NET standard 1.6 version, we can run on Windows, Linux, and Mac OSes very well. Accordingly, a lot of libraries, frameworks, tools, starter-kits and articles also come out. The problem of this is a lot of people don't know how to find the best one to use in their projects, based on the very new framework like dotnetcore, aspnetcore, and efcore. To help those people can be easy to find the best one for the specific purpose, I have created the awesome dotnetcore collection on GitHub to classification all the libraries, framework, starter-kits into each category so that if anyone wants to use some of them in this collection can choose it effectively. And luckily, this project is welcomed by the community (a lot of like, share and pull requests). I am really happy about it because I know what I do, really make people excited about and maybe it is helpful for them too :)