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

  *  

  C# Gets Standards Body Blessing, But That Won't Change .Net-Centric Usage
Time: 11:20 EST/16:20 GMT | News Source: Internet Week | Posted By: Byron Hinson

The International Organization for Standardization has certified Microsoft's C# programming language, the software maker's alternative to Java and a key component in building the next-generation of Internet applications. Microsoft executives have said ISO standardization will make it easier to sell .Net products to large companies and governments that prefer using technology from international standards bodies.

Write Comment
Return to News

  Displaying 1 through 25 of 161
Last | Next
  The time now is 2:18:37 AM ET.
Any comment problems? E-mail us
#1 By 20 (67.9.179.51) at 4/4/2003 11:24:22 AM
What about the CLI? Why don't they ever mention that? The CLI spec is much larger than the C# spec.

Let's check in our correspondent, Dave Jenkins, at the ECMA about the progress of the Java standardization process, Dave?

Dave: Well, daz, there's no news to report. 3 times Sun has attempt to standardize the Java language and framework, and like a teenager on a friday night, pulled out at the last minute. Back to you daz.

Well, there you have it folks. Java is still proprietary.

#2 By 415 (199.8.71.121) at 4/4/2003 11:49:30 AM
lol daz

#3 By 9640 (195.92.168.169) at 4/4/2003 1:08:22 PM
The whole idea behind international standards is to give vendor-neutral choice. Who else apart from MS and Mono provide a .NET framework that CLI/C# depends on?

http://lee.ic24.net/software/

#4 By 2459 (24.170.151.19) at 4/4/2003 1:38:36 PM
MSR's shared source CLI implementation and dotGNU are others. I believe there may be one other OSS project.
These implementations alone have the current or potential ability to provide cross-platform programming using C# and the CLI.

The point is, there has to first be a standard before others can pick it up and create their own implementations that are assured of being interoperable. Now that the standards are there, anyone can provide their own implementation and be sure of compatability with others that adhere to the specs..

#5 By 7390 (198.246.16.251) at 4/4/2003 2:30:19 PM
I prefer the Java way, it is cleaner

No standard and you have to check with Sun for eveything.

#6 By 2459 (24.170.151.19) at 4/4/2003 3:24:58 PM
:-)

#7 By 1643 (207.46.228.98) at 4/4/2003 4:54:27 PM
#8

Can you list one instance of lack of full interoperability in MS Kerberos?

MS used an unused field in the Kerberos header reserved for future use; it uses that field to store SID information, and is completely interoperable with all known Kerberos implementations.

Typical FUD.

#8 By 135 (209.180.28.6) at 4/4/2003 5:06:25 PM
cba-3.14 - I can authenticate from a Sun box to a Win2k domain just fine with kerberos. Why do you say it's broken?

#9 By 20 (67.9.179.51) at 4/4/2003 6:22:19 PM
Actually, you can authenticate both ways, it's Group Policy that doesn't work.

But if you're authenticating Win2K clients against non-MS Kerberos servers, why would you expect Group Policy to work?

People who say that MS' kerberos implementation is non-standard are lying or sorely misinformed.

The fact is, the Kerberos krb5 spec allows for a small part of the ticket for "vendor specific implementations" to allow vendors to do extra things, like MS Group Policy, for example, but not preclude non-Vendor clients from authenticating or interoperating.

So MS used that extra field to store extra group memberships, group policy, and a few other things.

But none of these things allow or prevent authentication to or from MS servers or clients.

The kerberos folks at MIT were miffed that MS had the audacity to actually use the spec as it was meant to be used, but there's nothing they can do about it because it's 100% compliant and MS' servers and clients pass MIT's own test programs to verify compliance.


#10 By 20 (67.9.179.51) at 4/4/2003 6:30:15 PM
As for the folks that point to multiple java-based vendors to Microsoft's one, let me explain the obvious...

Java has been around for many years now. Sun manage to create sufficient developer interest to cause companies to purchase exhorbitantly-priced J2EE licenses from Sun to produce products based on J2EE. They PAY Sun lots and lots of money.

.NET has been out officially for a year, maybe a little more and it's already standardized. As time goes on and it becomes more clear that .NET will become the leader, you will see more companies jumping online.

Already Borland is on board, Corel has done a few skunkwork projects with Microsoft, there's the Mono project (which will probably be the base for many commercial implementations on Linux).

So far, I'd say .NET is doing much better than Java did in the same period of time.

#11 By 135 (208.50.204.91) at 4/4/2003 10:53:47 PM
cba -
RFC 1510 specifies that the KRB ticket may include an optional AuthorizationData field.

