473,385 Members | 1,912 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

What can I do in Visual C# Standard

Hi,
What I find in this product ? I want to buy this tool but I'm afraid that
it's simple tool to do good application.
I know that I can read about that on the internet but I want to hear what
you think about that. I know that vesion Standard is as good as Professional
or Architect but I don't want any trouble with Asp.Net projects, simple
windows application or connection to MS Sql. If you have this product tell
me how you work with that.
Thank's all.

Boniek
Nov 15 '05 #1
1 1288
> What I find in this product ? I want to buy this tool but I'm afraid that
it's simple tool to do good application.
I know that I can read about that on the internet but I want to hear what
you think about that. I know that vesion Standard is as good as Professional or Architect but I don't want any trouble with Asp.Net projects, simple
windows application or connection to MS Sql. If you have this product tell
me how you work with that.

You can do normal applictions too, like you would do in Delphi or Visal
Basic.
It has a C++ like syntax, but compared to VC++ it is a dream to work with.

It is pure a object oriented language and not like C++ that has so many
compiler directives and macro's that you keep on fighting trying to keep the
compiler to compile things than actually coding. In my opinion, I can
develop more with the same quality like C++.

There are some important things to realize:

* The C# compiled programs expects the .NET framework installed. .NET
framwework is a bit like vbrunxx.dll (Visual basic runtime) or mfcxx.dll
(Microsoft foundation classses). This can be simply done through the
Internet explore/Windows/update. And it exists for any Windows 98 and up.

* Default the C# generated .NET programs refuse to access the network files
and drives. You have to activate this in your program assembly.cs source
file. Or do this programatically.

* Default the .NET framwork installation does not allow an .NET aplication
to access it's network drives. Every user that installs this .NET program
(created in c" or VC++,...) must tell the .NET framwork to trust this
application. This is done through the Control panel, administrative options
and some .NET wizard. It is also possible to tell the wizard to trust any
..NET application to access the "My computer","Local intranet" and/or
"Internet" zones.

* I do not see any speed difference between C++ generated code and C#. I do
see that starting up takes a little longer since it also have to load the
..NET framework dll's but once people have more .NET programs running on the
background, this wil not be noticed anymore. The GUI takes up far more
processor time, but it also contans hints, tooltips, resizing,... standard.

From my view, both Delphi and C# are the best created compilers ever.

Nov 15 '05 #2

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

Similar topics

65
by: perseus | last post by:
I think that everyone who told me that my question is irrelevant, in particular Mr. David White, is being absolutely ridiculous. Obviously, most of you up here behave like the owners of the C++...
47
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
1
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...
4
by: pachanga | last post by:
I have Visual C++ .NET and C#.NET, but, I wanted to help out the C++ linux groups creating Windows Games, and mostly internet applications. Where can I can download the right tool or notepad and...
2
by: James McFarland | last post by:
I have a web app developed in ASP.NET + C# that is using VSS via SourceOffSite. Can a developer with Visual C# .NET Standard use that to work on the project? Will they be able to modify aspx...
2
by: Herfried K. Wagner [MVP] | last post by:
Hello, There are often questions in this newsgroup posted by VS.NET 2002 users. VS.NET 2002 is "out of date", its successor is VS.NET 2003. There is a special ("cheap") upgrade offer available...
7
by: Mihajlo Cvetanović | last post by:
Hi all, I've been trying to find some info on Visual C++ 2005 Standard on Microsoft's site, but wasn't able to find any. There's only VC++ 2005 Express Edition, and Visual Studio 2005 Standard,...
2
by: teddybyte | last post by:
my script below is: #include "stdafx.h" int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, ...
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
30
by: albert.neu | last post by:
Hello! What is a good compiler to use? (for MS Windows, for Linux) Any recommendations?? What's the point of having a C99 standard, if different compilers still produce differing results? ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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
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...

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.