Questions tagged as 'class-library'

2
answers

What's the difference when creating a class libray (.net framework) and class library (.net standard) project in VS2017?

What are the differences and uses of these types of projects?     
asked by 08.11.2017 / 12:44
1
answer

ASP.NET CORE Dependency Injection

I have a situation that I do not know how to solve it. I have the following scenario: I have an ASP.NET CORE WebAPI and a Class Library also in .NET CORE. Since the class library will be according to the Repository Pattern. So I came across a...
asked by 21.06.2018 / 04:08
0
answers

How to integrate a Class Library into a Database Project in Visual Studio

Hello, I'm creating a solution in Visual Studio where I would like to separate all layers of the application into projects to have a more well-defined structuring. My solution so far looks like this: Solution | - Database (Database Project)...
asked by 11.09.2018 / 16:54
0
answers

The type is defined in an assembly that is not referenced

I have a project called DataLibrary , the .dll is referenced in another project of mine, but for some reason, when compiling VS it gives me an error saying there is a type that is set to DataLibrary mas I need to add a reference. I...
asked by 02.08.2017 / 19:37
1
answer

How do I order a Complex List?

How do I sort a complex list? Home I have this list below and I need to sort by TypeName and TypeName : public class Tipo() { public int IdTipo {get; set;} public string NomeTipo {get; set;} public List<S...
asked by 03.10.2018 / 14:49