Questions tagged as 'asp.net'

1
answer

C # Windows Service Alternative

Hello, I have some windows services written in C # (Framework 4.0) running on server here in the company, these services perform some monitoring to leave information available for when the user logs into the asp.net system. We will no longer...
asked by 18.05.2018 / 20:57
1
answer

Injection of Dependencies Layers Application / Domain / Repository

In an application using the DDD concepts I am in doubt about who could inject (dependencies) into a particular class if there is any standard for it. This is between the Application, Domain, and Repository layers. 1) AnAppService Client (A...
asked by 03.05.2018 / 12:46
1
answer

Creating folder of ASP.NET Core files

Hello, I am generating a file folder via code, but it does not appear as if it were actually inside the project / solution, like this: Iwouldliketocreate(viacode)thearchivefoldersothatitisactuallywithintheproject/solution.Likethis: Than...
asked by 17.08.2018 / 02:37
0
answers

Open PDF in a new browser window

Implemented a functionality in the system to generate a PDF file using iTextSharp, however it is opening in the same tab, I would like it to be opened in a new browser tab. I tried to use Response.Redirect Response.Write I tried to use...
asked by 02.02.2018 / 18:45
0
answers

Asp.net with GitHub

I have some experience with Github versioning with java, it has always worked efficiently across teams. I'm having an ASP.NET project based on WebForms, and I'm trying to version with GITHUB. I have versioned the project with my user, and when a...
asked by 03.05.2018 / 15:46
0
answers

File management similar to Google Drive

I was looking for how to create a data management similar to One Drive, Google Drive , etc. And I just came across this and I did not quite understand how to apply this in a WEB application, could you give me a direction on how to create some...
asked by 07.05.2018 / 19:34
3
answers

Doubt of how to increase input size according to div size using bootstrap

I'm having difficulty increasing the size of my inputs using the bootstrap classes, I'd like to leave them depending on the sizes of my div for example, in a row with 12 columns I create the div with col-md-12 and leave the input of the size of...
asked by 24.10.2017 / 19:13
1
answer

How to Include and Refer. .JS in my project?

Well it's the following, I have a .JS file in my project. I'm calling it in HEAD SO: <script type ="text/javascript" src="~/JS/validacao.js"></script> within this validation. JS has a masquerade function. and put the f...
asked by 08.12.2017 / 13:04
1
answer

Add photos and gallery to an ASP MVC product

I'm starting in ASP.NET using mvc 5, I've done some basics courses, and now I want to make a simple little complex virtual store. but I am in a crucial doubt in the product table, it will have a miniature photo and more others in its description...
asked by 13.12.2017 / 18:58
0
answers

Configure ASP.NET WebForms Rotation

Good afternoon, I have an ASP.NET application in WebForms (still) working normally, the client asked to include the date in the route of a new page, I created the route like this: routes.MapPageRoute( "RevendaMapRoute", "Re...
asked by 02.09.2017 / 18:15