473,484 Members | 1,653 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Is Visual .Net worth it?

I am just learning c# and I have a book entitled "Programming c#"
O'Reilly. It strongly recommends Visual .Net.

Can anyone enlighten me on their experiences of SDK versus Visual
..Net?
Nov 15 '05 #1
9 1297
Hi Trevor,

SDK is a bunch of mostly command line utilities, docs and samples/tutorials.
While VS.NET is an IDE. Actually, a greate one.
You'll certainly want to use the IDE for program development.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com

"Trevor" <sa***@logicians.com> wrote in message
news:88**************************@posting.google.c om...
I am just learning c# and I have a book entitled "Programming c#"
O'Reilly. It strongly recommends Visual .Net.

Can anyone enlighten me on their experiences of SDK versus Visual
.Net?

Nov 15 '05 #2
You can also use SharpDevelop. It is an open source IDE and programmed in C#
too!

--
cody

[Freeware, Games and Humor]
www.deutronium.de.vu || www.deutronium.tk
Nov 15 '05 #3
codymanix wrote:
You can also use SharpDevelop. It is an open source IDE and
programmed in C# too!


I tried my hardest to like SharpDevelop. It just isn't far enough along
to compete with Visual Studio .NET, especially when you consider that a
single-language vresion of the product will only run you $99.

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
Nov 15 '05 #4
VS will save you MANY MANY MANY hours of frustration and debugging.
The SDK is just the docs, framework, samples, a few tools, and compilers.
Everything is command-line driven.
The VS IDE sets projects up for you, has incredible debugging facilities,
and even tells you many places where there may problems in code. The
designers for webforms and winforms project alone are worth the $100
admission price. And that doesn't even scratch the surface.

-Rob Teixeira [MVP]

"Trevor" <sa***@logicians.com> wrote in message
news:88**************************@posting.google.c om...
I am just learning c# and I have a book entitled "Programming c#"
O'Reilly. It strongly recommends Visual .Net.

Can anyone enlighten me on their experiences of SDK versus Visual
.Net?

Nov 15 '05 #5
I doubt that you'll find many people who program directly around the SDK,
simply because Visual Studio gives you so much more productivity. If you are
used to old style development (SDK with emacs, vi, or even ed -- why not),
you should still try Visual Studio, and keep your good old tools for
occasional tasks that they do better than Studio (and as you learn Studio,
you'll use them less and less). For example, I still use emacs from time to
time because it works much faster with big files, and the macros are so
great, but I do 99.95% of the work with Studio.

Bruno.
"Trevor" <sa***@logicians.com> a écrit dans le message de
news:88**************************@posting.google.c om...
I am just learning c# and I have a book entitled "Programming c#"
O'Reilly. It strongly recommends Visual .Net.

Can anyone enlighten me on their experiences of SDK versus Visual
.Net?

Nov 15 '05 #6
I doubt you'll find any business or organization that has adopted .NET
development without Visual Studio.NET. The truth of it is that the
..NET Framework languages were designed side-by-side with the Visual
Studio.NET team and in some areas changes were even made to the
language to help build a more effective Visual Studio product. To
really harness and appriciate the RAD capabilities of .NET you need an
IDE that takes advantages of what's there, and right now Visual
Studio.NET is the only one that's doing that.

Having said that, if you are a beginner I think it's better to work
with the raw materials, use the command-line utilities to compile, use
your choice of text editor. Learning all this will accomplish two
things: 1. You'll have an understanding of what's going on under the
hood of VS.NET and 2. You'll have a much greater appriciation of what
the VS.NET IDE is doing for you.



sa***@logicians.com (Trevor) wrote in message news:<88**************************@posting.google. com>...
I am just learning c# and I have a book entitled "Programming c#"
O'Reilly. It strongly recommends Visual .Net.

Can anyone enlighten me on their experiences of SDK versus Visual
.Net?

Nov 15 '05 #7
"Frank Oquendo" <fr*******@acadx.com> wrote in message news:<ek**************@tk2msftngp13.phx.gbl>...
codymanix wrote:
You can also use SharpDevelop. It is an open source IDE and
programmed in C# too!


I tried my hardest to like SharpDevelop. It just isn't far enough along
to compete with Visual Studio .NET, especially when you consider that a
single-language vresion of the product will only run you $99.


I have now ordered Visual C# Net.
Nov 15 '05 #8

"Trevor" <sa***@logicians.com> wrote in message
news:88**************************@posting.google.c om...
"Frank Oquendo" <fr*******@acadx.com> wrote in message

news:<ek**************@tk2msftngp13.phx.gbl>...
codymanix wrote:
You can also use SharpDevelop. It is an open source IDE and
programmed in C# too!


I tried my hardest to like SharpDevelop. It just isn't far enough along
to compete with Visual Studio .NET, especially when you consider that a
single-language vresion of the product will only run you $99.


I have now ordered Visual C# Net.


Aren't the single language versions "hobbled" in slight ways?
Nov 15 '05 #9
The Server Explorer has limited functionality in the single language
versions. You can't do database design the way you can in the regular
version.
Nov 15 '05 #10

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

Similar topics

6
6144
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
2
1250
by: Tom Meyers | last post by:
I am fully aware that this is not a .net newsgroup, my question is can Visual Studio.net be used as the development environment for ASP?
30
2174
by: Cowboy \(Gregory A. Beamer\) | last post by:
There seems to be a lot of confusion on the versions of Visual Studio 2005. My latest blog entry covers the different versions: Main URL:...
26
10817
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio...
12
1550
by: RobKinney1 | last post by:
Hello, This is a stupid question. I cannot find any information if we can buy Visual C# 2005 without purchasing the whole Visual Studio 2005... can you do this like you can purchas C# 2003 by...
11
1102
by: Patrick Olurotimi Ige | last post by:
Is Visual Web Developer is it worth installing? Can i use Web Matrix with ASP.Net 2.0? Cos i know VWDeveloper is meant for ASP.Net 2.0 and not ver 1.1. Can both run side by side? ***...
97
5411
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in...
1
3457
by: Mark Fitzpatrick | last post by:
I haven't seen anyone mention it here yet so I thought it would be worth noting that MS has apparently released VS 2005 Service Pack 1. It's available at:...
2
1061
by: Logician | last post by:
I have been using Visual1.1 C# .NET for a few years but due to buying code from rentacoder.com I have to now upgrade to run imported code (which I have purchased). I would appreciate any views...
0
7106
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,...
0
7146
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...
1
6815
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...
0
7226
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...
1
4848
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3047
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...
0
1362
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 ...
1
592
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
237
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...

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.