E
E
ebroker2019-04-15 15:59:51
.NET
ebroker, 2019-04-15 15:59:51

C# code of which projects or packages to look for development?

There is an opinion that in order to develop more and better understand the language in which you write, it is useful to look at someone else's good code and try to figure it out, see what approaches and solutions were used, etc.
Therefore, the question is which opensource projects or Nuget packages can I look at the code of which is an example of "how to do" ?
I tried to deal with the Entity Framework Core sources, it didn’t work out very well, maybe you need to choose some less voluminous project.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
asdz, 2019-04-26
@ebroker

Here you can look and find something Examples of code from developers
Also here: DDD.Enterprise.Example
eShopOnWeb
eShopOnContainers
in github search

J
Javid Alimli, 2019-04-15
@jdava

Maybe you should go to github, enter the theme of some program and read its implementation? There will be an understanding of the code, etc. Good luck)

X
XelaNimed, 2019-04-16
@XelaNimed

In my opinion, C# is used in so many different areas that in addition to the language used, you also need to decide on the scope of its application (web, database, desktop) and then (as already suggested above) look for successful / popular OpenSource projects on GitHub / BitBucket / GitLab that use the necessary frameworks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question