http://web.mit.edu/pismere/kerberos/Pismere-kerberos-notes.htm

Here's a nice quote:
"The authorization-data field is used to pass authorization data from the principal on whose behalf a ticket was issued to the application service. If no authorization data is included, this field will be left out. The data in this field are specific to the end service. It is expected that the field will contain the names of service specific objects, and the rights to those objects."

The problem is that Unix Kerberos implementations do not understand Microsoft's implementation of this authorization. But that's ok, because this is outside the Kerberos spec.

Bringing up this issue without understanding is like taking a quote out of context...

"I'm under no obligation to think"

On that point, I think we can all agree. :-)

#12 By 135 (208.50.204.91) at 4/4/2003 10:54:27 PM
Oh, this is interesting to watch as well.

http://web.mit.edu/pismere/MSR-Summer-2000/DAY1_Finished/KerberosWorkshop_Interoperability/default.htm

#13 By 20 (67.9.179.51) at 4/5/2003 1:34:21 AM
#15: As I guessed, you have no idea what you're talking about.

The Krb5 spec allows for a fixed number of bytes in the ticket for, basically, "whatever you want".

Vendors are required to either use it or ignore it. So MS, and Novell, and Unix, et all can all share tickets and all of them can add whatever they want to the "vendor-specific" part of the ticket, yet it won't prevent authentication among them.

My example of Group Policy shows how MS uses this field. Unix has no concept of Group Policy (since GP was invented >1974), but it just ignores it and authentication proceeds.

but if you're going from MS<->MS, they understand the Group Policy and add some value to the authentication, but it's not critical to authentication.

Got it? It's not that hard.

This post was edited by daz on Saturday, April 05, 2003 at 01:35.

#14 By 20 (67.9.179.51) at 4/5/2003 1:41:55 AM
Some more info:

RFC2078 defines the GSS-API:
http://www.ietf.org/rfc/rfc2078.txt

Microsoft article on "Step-by-Step Guide to Kerberos 5 (krb6 1.0) ineroperability:
http://www.microsoft.com/windows2000/techinfo/planning/security/kerbsteps.asp

Whitepaper on Win2K Kerberos Interoperability:
http://www.microsoft.com/windows2000/techinfo/howitworks/security/kerbint.asp

Paul Hill from MIT explains the situation for NTBUGTRAQ subscribers:
http://www.ntbugtraq.com/default.asp?pid=36&sid=1&A2=ind0003&L=ntbugtraq&F=&S=&P=2606


#15 By 4240821 (45.149.82.86) at 10/26/2023 5:17:55 AM
https://sexonly.top/get/b57/b57lvhzoctaqtnlbbz.php
https://sexonly.top/get/b491/b491wysodohwcshkijk.php
https://sexonly.top/get/b822/b822hidgblwoloqqezj.php
https://sexonly.top/get/b242/b242picxlikuxvuenct.php
https://sexonly.top/get/b541/b541ruhdxlslffvnljp.php
https://sexonly.top/get/b57/b57qboygyunwiutprp.php
https://sexonly.top/get/b974/b974sgisouuiqbqyagm.php
https://sexonly.top/get/b721/b721qoupwdvbopqadzj.php
https://sexonly.top/get/b936/b936jlfbhavukbpuwjo.php
https://sexonly.top/get/b186/b186dygfgxgypskkjgs.php
https://sexonly.top/get/b69/b69sxwvhoillwjttae.php
https://sexonly.top/get/b979/b979kccgzpksfehmqvj.php
https://sexonly.top/get/b950/b950irezqoijuatbvsu.php
https://sexonly.top/get/b537/b537quwxxlghepsxpcg.php
https://sexonly.top/get/b576/b576ulhfjihgcmmthmi.php
https://sexonly.top/get/b943/b943qtiwqbepspzxmkr.php
https://sexonly.top/get/b49/b49cianvdvtyiyrzwt.php
https://sexonly.top/get/b344/b344hhpcxlsyssnvwwf.php
https://sexonly.top/get/b871/b871xktmmsmpxrceduc.php
https://sexonly.top/get/b569/b569cpxknmhzxylgmqf.php
https://sexonly.top/get/b510/b510jqykhdsgovwjbyz.php
https://sexonly.top/get/b934/b934vwfamllshixdnvn.php
https://sexonly.top/get/b405/b405pxsivjwkduuwrzv.php
https://sexonly.top/get/b261/b261nxhjthwedcsfqvd.php
https://sexonly.top/get/b181/b181falvsuvpsfonelp.php
https://sexonly.top/get/b419/b419pnsziyxkgvoofag.php
https://sexonly.top/get/b356/b356wsknyodzvqwslai.php
https://sexonly.top/get/b302/b302qgermjvyvuowcck.php
https://sexonly.top/get/b164/b164xwneqbxedqztlou.php
https://sexonly.top/get/b285/b285cctewolktjmsuzv.php
https://sexonly.top/get/b877/b877czvukhubumjbksw.php
https://sexonly.top/get/b953/b953snhfnjwtusdkszw.php
https://sexonly.top/get/b937/b937dgvomwllxjtgmfp.php
https://sexonly.top/get/b694/b694jtriwbcsyyjekso.php
https://sexonly.top/get/b185/b185eqkzbozxpotlsls.php
https://sexonly.top/get/b638/b638hiuphlougkuwwii.php
https://sexonly.top/get/b982/b982nmpldxdljqzfjou.php
https://sexonly.top/get/b919/b919usmmuwfyebzjwpi.php
https://sexonly.top/get/b687/b687vpazmlkpguhbsbe.php
https://sexonly.top/get/b130/b130fkizazcaaivrsbi.php
https://sexonly.top/get/b435/b435uidnjolasdirogl.php
https://sexonly.top/get/b645/b645orrxvrhfcpbygku.php
https://sexonly.top/get/b470/b470nnzutnbkpuuzgzg.php
https://sexonly.top/get/b246/b246ncrkqseqkijqqby.php
https://sexonly.top/get/b851/b851sqsihnrcgboquyz.php
https://sexonly.top/get/b714/b714yazfybmgwubagce.php
https://sexonly.top/get/b552/b552ollxitdhhlkubgq.php
https://sexonly.top/get/b213/b213ikiduvfduqvovqy.php
https://sexonly.top/get/b515/b515netuojlfmrqwyke.php
https://sexonly.top/get/b825/b825phjnwvyqgengger.php

#16 By 4240821 (103.151.103.150) at 10/30/2023 9:18:34 AM
https://www.quora.com/profile/JenniferBlake116/Emibanana-Nm1991-Ms_Euphoria-pandorandherbox-Chocolatemamas18-Youramanda-shadessoft-Pottergoth94-Mistres
https://www.quora.com/profile/DerrickLedet211/EsmiMari-Vickyafterschool-gina-gerson-sindee-dix-Anhelita-Mocasplayhouse-RitaFivemoore-VanceCreampie-Sad
https://www.quora.com/profile/RobbyAli983/AliBordeaux1703-Swoleesi-florencebigsizebb-lightfairyofficial-BunBunChloe-CoupleBand-Thick-Gwen-THORNY15
https://www.quora.com/profile/AshleyBrown539/Mia-Lauren-Malkova-LittleMissNova-angle32100-Mlfnxtdoor-Lauretta-waters-Eleactic-thekinkymind-EbonyDaGreml
https://www.quora.com/profile/HeatherDiaz125/Rebecca_Jaxon-BunnyBlue8888-Latina-Small-amber-stark-Arrestme1-Tori-Rae-vixendoll-ChoobScoops-Morenateen
https://www.quora.com/profile/BrittanySmith730/Morgan-Entertainment-Steffi-Kraft-AkameQueen-charlotte-sins-KhemeticGoddess-RosieChanel-breakfastforbed-Em
https://www.quora.com/profile/BrendaJamison129/Lanaandpierre-PrincessKitten-Purrs-ariana-diamond-Wicked-Ashlynn-venusss_model-AmeliaxJade-Slutwifecpl-Tok
https://www.quora.com/profile/DeryFelony797/Tanatopaz-amber-q-Wednesdayadams31-Guni-Girl-maxie1024-BadLilBella-Lunaamelia-kesha_ortega_oficial-Kilan
https://www.quora.com/profile/NatalieHinton146/Secret-of-Magic-luluspuppy-PetTheCosmicKitten-SakuYAYA-ElfChiku-belladonalight-AshleyTwist-missdocinho-D
https://www.quora.com/profile/CoryBryant916/LatinaMILFxBBC-RoseMaryWood-Kailiah27-riahhhhhhh_-HornyUniCouple-Sandy-kane-Carina-Almeida-thefoxxnextdoor

#17 By 4240821 (103.152.17.80) at 10/31/2023 3:05:45 AM
https://app.socie.com.br/read-blog/97541
https://app.socie.com.br/BlondeTemptationMiaandChris
https://app.socie.com.br/read-blog/97642
https://app.socie.com.br/read-blog/97255
https://app.socie.com.br/read-blog/97530
https://app.socie.com.br/read-blog/97508
https://app.socie.com.br/Curvygirl1HazelX
https://app.socie.com.br/read-blog/97491
https://app.socie.com.br/Mxmellehereforpayandplay
https://app.socie.com.br/read-blog/97501

#18 By 4240821 (103.151.103.150) at 10/31/2023 9:41:42 PM
https://app.socie.com.br/LamasquaradeWetnreadymermaid
https://app.socie.com.br/read-blog/98725
https://app.socie.com.br/LotusLazulistickyfingr
https://app.socie.com.br/genevese1aaliyahgisele
https://app.socie.com.br/read-blog/97207
https://app.socie.com.br/read-blog/98675
https://app.socie.com.br/Loversinlovenestpixie333
https://app.socie.com.br/read-blog/97442
https://app.socie.com.br/AshliBelleLeahxo33
https://app.socie.com.br/read-blog/98858

#19 By 4240821 (62.76.146.75) at 11/1/2023 4:16:45 AM
http://activewin.com/mac/comments.asp?ThreadIndex=84294&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=54943&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=7588&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=8561&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=26854&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=12520&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=3557&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=7149&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=28540&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=83933&Group=Last

#20 By 4240821 (2.57.151.31) at 11/2/2023 9:38:40 AM
http://activewin.com/mac/comments.asp?ThreadIndex=33713&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=13237&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=60818&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=75491&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=83805&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=17136&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=15336&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=16114&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=33899&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=2711&Group=Last

#21 By 4240821 (212.193.138.10) at 11/3/2023 12:54:31 PM
http://activewin.com/mac/comments.asp?ThreadIndex=57551&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=44410&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=30356&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=16421&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=54581&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=79269&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=9658&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=23455&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=39283&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=20909&Group=Last

#22 By 4240821 (109.94.216.41) at 11/5/2023 4:44:23 AM
https://hotslutss.bdsmlr.com/post/656395553
https://hotslutss.bdsmlr.com/post/650068302
https://hotslutss.bdsmlr.com/post/659725890
https://hotslutss.bdsmlr.com/post/653633155
https://hotslutss.bdsmlr.com/post/649062972
https://hotslutss.bdsmlr.com/post/649939065
https://hotslutss.bdsmlr.com/post/650659506
https://hotslutss.bdsmlr.com/post/649103132
https://hotslutss.bdsmlr.com/post/661426226
https://hotslutss.bdsmlr.com/post/654015971

#23 By 4240821 (92.119.163.194) at 11/6/2023 4:08:03 AM
https://printable-calendar.mn.co/members/19893276
https://printable-calendar.mn.co/members/19910342
https://printable-calendar.mn.co/members/19916359
https://printable-calendar.mn.co/members/19896497
https://printable-calendar.mn.co/members/19896847
https://printable-calendar.mn.co/members/19894030
https://printable-calendar.mn.co/members/19893255
https://printable-calendar.mn.co/members/19900678
https://printable-calendar.mn.co/members/19916824
https://printable-calendar.mn.co/members/19914003

#24 By 4240821 (62.76.146.75) at 11/8/2023 12:13:43 PM
https://www.hackerearth.com/@biovideri1979
https://www.hackerearth.com/@necsaciri1971
https://www.hackerearth.com/@surnandnessfor1978
https://www.hackerearth.com/@trelenexber1979
https://www.hackerearth.com/@guikenglanva1987
https://www.hackerearth.com/@taicomreatac1979
https://www.hackerearth.com/@mortdekkare1974
https://www.hackerearth.com/@talitighly1986
https://www.hackerearth.com/@planofarac1980
https://www.hackerearth.com/@navaruro1982

#25 By 4240821 (45.146.26.215) at 11/10/2023 3:28:49 PM
http://www.ttbizonline.com/pro/20231109155923
http://www.ttbizonline.com/pro/20231109113535
http://www.ttbizonline.com/pro/20231109184236
http://www.ttbizonline.com/pro/20231110002928
http://www.ttbizonline.com/pro/20231109143620
http://www.ttbizonline.com/pro/20231109234809
http://www.ttbizonline.com/pro/20231109041500
http://www.ttbizonline.com/pro/20231109124723
http://www.ttbizonline.com/pro/20231109205719
http://www.ttbizonline.com/pro/20231109173007

Write Comment
Return to News
  Displaying 1 through 25 of 161
Last | Next
  The time now is 2:18:37 AM ET.
Any comment problems? E-mail us
User name and password:

 

  *  
  *   *