BAU Official .NET Society

BAU Official .NET Society

Share

17/08/2013

Using binding is a great deal in developing quality apps:
http://www.geekchamp.com/tips/using-binding-and-converters-to-create-data-filtering

16/08/2013

Quick Tip: If you want to save a setting for your app try using IsolatedStorageSettings the example goes like this for easier use:
private IsolatedStorageSettings appSettings = IsolatedStorageSettings.ApplicationSettings;
and then you can call it with: appSettings[" "]; example:
appSettings["Your_Chosen_Name"] = "A_String_Or_A_Bool_Or_Whatever";
and don't forget to always save it or else it wont save the setting
appSettings.Save();
and when you need it for checking or if condition or anything you can do this:
if ((string)appSettings["The_Name_That_You_Set"] == "1"){}
if you got any trouble with it bing it: www.bing.com or contact me.

Have a nice day :D

Want your business to be the top-listed Computer & Electronics Service in Beirut?
Click here to claim your Sponsored Listing.

Website

Address


Beirut