Question : I’m setting up AddLocalization So the problem is that Resources is in a separate class library of the […]
Tag: asp.net-core
.Net Core, Dapper and Visual Studio Code?
Question : I’m trying to integrate Dapper with .Net Core but I’m not getting it and all the tutorials I […]
ReportViewer MVC Core
Question : I’m working on a project using ASP.NET MVC Core. I have installed all the dependencies required for the […]
Return message along with UnauthorizedResult
Question : I’m using .NET Core 2 to create a dependency that will be injected into an API. The idea […]
Error converting varchar value to integer
Question : When performing the following UPDATE through my API (.NET Core): UPDATE Aula SET WHATEVER = WHATEVER WHERE ID_AULA […]
Asp.Net 5 (Core 1.0) Class Library System.Text.RegularExpression
Question : How to use the System.Text.RegularExpression namespace in Asp.Net 5, I’m having a project and I was upgrading it […]
Dependency injection in .Net Web API project 2
Question : I’m involved in a project that is developing a .Net Web API 2 Fw 4.51 application (with a […]
How in ASP.NET 5 is this property defined?
Question : In ASP.NET 5 in the Configure method of the Startup class we can get a reference to an […]
How was the relationship between Web Api and Asp.NET MVC in Asp.NET 5?
Question : In ASP.NET 4.6 or lower there were differences between Web Api and Asp.Net MVC. controller , for example, […]
What is ASP.Net vNext? What is the correct name?
Question : Okay, I know that ASP.Net vNext is the new version of ASP.Net being released by Microsoft in 2015 […]