May 2008 Entries
Localizing process (from Michèle Leroux Bustamante) Design pages by applying a combination of static HTML and ASP.NET server controls. Prepare static areas for localization by wrapping them with the ASP.NET Localize control. Provide proper control names to all server controls so that generated event handlers and resource keys can be easily recognized. Create shared resources in the App_GlobalResources subdirectory. These can be .resx files that already exist, or new .resx files...
IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'YOUR_TABLE') DROP TABLE ''YOUR_TABLE' will NOT work because SQL CE are not support that IF EXISTS statement in this case, how awful ?
White papers Provider Toolkit Custom Provider-Based Services Hands-on Custom Providers- The Contoso Times Code template to get quick start http://download.microsoft.com/download/8/e/2/8e254b03-796b-48d4-9579-abe4492cd11b/providerbasedfeature.msi ASP.NET 2.0 providers implementations Access-based Sample Access Providers Xml-based provider ASP.NET XmlProvider Library, ASP.NET XmlProviders, XML membership provider for ASP.NET 2.0 FireBird-based providers http://www.firebirdsql.org/index.php?op=files&id=netprovider MySql-based providers CodeProject- Membership and Role providers for MySQL. Free source, CodeProject- MySQL Membership Role Sitemap Personalization, Sample & tutorials Custom...