473,839 Members | 1,507 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Disadvantages of C#??? just curious

Hello every body ,
upto now i saw advantages of C# only,i am curious about what are the
disadvantages of C#..(because any programming language should have some
positives and negatives..)

Thanks

Chandu
Apr 12 '07
34 8190
I believe what often happens is they have these "power groups" (e.g.,
Robotics) that come up with all these cool custom assemblies, and often they
are so focused on their "own little release" that they do not think in terms
of how individual pieces may be useful on their own to the general developer
community.
:-)
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Jon Skeet [C# MVP]" wrote:
Peter Bromberg [C# MVP] <pb*******@yaho o.yabbadabbadoo .comwrote:
Even Jeffrey Richter's article demo code does not contain the CCR.Core
assembly. Could have something to do with the EULA. Too bad!

I was about to suggest you blogged about it to make another attempt to
prod MS into releasing it on its own. Then I went to your blog. Um,
okay, I'll go back to XLinq...

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 24 '07 #31
For those who have an interest, I did receive an answer to my post on the CCR
forum about "breaking it out" from the Robotics Studio:

N.B. I've left a suggestion post on the forum that they break out the CCR
assemblies and make them available separately. If you agree, adding a "Me
too" probably wouldn't hurt the effort.

-- And here is the answer:

"we have heard this feedback many times indeed. While we do definately see
alot of interest in the CCR from non robotics users, currently our team can
only afford the non-trivial release management process MSFT requires, for one
product/SDK. Other than the size of the download however, which i do agree is
alot for a 200k lib, the CCR can be used in any application you want, with no
burden or requirements on anything else in MSRS (it was and will continue to
be developed as a seperate, independent component).

Another thing to note ofcourse, given its current packaging, is that the CCR
is not free for commercial use. Its cost per deployment is about
2$ (our commercial license gives you 200 runtimes for 399$ for a single dev
license)"

So: the bottom line, as I interpret this, is that if I want to use CCR for
any kind of commercial application, I have to purchase the minimum dev
license for $399.00. Umm, OooKay...
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Jon Skeet [C# MVP]" wrote:
Peter Bromberg [C# MVP] <pb*******@yaho o.yabbadabbadoo .comwrote:
Even Jeffrey Richter's article demo code does not contain the CCR.Core
assembly. Could have something to do with the EULA. Too bad!

I was about to suggest you blogged about it to make another attempt to
prod MS into releasing it on its own. Then I went to your blog. Um,
okay, I'll go back to XLinq...

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 26 '07 #32

"jeepandy" <je******@gmx.a twrote in message
news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
Hello,

There are some carriable ways to use C# as an object-oriented language
with COM support in "realtime" Systems.
For Example: the XILINX FPGA's
In many develobment-systems C# is/or will be
supported.
This is realtime.
Yes, VHDL is the better choise, but C# is an easy
to use/learn language.
C# and VHDL are not even comparable. VHDL is parallel, C# is sequential.

You might be able to define FPGA logic using a conventional functional
programming language. C#, no.
Jun 19 '07 #33
Ben Voigt [C++ MVP] wrote:
>
You might be able to define FPGA logic using a conventional functional
programming language. C#, no.
There are C compilers for FPGA logic. I think they fake the parallelism
some how using libraries.

The really smart tools, turn some of the code into sequential logic for
the CPU cores and some into parallel logic for the FPGA logic blocks.
The idea is that in the early stages of development you don't have to
choose between software and hardware. Once you design works in the
simulator on the desktop, you start optimizing by choosing which blocks
go into CPU code and which go into logic blocks.

If you want to use C#, you probably need to go start a project on
sourceforge and hope you find enough smart people with lots of time to
waste to help you out.

If you need to do FPGA code now, use VHDL, Verilog, or C. It all
depends on your background and how much you are willing to pay for tools.
Jul 20 '07 #34

"Bill Burris" <wb*****@ualber ta.cawrote in message
news:OT******** *****@TK2MSFTNG P02.phx.gbl...
Ben Voigt [C++ MVP] wrote:
>>
You might be able to define FPGA logic using a conventional functional
programming language. C#, no.

There are C compilers for FPGA logic. I think they fake the parallelism
some how using libraries.
When the compiler implements special handling for certain functions, I
consider that they have become "keywords" and the language is no longer C.
It's based on C syntax, like csh, C#, C++, Java, Javascript, Dynamic C,
Embedded C, Objective C, .... but no longer C.

Functional programs, written in languages like Scheme, naturally represent
parallelism, making them a good choice for compiling to logic.
Jul 24 '07 #35

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

Similar topics

8
23181
by: Wilbur | last post by:
My company is considering using C# for a large project and it is a language I'm only just now becoming familiar with. For the most part I like it and that seems to be the most logical choice as far as future support. My question is: what are the disadvantages or limitations of using C#? So far I've seen very few people willing to mention anything "bad" about it, but every language has it's faults. We would be using C# in the .NET Framework...
3
41544
by: enchantingdb | last post by:
I have an exam tomorrow that covers the perceived advantages and disadvantages of object oriented programming, in particular polymorphism, inheritance and encapsulation. I know the advantages but am not clear on the disadvantages. I have had a look on the Web and in newsgroups but couldn't find much. As time is running out, I thought I would post here and hope that someone would reply. Thanks Rob
21
11219
by: EmJayEm | last post by:
Can someone tell me the Disadvantages/Cons of web services? Thanks, EmJ.
54
6505
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications quickly and easly." I don't agree on what concernes ASP .NET Web Sites in VS2005. All what involves Namespaces in Web sites has been disappeared. I know you can still MANUALLY manage them, but not QUICKLY and EASLY. In a
12
2178
by: DC | last post by:
We are about to go online with an ASP.Net site. We have found that it is easiest for us to use windows-1252 content encoding, since that solves our problems with some special characters. Are there some general disadvantages about using this codepage (most sites I know use utf-8 or iso) - I am thinking of things like search engine incompatibilities - or should it be OK to use 1252? Thanks for any hint in advance, Regards
11
7340
by: GVN | last post by:
Hi All, Can anyone guide me when asynchronous method calls will be benificial? Are there any disadvantages of using asynchronous calls? Thanks,
1
9175
by: vumani | last post by:
what is the advantages and disadvantages of Ms SQL server and java servletts front-end on the clien end. what is the advantages and disadvantages of Ms Access on the server, connected via JDBC and java on the client end. what is the advantages and disadvantages of HTML on the client end,coupled with SQL server and ODBL on the server end.
0
9697
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
10907
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
10586
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
10647
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
10293
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...
1
7828
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5682
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
5866
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4064
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.