473,800 Members | 2,523 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1433
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
1658
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 exist or access is denied" when I try to register the SQL Server Express instance via Enterprise Manager. If this is possible, what kind of things should I be looking for to make this work?
0
4547
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 Express Edition v1.3.2 Win, IBM Tivoli System Automation v1.2.0 Linux, IBM Tivoli Workload Scheduler Virtualized Data Centers v8.2 , other IBM Tivoli CDs, WEBSPHERE EVERYPLACE MOBILE PORTAL v5.0 - ALTIUM , other IBM WebSphere Business CDs...
1
1975
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, especially as a Web server or a database server. The second is as a local client data store where the application data access does not depend on the network. Ease of use and simplicity are key design goals.
1
6645
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 Express Edition x86: Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value. ***EndOfSession***? Microsoft SQL Server 2005 Express Edition x86: Component Microsoft SQL Server 2005 Express Edition x86 returned an...
3
1643
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 configured for local authentication. I have an aspnetdb database in my app_data folder configured with several users. Everything works fine when I run the application from my workstation. I've tried several attempts to copy the app to my w23k...
10
5797
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 Express on a Windows 2003 Server. I can connect and create databases on the Remote Server from my local machine using SQL Management Express, so I know Remote Access is working. However, I am unable to connect using a connection string within...
3
2623
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 for you help leonaisse
11
6250
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 have a problem with queries against a SQL server instance that I just found and is causing me fits. I hope someone can point me in the right direction, please. TIA. Basically, I got a Vista OS machine to test my VB6 app on it as some
3
6446
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 get an error at the end of the SQL server install phase 'Invalid endpoint'. (Note SQL server express gets installed OK) If I run SQL server express SP2 setup directly it I don't get the error
1
3664
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 SQL Server 2008 (SQL2008.AdventureWorks_All_Databases.x86.msi). This attempt failed because SQL Server 2008 Express, basic edition doesn’t support Full-text Search, which AdventureWorks requires. So I uninstalled SQL Server 2008 Express, basic...
0
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10273
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10250
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5603
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.