Results 1 to 10 of 10

Thread: The ASP.NET Web Matrix Project

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396

    The ASP.NET Web Matrix Project

    ASP.NET Web Matrix is a community-supported, easy-to-use WYSIWYG application development tool for ASP.NET. It can be installed via a quick 1.2 MB download (about 5 minutes using a 56Kb modem). Best of all — it's absolutely free!

    http://www.asp.net/webmatrix/

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Normally I would say this is the not an ad forum...but...WOW! This is excellent. I recommend everyone to get this. If you dont have VS .NET, obviously that is a good reason to get it, and if you do have VS .NET, this is faster and feels cleaner.

    Excellent IDE.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Fanatic Member Patoooey's Avatar
    Join Date
    Aug 2001
    Location
    New Jersey, USA
    Posts
    774
    Originally posted by Cander
    Normally I would say this is the not an ad forum...but...WOW! This is excellent. I recommend everyone to get this. If you dont have VS .NET, obviously that is a good reason to get it, and if you do have VS .NET, this is faster and feels cleaner.

    Excellent IDE.
    WOW is right.

    This is a must have for any one doing ASPX coding without VS.Studio(lack of IntelliSense will annoy Studio users).

    I downloaded it yesterday and am VERY impressed that MS could create something this clean and lite-weight(only 1.2 MB download ??!)

    It even comes with it's own "lite" WEB server for those who have no use for all the bells and whistles of IIS.

    And while it doesn't create CodeBehind DLLs(a plus in my book), it does generate DLLs for any Webservice you want to access.

    Very cool.

    John

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    another thing that is cool is that it only requires the 21 meg framework. So even though you couldnt run the IIS stuff with it, and they say its for 2000 and XP, it may still be installable on 98/ME so you could at least build pages on that as VS .NET doesnt isntall on 98/ME. Heck they didnt mention NT 4 in the specs and I was able to isntall it on NT and it works fine.

    NOTE: There are some bugs still in it and features missing since it is just a preview, but it still works great, and beats notepad and VS .NET hands down.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    New Member
    Join Date
    Jul 2002
    Location
    Alaska
    Posts
    3

    Question Web Matrix??It will Help Prog:)?

    Hi
    I am start Dev In asp.net Is ASP.NET Web Matrix can help me
    Do thing easly ? and Do I need to use COM+ as I did before ?
    Thank You !

    Elizabeth

    [email protected]

  6. #6
    Junior Member
    Join Date
    Mar 2002
    Posts
    24
    ------------------------------------------------------------
    And while it doesn't create CodeBehind DLLs(a plus in my book), it does generate DLLs for any Webservice you want to access.
    ------------------------------------------------------------


    How could u do that? do u need only the wsdl file?

  7. #7
    Fanatic Member Patoooey's Avatar
    Join Date
    Aug 2001
    Location
    New Jersey, USA
    Posts
    774
    Originally posted by tasmisr
    How could u do that? do u need only the wsdl file?
    Yes.....Click on "Tools-WebService Proxy Generator" and put the link in to the wsdl and it creates and compiles the webservice class for you.

    Very nice.

    That can be done also at a command prompt but Matrix makes it easier.

  8. #8
    Junior Member
    Join Date
    Mar 2002
    Posts
    24
    so, when it produces a .dll file, this file could easly be used in other languages, like java, to call the original webservice methods and properties , am I right?

  9. #9
    Fanatic Member Patoooey's Avatar
    Join Date
    Aug 2001
    Location
    New Jersey, USA
    Posts
    774
    Originally posted by tasmisr
    so, when it produces a .dll file, this file could easly be used in other languages, like java, to call the original webservice methods and properties , am I right?
    There are a number of different languages that will work with webservices. C++, C#, VB and (Microsofts version of Java), J++ will work. I found a COBOL version that was re-designed to work with .NET that worked(looked REALLY freaky tho ).

    But.....regular Java isn't going to know squat about Webservices.


    John

  10. #10
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    No the .NET dll will not work with other non .NET languages. They will have their own way of calling the web services.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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