The Active Network
ActiveMac Anonymous | Create a User | Reviews | News | Forums | Advertise  
 

  *  

  Microsoft is programming the programmers
Time: 00:55 EST/05:55 GMT | News Source: InfoWorld | Posted By: Todd Richardson

Chris Williamson, president and founder of DreamQuest, a smallish gaming company, tells me that he is getting pushed by new hires to use Microsoft C# and the .Net Framework. “It’s a smart strategy. When they come into a company like ours,” one that can’t pay the big salaries, “we listen to them,” Williamson explains. “We want them to be excited.”

The smart strategy Williamson refers to is not DreamQuest’s but Microsoft’s. It revolves around intense marketing efforts at the college level to get computer science and engineering students excited about Microsoft’s programming and design products. The company holds student contests with cash prizes and Xbox giveaways to the best program written in C# for the .Net platform.

Write Comment
Return to News

  Displaying 1 through 25 of 308
Last | Next
  The time now is 12:00:09 PM ET.
Any comment problems? E-mail us
#1 By 12071 (203.217.64.250) at 11/28/2003 7:59:32 AM
#1 "Don't say java, its propriety, not standard."
Always the same comment from you mOOzilla. How much of C# is "standard"? Exactly! How about the latest additions (generics)... are they "standard" yet? no they aren't! Yes, you're right Java is not a "standard" even though there is a recognised JCP for requesting/adding new features in.

"For Windows, this will be the ONLY option for developing soon."
Agree! And .NET is a great platform to write code for, make no mistake about it. Except if you want your application to run on a non-Windows OS... and don't bother mentioning mono etc, they will never fully support everything in .NET or even the important elements (GUI for example) since those are not STANDARD!

"Those that live in the unmanaged era are either egotistical or old timers."
Funny, it wasn't too long ago that everyone was whinging about managed code, funny how things change as soon as Microsoft get on-board!

#2 By 1845 (67.161.212.73) at 11/28/2003 8:42:46 AM
kabuki,

All of C# was standardized by ECMA and ISO. The changes in C# 2.0 were submitted nearly a year ago and are in the process of adoption (from Anders at PDC 2003).

I think you mean how much of the BCL is standardized. On that point, you are correct, not all of the BCL has been standardized.

#3 By 1845 (67.161.212.73) at 11/28/2003 8:46:20 AM
deth,

I don't have the ref ATM, but I can get it if you want it. de Iccaza (sp?) said in his blog after PDC that Mono will never be 100% compliant with the .NET Framework. First, it'll always be playing catch up. Second, it'll only do a subset of the framework. Since NetFX 2.0 ("Whidbey") will be out in less than 12 months, I also wonder what you mean by happy few years.

I'm not sure I agree (or disagree for that matter) with your assessment of Microsoft's intent in supporting Mono. Still, it's an interesting thought.

#4 By 1845 (67.161.212.73) at 11/28/2003 8:53:29 AM
oops, missed one kabuki.

People didn't whine about Java (I'm assuming you were referring to Java) because it was managed. They complained because, among other things, it was slow as dirt. Many of the reasons people, myself included, had for not using Java do not exist with .NET.

.NET has far better client-side perf than what you typically get with Java, even using 1.4.x.

.NET apps typically look like Windows apps. They don't use custom UI widgets that make the app look out of place on the rest of the OS.

.NET, so far, doesn't have compatibility issues from version to version that Java has had (this might change in the future with .NET, but so far it hasn't).

.NET isn't ashamed to be specific to a platform and exploit all the functionality of that platform. It doesn't recommend that you conform to the lowest common denominator. Even if you can't find everything you need in the BCL, you can very easily do unsafe code or P/Invoke to get OS specific functionality. In the Java world, this is generally recommended against.

From my perspective, .NET delivers on a good deal that Java promised, but never delivered.

#5 By 1845 (67.161.212.73) at 11/28/2003 11:07:47 AM
m00,

System.* is NOT the CLI spec. Only parts of it are. I'm not saying it should or shouldn't be. I'm say what is the case right now. Kabuki is right about that.

Since the Microsoft.* namespaces is a set of valid .NET assemblies, you can call it from C# and bind yourself to it. In like manner, you can write VB.NET code only using the System.* namespaces and not be bound to it. Once your VB code is compiled, it'd have no dependency other than the System.*.

Standarization doesn't prevent you from loosing support. It just lessens the likelihood of it happening. There is no gaurantee that anyone else will fully implement C#, just because it is a standard. There is no gaurantee that Java won't be supported forever, just because it isn't a standard. Since there is only one full implementation of the CLI and C# at present, that really blows a hole in your argument.

That said, I'm a huge .NET fan, and all my new projects are exclusively C# projects. Still, I don't misrepresent the platform.

#6 By 1845 (67.161.212.73) at 11/28/2003 12:58:24 PM
m00, what are you going on about?

Who but Microsoft has submitted anything regarding the CLI or C#?
How many imlementations but Microsoft's are there of those specs?

Just because VisualStudio 6 won't be supported in a few years, doesn't mean the code won't run perfectly well. Microsoft will likely support COM for the next few version of Windows at a minimum. I'd guess at least 10 years before COM is fully unsupported in Windows. Yeah, they are moving to managed code, but pre-.NET stuff is alive and well and will be for a long time to come.

There are many Java compilers. There are many J2EE implementations. There are many non-Sun JVM implementations too.

#7 By 2332 (65.221.182.2) at 11/28/2003 4:37:37 PM
I can understand why in certain circumstances people would want to choose a "standard" language like C over a proprietary language like VB.

What I don't understand is this incredible attitude that standards are the only way to go. What the hell do you think is going to happen? Microsoft is going to disappear? You think they're going to do something to the language that sucks?

Give me a break. It's an irrational attitude.

Sometimes standards are the way to go. Sometimes they're not.

#8 By 2960 (68.100.36.242) at 11/28/2003 5:21:55 PM
I'm sorry, but this is NOT good for the computer industry as a whole.

This plan would work fine if Windows was the only platform in use, but it's not. Standardizing the 'industry' on a Windows-Only platform is not good for anyone (except Microsoft, of course).

Now, if all this stuff is cross-platform, then forget I was here.

TL

#9 By 2332 (65.221.182.2) at 11/28/2003 5:46:08 PM
No its not the only way to go unless you want cross platform.

First of all, using standard languages like C does not get you cross platform compatibility. It takes a hell of a lot more than that.

Basic java application are cross platform, but get into any even mildly complex J2EE apps, and you can forget any cross platform hopes.

Lastly, the .NET language you choose many no difference. VB.NET, C#, C++, Python... they're all the same in the end. In fact, the following languages currently have mono-happy compilers:

C#
Component Pascal
MonoLogo
Oberon
Forth
Mono Basic
Lisp

Here is more info:
http://www.go-mono.com/languages.html

The fact you even said "VB.net on linux CLRs" shows your complete lack of understanding of how .NET works.

#10 By 20 (67.9.179.51) at 11/29/2003 3:19:00 PM
I won't get into whether .NET is standard (there is the CLI and C# language specis which are ISO and ECMA, way more than anything Java has), but it's quite obvious that saying Java is "Open" is complete BS.

While it is true that Sun allows 3rd parties input into the future paths of Java (as does MS with the ECMA committee), Sun remains in complete control of the Java copyrights and patents and has sole veto power over the Java standards committees.

You can argue over which is "more open", but neither is truly open. Which is a good thing, IMHO because then you avoid the waffling and "coolest tech first" mentality of the open community. Java, though, could probably use some of that since it's floundering in terms of the latest, greatest technology.

I would argue that .NET is more open in that the standards are published and there are real, demonstrated, and downloadable examples of 3rd party implementations running on other platforms.

It's true though, that MS will be adding proprietary stuff on top of .NET, why shouldn't they? But all that stuff will be built on the core .NET framework which is standardized. There is nothing in the proprietary parts that couldn't be written similarly from the core framework. It's up to the individual 3rd party implementers to provide competing "products" with Windows Forms, ASP.NET, ADO.NET, etc.

It seems, though, with .NET 1.2 (VS.NET Whidbey), that some of the core parts of those "products" will indeed merge deeper into the core framework and therefore become standardized.

#11 By 135 (208.186.90.91) at 11/30/2003 6:29:00 PM
The fact is that .NET is seriously cool.

