Results 1 to 26 of 26

Thread: Linux dot net?

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    Linux dot net?

    I remember hearing something about a .NET for linux (like vb.net, asp.net).....


    Anyone with some info?
    retired member. Thanks for everything

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Well I'm not entirely sure what .NET actually is. From what I can tell, it sounds a bit like CORBA.
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    What's CORBA?



    Anyways, yeah I heard something about an open-source imitation of .NET.
    I'm bringing geeky back...

  4. #4

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    it was called Open..........something
    retired member. Thanks for everything

  5. #5
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Originally posted by markman
    it was called Open..........something
    How Specific
    I'm bringing geeky back...

  6. #6

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    i think all linux things are now actually

    nice sig. its not glaringly ugly, but catchy. good job
    retired member. Thanks for everything

  7. #7
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    CORBA is (I think) Common Object Request Brokering Architecture. I think it's sort of a protocol for objects to talk to each other in a distributed system.
    Harry.

    "From one thing, know ten thousand things."

  8. #8
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Originally posted by markman
    i think all linux things are now actually

    nice sig. its not glaringly ugly, but catchy. good job
    Thanks

    I change it every few days...

    I might be wrong but I think .NET is something similar to what Harry mentioned, probably some big protocol that kinda ties in a lot of applications and makes them talk to each other in one language. Sounds like it's got potential, but we'll have to wait and see.

    Of course that's not a very technical explanation, but, you might get the point...
    I'm bringing geeky back...

  9. #9
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    If it is like CORBA then... well, CORBA has been around for quite some time, and it's not platform dependant. It must be different somehow.
    Harry.

    "From one thing, know ten thousand things."

  10. #10

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    isnt there an option now to make vb platform independent? read it on some vb.net article (karl?)
    retired member. Thanks for everything

  11. #11
    Zaei
    Guest
    Like COM, too. Sounds like yet another MS plot to get tenticles into yet another tech market =). Actually, if it is, MS might be committing suicide, by actually making Linux even more viable as a home desktop operating system =).

    Z.

  12. #12
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Originally posted by Zaei
    Like COM, too. Sounds like yet another MS plot to get tenticles into yet another tech market =). Actually, if it is, MS might be committing suicide, by actually making Linux even more viable as a home desktop operating system =).

    Z.
    What makes you think it's gonna flop?
    I'm bringing geeky back...

  13. #13
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by jpbtennisman
    What's CORBA?



    Anyways, yeah I heard something about an open-source imitation of .NET.
    Commanda Cobra and da GI JOES, yo.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  14. #14
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    HarryW-C would it be???

  15. #15
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Originally posted by The Hobo


    Commanda Cobra and da GI JOES, yo.
    That would be a dyslexic Commander Cobra.

    I'm bringing geeky back...

  16. #16
    Zaei
    Guest
    I said nothing about flopping, but it could hurt business =).

    Z.

  17. #17
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Linux .NET framework-> http://www.go-mono.com

    .NET is a more like Java than CORBA or COM.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  18. #18
    Hyperactive Member thinktank2's Avatar
    Join Date
    Nov 2001
    Location
    Arctic
    Posts
    272
    markman: I remember hearing something about a .NET for linux (like vb.net, asp.net).....
    Anyone with some info?

    HarryW : Well I'm not entirely sure what .NET actually is. From what I can tell, it sounds a bit like CORBA.

    jpbtennisman : What's CORBA?
    Anyways, yeah I heard something about an open-source imitation of .NET.

    markman : it was called Open..........something

    jpbtennisman : How Specific

    markman : i think all linux things are now actually

    nice sig. its not glaringly ugly, but catchy. good job

    HarryW : CORBA is (I think) Common Object Request Brokering Architecture. I think it's sort of a protocol for objects to talk to each other in a distributed system.
    CORBA is similar to COM(component object model). They are both specifications for componentisizing software. That is ... instead of building monolithic applications, the application logic is split up in to components which can be reused by other software.

    Microsoft's COM has directly influenced, the Bonobo specification (Simian) and XPCOM (mozilla org).

    Microsoft's Dot Net is an Environment/Platform for building and running Distributed applications. Dot Net's Development model has reduced the significance of COM based applications. You can build your .NET applications without relying on any of the COM,DCOM based technologies.

  19. #19

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    Originally posted by Cander
    Linux .NET framework-> http://www.go-mono.com
    not a full release yet. damn
    retired member. Thanks for everything

  20. #20
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Originally posted by Beacon
    HarryW-C would it be???
    ???
    Harry.

    "From one thing, know ten thousand things."

  21. #21
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    I saw a posting somewhere about unix forget from a person HarryW signed off as Harry Woodard-Clarke

    Was wandering if it was you or not!

  22. #22
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    No, thank **** that is not my name or I'd sound like a right poofter
    Harry.

    "From one thing, know ten thousand things."

  23. #23
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Originally posted by markman


    not a full release yet. damn
    Well they claim it is workable for some limited apps, but I cannot get the damn thing isntalled at all on Red Hat 7.2. Tried the rpm packages and compiling the source, cant get either to work..oh well..
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  24. #24
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    313
    ok my dad works for compaq or now hp who is closly tied with M$. .net is a server OS that allows the server to remember who the user is that loggs in. Like you you sign in the MSN messenger you will see .net at the top. That is just the start in other words it is tieing msn messenger or any site that uses .net together. So say you sign in to msn messenger or microsoft zone .net or something like that, and the say amazon.com switches to a .net server when you go to buy something you wont have to fill in your credit card info or anything it will know you are signed into .net and get all that info from microsoft. In other words it M$ way to take over the server biz to get all these websites to run there servers off the .net server os. Just so there customers dont have to enter info any more to speed up transactions etc. .net is coming out in like a year since my dad has an MSDN subscription we have the betas of it, i think i saw a 32bit one and a 64bit one in there. But yeah that's what .net is. Vb.net on the other had is to write programs to be used with .net servers like web based applications. I doublt M$ would release a .net server look alike for linux it would defeat the pourpose of M$ writeing this os to take over the server market now since they own the desktop market.

  25. #25

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    I see the seriousness of you post, but that avatar....
    retired member. Thanks for everything

  26. #26
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    313
    thank you thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width