כל האמת על zip
כל מה שרציתם לדעת על zip ולא העזתם לשאול
או טיפ שימושי בעבודה עם כיווץ ב NET 4.5 Continue reading
כל מה שרציתם לדעת על zip ולא העזתם לשאול
או טיפ שימושי בעבודה עם כיווץ ב NET 4.5 Continue reading
טיפ שימושי : ניתן לשפר ביצועים על ידי הקבלה של מעבר מעל מערכים.
כמה מילים על taskים ודוגמה של קוד.
Continue reading
A short explanation and code snippet how to delete files from Google Cloud Storage using Google APIs for .NET. Attempting to get list of files from the Google Cloud Storage Bucket is not that straight forward, as it uses flat namespace when storing files in a bucket. Continue reading
Problem: uploading files to Google Cloud Storage using .NET 4 and Google APIs fails.
Reason: the file uploaded contains slashes, as for folders, and the .NET4 escapes them wrongly.
Solution: add to the web.config uri ‘schemeSettingstag’. Continue reading