70 likes | 144 Views
File Access. Mahender Senior Software Engineer United Health Group. Mahender Sarangam.
E N D
File Access Mahender Senior Software Engineer United Health Group
Mahender Sarangam • Having 5 years of experience on .NET Technologies. Working as a Senior Software Engineer in United Health Group (UHG India Information Service Ltd.). Worked with Big Firms like Deloitte Consulting & Wipro Technology. • Got Technical Acquaintance on Technologies like C#, ASP.NET,AJAX, LINQ, Silverlight, WPF,WCF ,SQL Server, Team Foundation Server(TFS) and SharePoint Technology. • MCTS Certified in Web Technologies. • Blog : http://Msarangam.wordpress.com
File Access • Silverlight includes a capable set of features for saving, reading, and managing files. • SilverLight allows access the My Documents, My Pictures, My Videos and My Music folders (on Mac, an equivalent exists) • OpenFileDialog and SaveFileDialog • Note: Application needs to be a trusted application, meaning that it needs to run with elevated permissions
Isolated Storage • Namespace “System.IO.IsolatedStorage” • Isolated storage is a great way to store small amounts relating to apps. • For example: user-specific details, user preferences, and information about recent user actions. • Isolated storage is persistent—unlike the browser cache, it never expires, and it’s not removed if the user chooses to explicitly delete temporary Internet files • Storage site that’s accessible to all the Silverlight applications on the same website domain. • IsolatedStorageFile store = • IsolatedStorageFile.GetUserStoreForApplication())