Posts by Bruno Dias • 187 points
5 posts
-
0
votes1
answer848
viewsQ: jquery - variable pass from one page to another
well, I have this scenario... my index.html calls another page (home.html) and there are two variables in the index that I want to take home to make my decisions... index code.…
-
7
votes1
answer1804
viewsQ: The Entity or Complex type '*' cannot be constructed in a LINQ to Entities query
I can’t do this? public List<Filial> GetAll() { //Mostra todos os registros incluindo os desativados para os Administradores var ret = _db.Filiais.AsNoTracking() .Where(e => e.Visible)…
-
3
votes1
answer102
viewsQ: jquery Intellisense does not work in VS2015 Community
I can’t make it work at all. Man _references.js /// <autosync enabled="true" /> /// <reference path="bootstrap.min.js" /> /// <reference path="jquery.mask.min.js" /> ///…
-
3
votes1
answer501
viewsQ: -[Lifestyle Mismatch] Applicationsigninmanager (Web Request) depends on Iauthenticationmanager (Transient)
I’m getting an error on startup simpleinjector which I cannot solve at all. The error appears when it tries to run the line: container.Verify(); Follows error: -[Lifestyle Mismatch]…
-
4
votes1
answer424
viewsQ: Two classes mapping the same table with the Entity Framework
I’m trying to do the entity map two classes to the same table this is possible? Setting: Man identity this decoupled (Eduardo Pires' Master) from my domain and the presentation layer in the domain…