Friday, February 11, 2011

What is the best open source asp.net project for ecommerce?

What is the best open source asp.net project for ecommerce?
NopCommerce http://www.nopcommerce.com/
 ASP.NET WebForms
 NET4.0
 Entity Framework
 Moving to MVC
 Lot of features

Common Table Expression makes performance better, and easy to read

Common Table Expression makes performance better, and easy to read

http://msdn.microsoft.com/en-us/library/ms190766.aspx

Thursday, February 10, 2011

Microsoft All-In-One Code Framework, code samples and snippet library

Microsoft All-In-One Code Framework,  code samples and snippet library

http://1code.codeplex.com/

All code samples: http://support.microsoft.com/rss/en/rss.xml  

How to create database schema for Membership in asp.net?

Run:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe


ASP.NET SQL Server Registration Tool (Aspnet_regsql.exe)
http://msdn.microsoft.com/en-us/library/ms229862.aspx
How To: Use Membership in ASP.NET 2.0
http://msdn.microsoft.com/en-us/library/ff648345.aspx
Configuring ASP.NET 2.0 Application Services to use SQL Server 2000 or SQL Server 2005
http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx