Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to find good reason for using sql server database with asp.net which is important for me to demonstrate using it with asp.et and is it the most common use with asp.net or not


please help

What I have tried:

I have looked at some websites but I could not find good answer
Posted
Updated 29-Aug-16 6:17am
Comments
deepankarbhatnagar 29-Aug-16 11:01am    
Because both from Microsoft so compatible with each other most.

I think your assumption is wrong...
A "good reason for using sql server database" does not exists!
ASP.NET gives you flexibility in how you connect to databases[^]. There's a lot of .net providers[^] which can handle almost each database engine. You can use Oracle database, but you have to download and install Oracle database framework[^], because OracleClient "drivers" provided by MS are deprecated[^]. For example: Using ASP.NET with Oracle Database[^]


For further details, please see:
Microsoft ASP.NET 2.0 Providers: Introduction[^]
SQL Server and ADO.NET[^]
Overview of Oracle Providers for ASP.NET[^]
OLE DB Providers Overview[^]
ConnectionStrings.com - Forgot that connection string? Get it here![^]
 
Share this answer
 
It is simply because they are both Microsoft products.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900