473,508 Members | 2,250 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is C# really used for?

Hey everybody!

I just want to discuss: what do people really use C# for?
According to Microsoft, it was made for rapid software devolopment, and
now everybody is on about XML, chat groups etc. and so much on the
internet, why can't we just stick with Windows Forms?

P.S. The main reason I love C# so much is because it is so good for
programming, and so, why do we keep on going on and fussing about other
applications?

Visually Seen #

Nov 17 '05 #1
2 1552
The question is really, what do people use .NET for. There are something
like 34 different languages that .NET can host, C# being just one of them.
The language you choose is really mostly a matter of personal or
organizational preference.

Your question is a little disjointed but I gather you are familiar with
conventional Windows applications and are a little dismayed at the idea of
web applications, web services, Windows Services, remoting, and the like.

Even though these things are often presented as if they will be the mythical
Silver Bullet that will solve all ills, they are not passing fads. I'll
admit, they represent a lot of arcane knowledge to come up to speed on, but
they are here to stay. At a minimum, a working developer will be at a
severe disadvantage in the marketplace, if not reasonably comfortable with
both WinForms and ASP.NET.

When designing any application you have to determine how it is best
deployed. Web applications on a company intranet have the major advantage
that they can be centrally maintained. This is very attractive to companies
because you don't have to chase around to thousands of PCs in dozens of
locations and do an install on each and every one of them. Just post
updated code to the web server and everyone instantly has it. If there is
an advantage to ASP.NET applications, that's the main one in a nutshell.
Another advantage is that virtually any PC can run the application
regardless of its resources.

The downside of course is a less satisfactory end user experience, and a
more complicated development model.

As a developer, you will constantly be bombarded with new technology, year
after year (I'm in my 23rd year and I can tell you, it never stops).

--Bob

"Visually Seen #" <al*****************@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hey everybody!

I just want to discuss: what do people really use C# for?
According to Microsoft, it was made for rapid software devolopment, and
now everybody is on about XML, chat groups etc. and so much on the
internet, why can't we just stick with Windows Forms?

P.S. The main reason I love C# so much is because it is so good for
programming, and so, why do we keep on going on and fussing about other
applications?

Visually Seen #

Nov 17 '05 #2
Great reply Bob!

I've just been given a few /. mod points, and I wish I could use them over
here to mod this as "informative" :))

- Stephen

"Bob Grommes" wrote:
The question is really, what do people use .NET for. There are something
like 34 different languages that .NET can host, C# being just one of them.
The language you choose is really mostly a matter of personal or
organizational preference.

Your question is a little disjointed but I gather you are familiar with
conventional Windows applications and are a little dismayed at the idea of
web applications, web services, Windows Services, remoting, and the like.

Even though these things are often presented as if they will be the mythical
Silver Bullet that will solve all ills, they are not passing fads. I'll
admit, they represent a lot of arcane knowledge to come up to speed on, but
they are here to stay. At a minimum, a working developer will be at a
severe disadvantage in the marketplace, if not reasonably comfortable with
both WinForms and ASP.NET.

When designing any application you have to determine how it is best
deployed. Web applications on a company intranet have the major advantage
that they can be centrally maintained. This is very attractive to companies
because you don't have to chase around to thousands of PCs in dozens of
locations and do an install on each and every one of them. Just post
updated code to the web server and everyone instantly has it. If there is
an advantage to ASP.NET applications, that's the main one in a nutshell.
Another advantage is that virtually any PC can run the application
regardless of its resources.

The downside of course is a less satisfactory end user experience, and a
more complicated development model.

As a developer, you will constantly be bombarded with new technology, year
after year (I'm in my 23rd year and I can tell you, it never stops).

--Bob

"Visually Seen #" <al*****************@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hey everybody!

I just want to discuss: what do people really use C# for?
According to Microsoft, it was made for rapid software devolopment, and
now everybody is on about XML, chat groups etc. and so much on the
internet, why can't we just stick with Windows Forms?

P.S. The main reason I love C# so much is because it is so good for
programming, and so, why do we keep on going on and fussing about other
applications?

Visually Seen #


Nov 17 '05 #3

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

Similar topics

54
6502
by: Brandon J. Van Every | last post by:
I'm realizing I didn't frame my question well. What's ***TOTALLY COMPELLING*** about Ruby over Python? What makes you jump up in your chair and scream "Wow! Ruby has *that*? That is SO...
92
6331
by: Reed L. O'Brien | last post by:
I see rotor was removed for 2.4 and the docs say use an AES module provided separately... Is there a standard module that works alike or an AES module that works alike but with better encryption?...
6
22213
by: Zhang Weiwu | last post by:
Hello. I am working with a php software project, in it (www.egroupware.org) Chinese simplified locate is "zh" while Traditional Chinese "tw". I wish to send correct language attribute in http...
12
3273
by: Steven T. Hatton | last post by:
This is something I've been looking at because it is central to a currently broken part of the KDevelop new application wizard. I'm not complaining about it being broken, It's a CVS images. ...
121
9907
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
19
20390
by: Onideus Mad Hatter | last post by:
http://www.backwater-productions.net/_test_platform/cbstory/ Works perfect in IE but in Netscape/Firefox it fuxors. The problem is the transparent image overlays. The obvious approach would be...
12
11148
by: Chad Z. Hower aka Kudzu | last post by:
Object MyOnject = new Object; What does the signify? -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back"
669
25395
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
34
3556
by: emrahayanoglu | last post by:
Hello Everyone, Now, I'm working on a new web framework. I tried many test on the other programming languages. Then i decided to use python on my web framework project. Now i want to listen...
123
6312
by: plenty900 | last post by:
I was looking over someone's C++ code today and despite having written perfectly readable C++ code myself, the stuff I was looking at was worse than legalese. The people who are guiding the...
0
7127
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
7331
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
7391
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
7054
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
7501
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
5056
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
3204
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
3188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
424
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.