Simplify Your Caching By Using a Generic Method
I needed to add caching to my data access routines to improve the performance of commonly accessed data. This is pretty straightforward: Check to see if the cache entry already exists If the cache...
View ArticleLoadTemplate and the ASP.NET Login controls
Recently I was trying to programmatically load the templates for the PasswordRecovery control. I thought it should be pretty straightforward: Put the contents of the template in an ascx file Assign...
View ArticleBulk Delete ASP.NET Membership Users
Below is a SQL script that can be used to delete a list of users from an ASP.NET membership database. It retrieves a list of users into a temporary table and then deletes the users from all the...
View ArticleConfiguring Forms Based Authentication in SharePoint 2013 – Part 1 – Creating...
Configuring forms based authentication (FBA) in SharePoint 2013 is very similar to SharePoint 2010, but there are some differences due to SharePoint 2013 using .Net 4.0. The web.config entries entries...
View ArticleConfiguring Forms Based Authentication in SharePoint 2013 – Part 2 – Adding...
Configuring forms based authentication (FBA) in SharePoint 2013 is very similar to SharePoint 2010, but there are some differences due to SharePoint 2013 using .Net 4.0. The web.config entries entries...
View ArticleConfiguring Forms Based Authentication in SharePoint 2013 – Part 3 – Editing...
Configuring forms based authentication (FBA) in SharePoint 2013 is very similar to SharePoint 2010, but there are some differences due to SharePoint 2013 using .Net 4.0. The web.config entries entries...
View ArticleConfiguring Forms Based Authentication in SharePoint 2013 – Part 4 –...
Configuring forms based authentication (FBA) in SharePoint 2013 is very similar to SharePoint 2010, but there are some differences due to SharePoint 2013 using .Net 4.0. The web.config entries entries...
View ArticleConfiguring Forms Based Authentication in SharePoint 2016 – Part 1 – Creating...
Configuring forms based authentication (FBA) in SharePoint 2016 is exactly the same process as configuring it for SharePoint 2013. I’ve recreated the SharePoint 2013 FBA tutorial specifically for...
View ArticleConfiguring Forms Based Authentication in SharePoint 2016 – Part 2 – Editing...
Configuring forms based authentication (FBA) in SharePoint 2016 is exactly the same process as configuring it for SharePoint 2013. I’ve recreated the SharePoint 2013 FBA tutorial specifically for...
View ArticleConfiguring Forms Based Authentication in SharePoint 2016 – Part 3 –...
Configuring forms based authentication (FBA) in SharePoint 2016 is exactly the same process as configuring it for SharePoint 2013. I’ve recreated the SharePoint 2013 FBA tutorial specifically for...
View ArticleConfiguring Forms Based Authentication in SharePoint 2016 – Part 4 – Adding...
Configuring forms based authentication (FBA) in SharePoint 2016 is exactly the same process as configuring it for SharePoint 2013. I’ve recreated the SharePoint 2013 FBA tutorial specifically for...
View Article