Posts by Willian Teleginski • 13 points
2 posts
- 
		0 votes2 answers544 viewsQ: ASP.NET Core Attribute routingI’m migrating a project to ASP.NET Core 2.0, but I’m unable to use the following routes. Error message. An unhandled Exception occurred while Processing the request. Ambiguousactionexception:… 
- 
		1 votes1 answer1953 viewsQ: Dynamic Linq Query between two contextsI’m trying to return the query sql sequinte but without success. SQL= select IDEstado, COUNT(IDEstado) from PessoaEstado w join Nucleo.dbo.Estado e on e.ID = w.IDEstado where IDPessoaMaster = 46…