"Gabriele" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I would like to learn .Net framework
I suggest you start here:
http://www.asp.net/Tutorials/quickstart.aspx for
the ASP.NET stuff...
> DBMS used is not yet decided, but i believe it will most probably be
> PostGreSQL as MS SQL Server cost a lot and does not provide anything
> new while MySQL miss important stuff.
SQL Server Express is free:
http://msdn.microsoft.com/vstudio/express/sql/
and the .NET Framework already comes with a free native .NET data provider
for it (SqlClient).
There is a free .NET provider for PostGreSQL:
http://gborg.postgresql.org/project/...rojdisplay.php but I've heard
that it's not particuarly good...
There are also commercial offerings:
http://www.sqlsummit.com/DataProv.htm
Do not even consider using OleDb or, even worse, ODBC...
> Language will surely be C# as i have an inner antipathy against VB
> style and i have a quite strong experience with C sintax (both in C++
> and Java).
If you have experience with C++ you will not find the C# syntax particularly
difficult.
However, the main learning curve will be the .NET Framework itself...
--
http://www.markrae.net