Posts by Marcelo Jesualdo • 1 point
2 posts
-
0
votes1
answer256
viewsQ: Loading from inside partialview js/css
Good morning,insira o código aqui I am unable to load . js/. css when loading the partialview in the layout <!DOCTYPE html> <html> <head> ... @RenderSection("header", required:…
-
0
votes0
answers49
viewsQ: Mapping Error and Fluent Api
I’ve just started the study on Asp.Net MVC with Entityframework, I’m having a go at saving the following case: public class Aluno { public int Codigo { get; set; } public string Nome { get; set; }…