Tuesday, November 27, 2012
Saturday, June 09, 2012
Improving performance of an ASP.Net site
Helpful summary with lots of good suggestions:
http://stackoverflow.com/questions/2246251/how-to-improve-asp-net-mvc-application-performance
http://stackoverflow.com/questions/2246251/how-to-improve-asp-net-mvc-application-performance
Monday, June 04, 2012
Friday, June 01, 2012
roll your own web site admin tool asp.net
http://www.4guysfromrolla.com/articles/052307-1.aspx
http://websitemanager.codeplex.com/
role your own membership provider
http://www.danharman.net/2011/06/23/asp-net-mvc-3-custom-membership-provider-with-repository-injection/
create user
http://weblogs.asp.net/nannettethacker/archive/2012/01/15/createuser-method-for-entity-framework-mvc3-razor-custom-member-provider-c-using-linq.aspx
http://websitemanager.codeplex.com/
role your own membership provider
http://www.danharman.net/2011/06/23/asp-net-mvc-3-custom-membership-provider-with-repository-injection/
create user
http://weblogs.asp.net/nannettethacker/archive/2012/01/15/createuser-method-for-entity-framework-mvc3-razor-custom-member-provider-c-using-linq.aspx
Thursday, May 31, 2012
Monday, May 28, 2012
Entity Framework
http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/creating-a-more-complex-data-model-for-an-asp-net-mvc-application
MVC
Joins
MVC
Joins
Saturday, May 19, 2012
publishing MVC3 to amazon using free linux and mono
http://www.integratedwebsystems.com/2011/12/get-started-with-amazon-ec2-run-your-net-mvc3-razor-site-in-the-cloud-with-linux-mono-2/
Friday, May 18, 2012
New Log Reporting, Database Management, and other cool admin modules for IIS 7
http://weblogs.asp.net/scottgu/archive/2008/03/26/new-log-reporting-database-management-and-other-cool-admin-modules-for-iis-7.aspx
Wednesday, May 16, 2012
Thursday, April 19, 2012
Silent MSI install as Local System Account as All Users
Silent MSI install as Local System Account as All Users
http://msdn.microsoft.com/en-us/library/ee251019(v=bts.10).aspx
http://stackoverflow.com/questions/2603969/running-msiexec-from-a-service-local-system-account
http://msdn.microsoft.com/en-us/library/ee251019(v=bts.10).aspx
http://stackoverflow.com/questions/2603969/running-msiexec-from-a-service-local-system-account
Tuesday, April 10, 2012
Windows Installer Guide
http://msdn.microsoft.com/en-us/library/aa370905(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/aa369786(v=vs.85).aspx
You can condition custom actions that are sequenced after InstallValidate to handle major upgrades by using the UPGRADINGPRODUCTCODE property:
- If you want a custom action to run during an uninstallation of the product, but not during the removal of the product by a major upgrade, use this condition.
REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE
ALSO...
http://stackoverflow.com/questions/537584/how-to-execute-custom-action-only-in-install-not-uninstall
Add a condition on the action so it's only triggered during installation, not uninstallation. Action run only during Install
Action runs during Install and repair
Run on initial installation only:
Run on initial install or when repair is selected.
Finally, to only run an action during uninstall use the following condition:
|
Monday, April 02, 2012
Silent MSI install
http://community.flexerasoftware.com/showthread.php?t=161810&page=3Good overview of silent installs using various different installers
Wednesday, March 21, 2012
Using Active Directory Federation Services 2.0 in Identity Solutions
http://msdn.microsoft.com/en-us/magazine/ee335705.aspx
http://msdn.microsoft.com/en-us/magazine/ee335705.aspx
Sunday, March 18, 2012
Friday, March 16, 2012
Subscribe to:
Posts (Atom)