benologist

Stories kicked by benologist

Tip of the Day #20 – How to Increase your Isolated Storage Quota(silverlight.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

Each application by default is given 1 MB of storage space through Isolated Storage where the server is able to store client specific data on the clients machine. So what if you need more than 1 MB? Fortunately, the IsolatedStorageFile object provides a method called IncreaseQuotaTo() that allows a server to prompt the user for permission to increase the amount of storage. read more...

add a comment |category: |Views: 30

tags: another

Silverlight Tip of the Day #19: Using Isolated Storage - Silverlight T(silverlight.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

Silverlight uses Isolated Storage as a virtual file system to store data in a hidden folder on your machine. It breaks up the data into two separate sections: Section #1 contains administrative information such as disk quota and section #2 contains the actual data. Each Silverlight application is allocated its own portion of the storage with the current quota set to be 1 MB per application. read more...

add a comment |category: |Views: 12

tags: another

Silverlight Multi File Uploader(michielpost.nl)

submitted by supershoesupershoe(135) 3 years, 8 months ago

Free multi-file uploader for your website, made with Silverlight. It allows you to upload multiple files at the same time. The files are uploaded to a WCF webservice where they can be processed. A nice feature is that you can see the upload progress of all your files. The control also has some handy configuration options, you can set the number of simultaneous uploads, the maximum file size etc. read more...

2 comments |category: |Views: 331

tags: another

Simulate a Windows Service Using ASP.NET to Run Scheduled Jobs(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 8 months ago

Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take another look now. In the comments, dselkirk provided an alternative that really cleans things up that Erichero then improved upon slightly and converted to C#. read more...

3 comments |category: |Views: 622

tags: another

Why Every Good Developer needs to Know how to Mock(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 8 months ago

While unit testing is generally considered a good practice ( even among those who don't do unit tests), mocking doesn't seem to carry the same aura. There are a lot of arguments saying why mocking is bad , how it kills testability etc. But in my day-to-day job, as well as in my personal projects, I found mocking is definitely indispensable. read more...

1 comment |category: |Views: 557

tags: another

Automatically showing the updated price in a cart with JavaScript(diveintojs.com)

submitted by benologistbenologist(10) 3 years, 8 months ago

Learn how to keep the price up to date when you make quantity adjustments in a shopping cart table. read more...

add a comment |category: |Views: 5

tags: another