472,958 Members | 1,703 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

C# Express with SQL Server

No amount of research will give me a definitive answer, so I turn to
this newsgroup.

For this project, I need to use SQL Server 2005 as the database
server.

Can I develop my application with C# Express?
Do I rather need the full Visual Studio 2005 Standard?
Or do I need to get the Visual Studio 2005 Professional?

It's all unclear. On Microsoft's website, it indicates that the
professional version comes with tightly integrated tools for SQL 2005
development, but maybe I don't need tightly integrated tools. Maybe
just a driver and some SQL queries will do the trick, I don't have a
particularly compilcated or heavy application.

Thanks for anyone sharing their thoughts on this.
Apr 2 '08 #1
4 1401
On Apr 2, 10:30 am, Laurent <laurentpoin...@gmail.comwrote:
No amount of research will give me a definitive answer, so I turn to
this newsgroup.

For this project, I need to use SQL Server 2005 as the database
server.

Can I develop my application with C# Express?
Yes, but with a lot of stuff stripped out from it.
Do I rather need the full Visual Studio 2005 Standard?
Or do I need to get the Visual Studio 2005 Professional?
Yes to both, but I'm not sure about the actual IDE differences between
the two.
>
It's all unclear. On Microsoft's website, it indicates that the
professional version comes with tightly integrated tools for SQL 2005
development, but maybe I don't need tightly integrated tools. Maybe
just a driver and some SQL queries will do the trick, I don't have a
particularly compilcated or heavy application.

Thanks for anyone sharing their thoughts on this.
The 2008 Expresss Editions are out, you should check these out!
http://www.microsoft.com/express/
Apr 2 '08 #2
On Apr 2, 11:30*am, Laurent <laurentpoin...@gmail.comwrote:
No amount of research will give me a definitive answer, so I turn to
this newsgroup.

For this project, I need to use SQL Server 2005 as the database
server.
How you reached that conclusion?
Can I develop my application with C# Express?
With VS Express, YES, there is no C# Express , the language is the
same are the features of the IDE what change from the Express to the
other versions
Do I rather need the full Visual Studio 2005 Standard?
See above
Or do I need to get the Visual Studio 2005 Professional?
See above
>
It's all unclear. On Microsoft's website, it indicates that the
professional version comes with tightly integrated tools for SQL 2005
development, but maybe I don't need tightly integrated tools. Maybe
just a driver and some SQL queries will do the trick, I don't have a
particularly compilcated or heavy application.
You do not need it in fact, just download (it's free too) the
management console
Apr 2 '08 #3
thomasnguyencom wrote:
On Apr 2, 10:30 am, Laurent <laurentpoin...@gmail.comwrote:
>No amount of research will give me a definitive answer, so I turn to
this newsgroup.

For this project, I need to use SQL Server 2005 as the database
server.

Can I develop my application with C# Express?

Yes, but with a lot of stuff stripped out from it.
>Do I rather need the full Visual Studio 2005 Standard?
Or do I need to get the Visual Studio 2005 Professional?

Yes to both, but I'm not sure about the actual IDE differences between
the two.
For a beginner then I am not sure all those wizards in the
expensive versions is a good thing.

I have seen so many beginner VS users that "code" VS rather than C#
and as a result were completely unable to troubleshoot their apps,
because they did not have a clue about how things were actually
working.

Arne
Apr 5 '08 #4
Ignacio Machin ( .NET/ C# MVP ) wrote:
On Apr 2, 11:30 am, Laurent <laurentpoin...@gmail.comwrote:
>Can I develop my application with C# Express?

With VS Express, YES, there is no C# Express ,
Microsoft call it:

Visual C# 200x Express Edition

so I don't think we can claim that "C# Express" is not a used term.

Arne
Apr 5 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: RDV | last post by:
I have 2 SQL Server Express questions: 1) Can you manage a SQL Server Express installation from the regular SQL Server Enterprise Manager? I am getting a message that says "SQL Server does not...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
1
by: Darryl Kerkeslager | last post by:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsse/html/sseoverview.asp SQL Server Express was developed with two distinct uses in mind. The first is as a server product,...
1
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005...
3
by: Carl M. | last post by:
Okay, I'm 18 hours into this now and am at a loss. What I've done is create an application on my local workstation using VWD Express using the membership/roles provider and SQL Server Express...
10
by: cleo | last post by:
I am migrating from VB6/Access to Visual Basic and SQL Express. I have success writing test code on my local machine and am now setting up tests for deployment to a server. I have installed SQL...
3
by: leonaisse | last post by:
Hi I have a bunch on tables and data in my local SQL Server 2005 Express master DB and I want to export it to a database.mdf within my wwwroot (visual studio) file - how can i do this? Thanks...
11
by: HC | last post by:
I posted this in one of the VB forums but I'm starting to think it might be more appropriate to have it here, since it really seems to be a SQL server (MSDE/Express 2005) problem: Hey, all, I...
3
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I...
1
by: BobLewiston | last post by:
I installed SQL Server 2008 Express, basic edition (SQLEXPR32_x86_ENU_Bootstrapper.exe, version 9.0.30729.1) without any problem. Then I attempted to install AdventureWorks Sample Databases for...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.