473,769 Members | 5,836 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# Standard Edition Questions

Hi All:

According to MSDN, C# Standard Edition is good for writing C# programs for
Windows or the Web. I am an ASP.NET programmer, and I use both VB and C#.

I am looking to doing some hobby programming (WebForms & a limited amount of
WindowsForms) at home, and I can't justify fronting the cost for VS.NET 2003
(although I love the IDE and use it at work), can anyone describe to me what
the major differences will be from VS.NET to C# Standard Edition? Of course
I will only be able to develop in C# which I have no problem with but some
of the features I love in VS.NET I hope are still there:

- IntelliSense
- CodeBehind support for ASP.NET projects
(Only 2 I can think of immediately)

According to MSDN, C# Standard will allow me to do ASP.NET, Web Services,
etc. and that is what I am most interested in. I tried the WebMatrix, but I
didn't really care for it. Can anyone point me (a hyperlink would be great)
to an eval download of C# Standard so I can test drive it?

TIA,

Grant Harmeyer
Nov 15 '05 #1
3 1222
You can create web projects, but distributed projects are pretty much right
out (unless you like command line compile), as you cannot create class
library projects. Windows apps and console apps are available as project
types.

You also do not have the wider array of data tools, et al. And, it helps
more with Access than SQL Server, which can be a bit problematic ... if you
use drag and drop.

There is a way around any of the limitations. If you can get an Academic
edition of VS.NET, it is preferable to C# Standard. Not quite as cheap, but
cheaper than the full price product. You will have to get a student ID (or
know someone with one?). NOTE that the license for academic excludes making
money on anything you build with it, so you will have to upgrade to be
legal, if you start making money.

For learning, you can get a trial version of VS.NET (also included in many
books). It is a 60 day trial, which is ample time for most experimentation .
If not, you can rebuild, although either a virtual machine or Ghost is a
much better option.

As you can tell, I am not overly fond of MS's labelling of C# Learning
Edition as C# Standard, but I have no control over the naming. Yes, you can
work with it, but you will have problems if you get into distributed, unless
you want to learn some command line compilation.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"Grant Harmeyer" <gn*********@ho tmail.com> wrote in message
news:uj******** ********@TK2MSF TNGP12.phx.gbl. ..
Hi All:

According to MSDN, C# Standard Edition is good for writing C# programs for
Windows or the Web. I am an ASP.NET programmer, and I use both VB and C#.

I am looking to doing some hobby programming (WebForms & a limited amount of WindowsForms) at home, and I can't justify fronting the cost for VS.NET 2003 (although I love the IDE and use it at work), can anyone describe to me what the major differences will be from VS.NET to C# Standard Edition? Of course I will only be able to develop in C# which I have no problem with but some
of the features I love in VS.NET I hope are still there:

- IntelliSense
- CodeBehind support for ASP.NET projects
(Only 2 I can think of immediately)

According to MSDN, C# Standard will allow me to do ASP.NET, Web Services,
etc. and that is what I am most interested in. I tried the WebMatrix, but I didn't really care for it. Can anyone point me (a hyperlink would be great) to an eval download of C# Standard so I can test drive it?

TIA,

Grant Harmeyer

Nov 15 '05 #2

Hello Cowboy (Gregory A. Beamer)!
You can create web projects, but distributed projects are pretty much right
out (unless you like command line compile), as you cannot create class
library projects.
Hmmm... I use C#.Net 2003 Standard Edition and I can create projects like
class library .
Windows apps and console apps are available as project
types.


--
WBR, Roman S. Golubin
ICQ UIN 63253392
go************* ***@arhcity.ru
Nov 15 '05 #3
"Roman S. Golubin 1709176985" <go************ *****@arhcity.r u> wrote in
message news:br******** **@arhadm.atnet .ru...
Hmmm... I use C#.Net 2003 Standard Edition and I can create projects like
class library .


I could be wrong, but I seem to recall somebody from MS (is that vague
enough?) saying that although class library project types were missing from
the 1.0 release, that project type would be included in the 2003 release.
But YMMV, and I don't have the 2003 standard edition installed right now.
And as Cowboy mentioned, you can always drop down to the command-line and
build any type of project.

--
Mickey Williams
Author, "Microsoft Visual C# .NET Core Reference", MS Press
www.servergeek.com
Nov 15 '05 #4

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

Similar topics

0
1294
by: Corrie Meyer | last post by:
Announcement: SwiftReports standard edition beta 1 for Visual Studio ..NET 2003 released by UniSwift. We are pleased to announce the beta release of a fully-managed reporting tool for the Microsoft .NET framework. SwiftReports provides complete code integration with the Visual Studio .NET 2003 environment. Developers can use Visual Studio .NET 2003 to write code in either C# or Visual Basic .NET for report control and event handling.
1
2171
by: Corrie Meyer | last post by:
Announcement: SwiftReports standard edition 1.0 for Visual Studio ..NET 2003 released by UniSwift. We are pleased to announce the first release of a fully-managed reporting tool for the Microsoft .NET framework. SwiftReports provides complete code integration with the Visual Studio .NET 2003 environment. Developers can use Visual Studio .NET 2003 to write code in either C# or Visual Basic .NET for report control and event handling.
1
4238
by: Thomas Holmgren | last post by:
Hi all I've tried to get my hands on the End User License Agreement for MS Visual C# .NET 2003 STANDARD edition, sofar without luck. Does anybody know where I can find the license agreement for the standard edition? Thank you :)
7
1712
by: Mike | last post by:
Hi, I have read the Microsoft Product Feature Comparisons page many times over (http://msdn.microsoft.com/vstudio/products/compare/default.aspx), as well as Gregory's blog on the subject (http://spaces.msn.com/members/gregorybeamer/Blog/cns!1ptsyfBgfiUmsaQCul95SOyg!141.entry) however some things are still unclear to me. Specifically:
7
1930
by: Wowbagger | last post by:
I am considering upgrading from vb 6 to .net 2003 and have a couple of questions for which I could not find answers on the MS site. What are the differences between the standard, professional and enterprise editions? In VB 6 learning edition the controls for network functionality were missing. I want to be able to use functions such as finger, HTTP post and ftp: is the .net 2003 standard edition crippled in any way, and/or would I...
15
1638
by: pemo | last post by:
Are there standard macros that a (c99) compliant compiler should support? I note that in the c99 std that __FILE__ __LINE__ __func__ are mentioned, but others (that seem to be built in to every compiler I currently use) like __DATE__ __TIME___ don't appear. Presumably, __TIME__ etc are just simply 'popular' rather than required?
6
1625
by: Simon Brown | last post by:
Hi, I am considering buying Visual Studio Standard Edition and have these questions about the VC++ incuded. Could you also, to help me know the diffrene in capablility, answer the same questions about the express edition. Here they are: >1) -Can you access the Windows API? >2) -Can you use Direct-X? >3) -Can you use Opengl?
23
14042
by: Nishant Saini | last post by:
Dear All, We have a database which contains many tables which have millions of records. When We attach the database with MS SQL Server 2005 Standard Edition Server and run some queries (having joins, filters etc.) then they take very long time to execute while when We execute same queries on Enterprise Edition then they run 10 times faster than on standard edition. Our database does not use any features which are present in Enterprise
4
1686
by: Dica | last post by:
we just ordered VS 2005 standard edition. i was reading up on creating windows services and apparently this is only possible with the enterprise edition. is this true, or does it simply mean there's no template for windows services with the standard edition? are there VS templates published by 3rd parties i can download to ease implementation? tks
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9416
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
10199
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10032
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...
0
6661
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5293
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
5433
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3948
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
3
2810
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.