Guidelines/principles for package and component design [closed] - package

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Alright, our visual studio solution grows big in terms of the number of projects in it. Except for things that are obvious, I want to check whether the way it is now is what it has to be or we can better reorganize/package it.
Do you know of any good text on guidelines, principles of package and component design that I can reference? Something in depth, with good analysis, not just tier a, b,c or layer 1, 2, 3, etc.
Thanks.

Chapter 28 in the book Agile Principles, Patterns, and Practices in C# by Robert Martin and Micah Martin covers the principles.

Related

React State Management Confusion which have to select [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
What do you think to use Redux vs Zustand and Why you choose to use that one?
Redux is very popular and has a big community behind it, and it is also widely used in enterprise solutions. Whereas Zustand is excellent and fast to implement in a smaller project, where redux can be a bit overkill.
So it really depends on what you need it for, but I would recommend looking into the advantages here:
https://www.youtube.com/watch?v=DK-S4ZcmDcE
And the public opinion here:
https://www.reddit.com/r/reactjs/comments/r9e8nl/should_i_learn_redux_or_zustand/

An open-source grocery database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm developing a product for retailers and I'm looking for an ready database of grocery SKUs for testing purposes. Would this be available anywhere? Any help is highly appreciated
It's a bit of a long shot, but if you go to http://publicdata.eu/ and select the "agriculture" group, you can limit the results by format of data (on the right hand side under "Resource Formats") and I know it isn't ideal, but they often have XLS and similar spreadsheet type formats with data regarding the agriculture industry in Europe. I'm not sure if that would include SKUs, but it might be a decent place to start?

mobile phones make/model/characteristic database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Please help finding software/database with mobile phones make/model/characteristic database. I need it to integrate into my website.
Most of these are copyrighted so we can't help you. Best idea is to pull the data manually from the makes you know....
There might be free sources out there, but I highly doubt it.
edit
to update my post... Wikipedia is a great source of information, but please observe the licenses which they have over their data. Most often, it's the Creative Commons License, but this doesn't meant that their sources have other licenses... And there are others too...
Manufacturers/Makes:
http://en.wikipedia.org/wiki/List_of_mobile_phone_makers_by_country
http://www.phonearena.com/
Models:
http://www.phonearena.com/

Good resources for learning tuple calculus? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've been trying to go over my tuple calculus over and over again for hours and days. What's worse is my professor and tutors are not much help during their hours.
Does anyone know a good place to learn about tuple calculus? I'm having a hard time understanding how to "speak" the language in terms of what I want to get from a database.
Thanks, Sam
Two good books I would suggest:
Theory of Relational Databases by David Maier
Fundamentals of Database Systems by Elmasri and Navanthe

Looking for WPF/Silverlight 'device ring' example [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for an example of a 'device ring', somewhat like the one used in Live Mesh (anything in a ring will do) in XAML (WPF/Silverlight). Preferably with demo code or open-source so I can have a look at how things work under the cover. Other animations, like resizing of the elements if they move around the ring, are a nice extra, but are not necessary.
I'm pretty sure quite a few people are looking for this kind of functionality (let's think about showing books, movies, ...), but somehow I can't really find any good examples. Any good pointers to examples are much appreciated.
In Silverlight 4, you would use the new PathListBox control. .toolbox has a good tutorial.

Resources