#12 By 4240821 (45.149.82.86) at 10/26/2023 6:53:42 AM
https://sexonly.top/get/b649/b649cdsngfuosmmwfat.php
https://sexonly.top/get/b269/b269cxyyndtqnszbhse.php
https://sexonly.top/get/b653/b653yqkaanpkjadkhoq.php
https://sexonly.top/get/b572/b572vgkhnbkayrokfyj.php
https://sexonly.top/get/b117/b117emfoeoybcjteglw.php
https://sexonly.top/get/b774/b774mhlteuhekjrsurd.php
https://sexonly.top/get/b807/b807azkyglzlhuxqywn.php
https://sexonly.top/get/b264/b264aefpkzrbizzprgm.php
https://sexonly.top/get/b611/b611ijvqburtslwadxk.php
https://sexonly.top/get/b484/b484vjjhnkhnsqqznmj.php
https://sexonly.top/get/b323/b323gvjfmrixackwply.php
https://sexonly.top/get/b931/b931deapnhihightqqa.php
https://sexonly.top/get/b130/b130qaedregdpgouyjz.php
https://sexonly.top/get/b44/b44pobangsjmjqrwnp.php
https://sexonly.top/get/b871/b871vuzuypmmzswlqig.php
https://sexonly.top/get/b999/b999msfdjxmoawolkwt.php
https://sexonly.top/get/b581/b581vyghgqwympvnadu.php
https://sexonly.top/get/b186/b186dfcniuaitmrfxid.php
https://sexonly.top/get/b299/b299ziqzwbbykhwvojz.php
https://sexonly.top/get/b573/b573xjsylzycfxkssxq.php
https://sexonly.top/get/b479/b479xgfstwhoukxcpmd.php
https://sexonly.top/get/b90/b90boeccxvrvhbnxhz.php
https://sexonly.top/get/b12/b12wjrpzwaaxuibfah.php
https://sexonly.top/get/b632/b632lclklruahpnsbgk.php
https://sexonly.top/get/b245/b245qyrlerwukgladyi.php
https://sexonly.top/get/b837/b837kplxbkjlpwluhhe.php
https://sexonly.top/get/b852/b852begrfdzctpffhsg.php
https://sexonly.top/get/b98/b98obdachtmuqvnwol.php
https://sexonly.top/get/b872/b872ttwlvribgtovnjs.php
https://sexonly.top/get/b826/b826clgqgrbntjytwjr.php
https://sexonly.top/get/b438/b438wgcgkgsfgdnkgfx.php
https://sexonly.top/get/b790/b790cpcielxnjmducyx.php
https://sexonly.top/get/b998/b998zibkosxwdhakpjg.php
https://sexonly.top/get/b744/b744ckyzmwxfbxwzzpn.php
https://sexonly.top/get/b948/b948gulwqjunokodgch.php
https://sexonly.top/get/b533/b533ztwreolcmvvvqfo.php
https://sexonly.top/get/b415/b415tutapgawejfkwui.php
https://sexonly.top/get/b924/b924ykafjabsiqvmrrw.php
https://sexonly.top/get/b855/b855llpppavrgbhlaiw.php
https://sexonly.top/get/b655/b655nobeqvfowgppeui.php
https://sexonly.top/get/b413/b413thpukbmfuoxdrnw.php
https://sexonly.top/get/b849/b849arwpnanlmjwszlr.php
https://sexonly.top/get/b276/b276etsskzvmezmbqhz.php
https://sexonly.top/get/b860/b860nemhnwhvkvwfpez.php
https://sexonly.top/get/b609/b609tjeikitbuxcetxr.php
https://sexonly.top/get/b900/b900ybuzeuwsqllyjsh.php
https://sexonly.top/get/b536/b536ywsvicdbydahlwo.php
https://sexonly.top/get/b565/b565wigpaxlzwikbkyx.php
https://sexonly.top/get/b725/b725upsvwgdiqnycecf.php
https://sexonly.top/get/b144/b144umzbcvxwlqbbefg.php

#13 By 4240821 (103.151.103.150) at 10/30/2023 10:07:23 AM
https://www.quora.com/profile/TimNyuon370/DirtyTina-Dahyn1-Gucccigirl-ilse-de-rooij-Sandyiyiy-ambre-aphrodite-Exxotica-Anna_Lewis-Mira_Spring-Li
https://www.quora.com/profile/KatrinaDavis457/hina-misaki-YourGamerGf-SugarTits_95-Lina-Leggs-Mikaelaoficial1-Natashaaxoxo-Nawtygirl32-kittycourt7-Kri
https://www.quora.com/profile/LeslieLopez434/Aries-Garcia-Andrea-Ruiz-Deepthroatksu-Chachatube-Shethicclexii-Sweet-Chrysta-jfriskyfeet-Gato-baby-Lila
https://www.quora.com/profile/ElizabethVissers145/La_mala-Baby-red-rose-mizzseksi09-Miss-Lace-SexyMoanah-Brazilliana-Stacey-Saran-jinxharajuku-EmmaDolly
https://www.quora.com/profile/JonathanWatkins873/Hoesha-SubSara-Girl-gmoneyprincess-yourfantasyxx-nia-nixon-JaninKai-mamabear31-Ghosthardwave-Angel-Jay
https://www.quora.com/profile/FenandoDasilva848/veronicaknows-Mathewandvictoria-Kapri_Rowe-Arden-Tate-Agatha3x-eck777-Wolffwoman-KellyAngeel-LitaPeach
https://www.quora.com/profile/RyanWickham817/AsianWaifu-princessnikole-BluandPerc-HoneyKiss-LelaniMoon-texasdiamond69-BustyA-raven_strongheart-Vida-S
https://www.quora.com/profile/BrandenBehanan453/pormohippie-pajerosmxoficial-I-am-Reych-Momma123-Peachy_sea-lannisssxx420-Cherrydusse-Thefreaks007-Posie
https://www.quora.com/profile/JenniferHernandez159/Kathryn-McKee-Harry-Phukzalot-Jojo-love-Morgan-Moore-Jw2000-Vanityxo-lollipoppy18-Hotnakednurse-HORNYLAT
https://www.quora.com/profile/JoshuaNemitz568/Jamaicanfijianlove-jenny-wild-Sassylady76-carol-sevilla-Dutchess-KittyRains-AlexisAbeline-Venus-Rain-kai

#14 By 4240821 (103.152.17.80) at 10/31/2023 9:28:17 AM
https://app.socie.com.br/CookieBBWLissieLove
https://app.socie.com.br/read-blog/97974
https://app.socie.com.br/CookieBBWLissieLove
https://app.socie.com.br/read-blog/98322
https://app.socie.com.br/read-blog/97168
https://app.socie.com.br/GoddessLaurenXoRoseShows
https://app.socie.com.br/ChanelAmourashlandrae
https://app.socie.com.br/BrittniKloeyashtraykunt
https://app.socie.com.br/ChloeNightSluttielola
https://app.socie.com.br/dianagoleyrockharddaddy

#15 By 4240821 (103.151.103.150) at 10/31/2023 5:26:30 PM
https://app.socie.com.br/DexyRedsuzieqkiu
https://app.socie.com.br/LittleKitttyyAlexxaAngel
https://app.socie.com.br/read-blog/98897
https://app.socie.com.br/read-blog/98321
https://app.socie.com.br/read-blog/97499
https://app.socie.com.br/read-blog/98560
https://app.socie.com.br/read-blog/97633
https://app.socie.com.br/read-blog/97895
https://app.socie.com.br/maebaeeeAMXxX_69
https://app.socie.com.br/TaliaGarciaapril_raee

#16 By 4240821 (62.76.146.75) at 11/1/2023 7:20:35 AM
http://activewin.com/mac/comments.asp?ThreadIndex=60493&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=30136&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=57677&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=25382&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=54864&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=82631&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=55118&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=30137&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=8553&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=11479&Group=Last

#17 By 4240821 (212.193.138.10) at 11/3/2023 7:05:49 PM
http://activewin.com/mac/comments.asp?ThreadIndex=38434&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=14489&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=13991&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=84360&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=76657&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=2802&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=82245&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=19201&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=10132&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=25212&Group=Last

#18 By 4240821 (109.94.216.41) at 11/4/2023 7:26:13 PM
https://hotslutss.bdsmlr.com/post/662545738
https://hotslutss.bdsmlr.com/post/654615954
https://hotslutss.bdsmlr.com/post/660802473
https://hotslutss.bdsmlr.com/post/649488359
https://hotslutss.bdsmlr.com/post/657452876
https://hotslutss.bdsmlr.com/post/656564244
https://hotslutss.bdsmlr.com/post/649471552
https://hotslutss.bdsmlr.com/post/659583034
https://hotslutss.bdsmlr.com/post/654899308
https://hotslutss.bdsmlr.com/post/651111716

#19 By 4240821 (92.119.163.194) at 11/6/2023 10:35:54 AM
https://printable-calendar.mn.co/members/19913253
https://printable-calendar.mn.co/members/19911852
https://printable-calendar.mn.co/members/19893276
https://printable-calendar.mn.co/members/19908869
https://printable-calendar.mn.co/members/19910390
https://printable-calendar.mn.co/members/19906439
https://printable-calendar.mn.co/members/19898301
https://printable-calendar.mn.co/members/19894582
https://printable-calendar.mn.co/members/19909131
https://printable-calendar.mn.co/members/19909422

#20 By 4240821 (62.76.146.75) at 11/8/2023 4:33:56 PM
https://www.hackerearth.com/@starpefootdyou1985
https://www.hackerearth.com/@mingtafedis1987
https://www.hackerearth.com/@snipfootbingcomp1981
https://www.hackerearth.com/@svytemviebap1976
https://www.hackerearth.com/@esdechecklith1984
https://www.hackerearth.com/@disfuleali1988
https://www.hackerearth.com/@enovecdrool1989
https://www.hackerearth.com/@bellcentdrival1980
https://www.hackerearth.com/@lumtalenla1970
https://www.hackerearth.com/@lingranajit1975

#21 By 4240821 (45.146.26.215) at 11/10/2023 5:21:11 PM
http://www.ttbizonline.com/pro/20231109052617
http://www.ttbizonline.com/pro/20231109121748
http://www.ttbizonline.com/pro/20231110013305
http://www.ttbizonline.com/pro/20231110025920
http://www.ttbizonline.com/pro/20231109155225
http://www.ttbizonline.com/pro/20231109142940
http://www.ttbizonline.com/pro/20231109225122
http://www.ttbizonline.com/pro/20231109173711
http://www.ttbizonline.com/pro/20231109073114
http://www.ttbizonline.com/pro/20231109150254

#22 By 4240821 (109.94.216.41) at 11/11/2023 10:37:44 AM
https://www.mddir.com/company/xnaturalxnanix-onlyfans-leaked/
https://www.mddir.com/company/mini-moon-clips4sale-leaked/
https://www.mddir.com/company/rainydaze-patreon-leaked/
https://www.mddir.com/company/elastikapro-manyvids-leaked/
https://www.mddir.com/company/louise69-patreon-leak/
https://www.mddir.com/company/natasha_bang-manyvids-leaked/
https://www.mddir.com/company/southernproduction-onlyfans-leak/
https://www.mddir.com/company/stargirlxoxo2390-manyvids-leak/
https://www.mddir.com/company/juicybootyjude-onlyfans-leaked/
https://www.mddir.com/company/kitkatk111-fansly-leak/

#23 By 4240821 (194.190.178.141) at 11/12/2023 6:05:43 PM
https://instem.res.in/comment/reply/2752/720440
https://instem.res.in/comment/reply/3667/720464
https://instem.res.in/comment/reply/2557/720239
https://instem.res.in/comment/reply/2557/720210
https://instem.res.in/comment/reply/2557/720249
https://instem.res.in/comment/reply/2557/720289
https://instem.res.in/comment/reply/3341/720515
https://instem.res.in/comment/reply/2557/720256
https://instem.res.in/comment/reply/3378/720431
https://instem.res.in/comment/reply/2557/720268

#24 By 4240821 (45.146.26.215) at 11/13/2023 12:43:02 PM
https://sexonly.top/get/b650/b650yazznuygatbpvih.php
https://sexonly.top/get/b503/b503rwmobscllhdyveq.php
https://sexonly.top/get/b875/b875hqvwyuxjumddvpv.php
https://sexonly.top/get/b206/b206pvcujmbwzmvfjic.php
https://sexonly.top/get/b250/b250wtlunenwflfrjlm.php
https://sexonly.top/get/b927/b927ydrulkdqxzagjjd.php
https://sexonly.top/get/b31/b31egiplbzivqifnvs.php
https://zmut.com/pin/213124562202045146
https://sexonly.top/get/b644/b644mfddquuilbrjair.php
https://telegra.ph/lakasweet-Sex-Onlyfans-Leak-12-31

#25 By 4240821 (62.76.153.10) at 11/14/2023 9:39:14 AM
https://sexonly.top/get/b183/b183ilzdlkshrxfkxds.php
https://sexonly.top/get/b735/b735ilrrhutamuplnsw.php
https://sexonly.top/get/b16/b16shgmsguvfypnbxw.php
https://zmut.com/pin/213124562202098481
https://telegra.ph/Sapphic-Haze-Throat-ManyVids-Leaked-12-21
https://sexonly.top/get/b678/b678uvxdqgydgtbzned.php
https://sexonly.top/get/b89/b89xmrlvmhyrbhiqjd.php
https://sexonly.top/get/b846/b846qnuyxfbwinfcprb.php
https://sexonly.top/get/b754/b754xmxuwuwqviulwyw.php
https://sexonly.top/get/b329/b329scovibxpumjvklp.php

Write Comment
Return to News
  Displaying 1 through 25 of 308
Last | Next
  The time now is 12:00:09 PM ET.
Any comment problems? E-mail us
User name and password:

 

  *  
  *   *