C#, .NET framework and SQL Server
Hello,
I am looking to buy the bare bones Visual C# personal edition that runs for around $106.00. Does Visual C# come with the .NET framework.
Also, if I want to access a SQL Server table from .NET, how can I do this without having to buy MS SQL server. I just can't afford to go out and buy SQL Server.
Thanks for the help.
Re: C#, .NET framework and SQL Server
Quote:
Originally posted by HappyGoLucky
I am looking to buy the bare bones Visual C# personal edition that runs for around $106.00. Does Visual C# come with the .NET framework.
Well...I assume you mean the standard edition since I am not aware of a personal edition...in this case the answer is yes...
Please answer about SQL Server.
I want to buy Visual C#.net and I would like to be able to work with SQL Server tables. Do I have to buy SQL server in order to do this? If not what are other databases that I could use equally well?
Thanks in advance Amy
Re: C#, .NET framework and SQL Server
Quote:
how can I do this without having to buy MS SQL server.
You don't have to own SQL Server, just have access to it. For example, if you are doing your coding at work, there might be a SQL Server you can get permission to connect to.
Also, it is possible to (fairly easily) write code for just about any database server out there: MySQL (which is what I'm using at the moment), Interbase (Borland), Access, etc.
If you're just starting out, it's probably best to use MSDE though - you'll have fewer configuration issues to have to wrestle with and you'll find a lot more relevent sample code and tutorials.