Re: C# vs. ASP for web services?
From: Joyjit Mukherjee (joyjit_mukherjee_at_hotmail.com)
Date: 08/17/04
- Next message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: C# vs. ASP for web services?"
- Previous message: Eric Sabine: "Re: C# vs. ASP for web services?"
- In reply to: Joyjit Mukherjee: "Re: C# vs. ASP for web services?"
- Next in thread: Eric Sabine: "Re: C# vs. ASP for web services?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Aug 2004 17:49:59 +0530
Hi,
Sorry for my earlier post. You need the comparison of ASP.NET & C#, i
suppose.
See ASP.NET is a platform for developing web applications for .NET. And C#
is a OO language designed for the .NET platform. So you can write web
services in C#, VB.NET & over a dozen other .NET aware languages.
Regards
Joyjit
"Joyjit Mukherjee" <joyjit_mukherjee@hotmail.com> wrote in message
news:%23NFqQNFhEHA.3264@tk2msftngp13.phx.gbl...
> Hi,
>
> I wonder how could you use ASP within the .NET environment to write web
> services. The former is unmanaged code, while C# produces managed code, is
> optimized, produces MSIL that is compiled to native code by the JIT
> compiler, and executes under CLR. Moreover, C# takes advantage of .NET
> Framework to use ADO .NET to connect to SQL Server 2K, which improves
> performance.
>
> Regards
> Joyjit
>
> "Brett" <Brett@discussions.microsoft.com> wrote in message
> news:17F90A70-EF49-4B49-BF04-E6050C09CB5D@microsoft.com...
> > I want to use .NET for writing web services that will mainly call SQL
> Server
> > (2000) stored procedures in a database. What are the
> > advantages/disadvantages of using C# vs. ASP and vice versa?
> >
> > Also, if any one is familiar with ColdFusion MX, what are the
> > advantages/disadvantages of using .NET (one of the two languages above)
to
> > write the same web service vs. using CFMX?
> >
> > Thanks,
> > Brett
>
>
- Next message: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: C# vs. ASP for web services?"
- Previous message: Eric Sabine: "Re: C# vs. ASP for web services?"
- In reply to: Joyjit Mukherjee: "Re: C# vs. ASP for web services?"
- Next in thread: Eric Sabine: "Re: C# vs. ASP for web services?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|