Questions tagged as 'asp.net'

1
answer

Doubts about implementation of Lazy Load and Dependency Injection

The scenario is simple, it has a PersonPass class that has linked to it a list of Contacts (instances of physical persons), Telephones (instances of a Phone entity), and a list of Addresses (instances of an Address entity) / p> I have in the c...
asked by 01.05.2015 / 17:35
1
answer

How to generate Thumbnail using MediaToolKit

I need to generate a thumbnail from a video when uploading it to my application, I would like an explanation of how to use the MediaToolKit to do this, thank you in advance.     
asked by 17.03.2017 / 20:39
1
answer

What is AsyncPostBackTrigger Class?

How should I use and what does this type of class?     
asked by 26.03.2017 / 04:25
1
answer

Show fields of an entity in a different View

I have a Academic entity that has a Teacher , I want the Academic Detail Professor who belongs to this Academician . The code I'm already using is this: Teacher model: public class Professor : RepositorioBase<Professor> {...
asked by 08.11.2017 / 17:27
1
answer

How to use dependency injection outside a Controller with ninject

I have following code: public class ContaController : ApiController { private readonly IAppServiceUsuario _app; public ContaController(IAppServiceUsuario _app) { this._app = _app; } } How to inject dependency with...
asked by 20.12.2016 / 16:42
1
answer

Error When Adding Controller in ASP.NET MVC

A question when creating a controller . Because trying to create it has presented the error of the attached image. I created 3 small classes: Dependentes , Tipobenef , TitularPlano and ProvaContext [Table("depende...
asked by 02.01.2019 / 03:56
1
answer

Entity Framework - Data Access Tips

I'm working on a project using EF6 with C #, in one of my classes I have to save a file, example below: public partial class Arquivo { [Key] public int ArquivoID { get; set; } public string Nome { get; set; }...
asked by 25.02.2016 / 21:47
1
answer

Create buttons at run time

I want to create a small web game where the user will make the decision of the characters at runtime. At the moment I have the following screen: Whentheuserclicksontheleftbutton,forexample,Iwouldliketocreatealabelbelowtheleftbutton,alongwith2bu...
asked by 05.01.2016 / 04:09
2
answers

Error configuring application on IIS Local (Integrated pool)

Save personal, I am new to .NET and am having an error creating an application on the local iis. Below exception and my pool print. My iis resources and project are the same as a friend and on the machine it works. Does anyone know what...
asked by 15.10.2015 / 04:49
1
answer

Delay in creating internal document through V9 engines

Good afternoon, I have a web application to create internal documents in Spring ERP. The problem is that each document takes, on average, 2 to 3 minutes to be created. When the document has 1 or 2 lines it takes but creates, but when it takes...
asked by 12.11.2018 / 15:48