Posts by Mecias Bueno • 21 points
3 posts
-
1
votes1
answer1013
viewsQ: Generate ASPNET CORE MVC reports
Is there a solution to generate reports in ASPNET CORE 2.0 MVC applications without needing a reporting server? I did some searching and did not find much on the subject.
-
0
votes1
answer220
viewsQ: Get the value of custom attributes in aspnet-Identity . NET CORE 2.0
I’m using the Identity with aspnet core 2.0 and I needed to add the attribute nuCPF on the table Applicationuser. In the controller I am getting the user data as follows: [Controller:…
-
1
votes1
answer825
viewsQ: CS0246 error when creating a new Asp.net mvc core application
I have a problem, when creating a new project Asp.net-core in visual studio 2017 appears the following error when compiling: CS0246 The type or namespace name "System" cannot be found(missing a…