SharePoint 2010: Hide Recycle Bin & All Site Content

1. Create a "Content Webpart" somewhere on your SharePoint Page.
2. This is the code to hide it: <style type="text/css">
.s4-specialNavLinkList
{
display:none;
}
</style>

SharePoint 2010: Roll-out files with a solution in C#

SharePoint 2010 / 2013: Create a document library with C#