Re: Any improvements in performance for .NET 3.5?




If I asked you to describe WCF in few lines what would you say?
Also if you could say why it's so productive for you?
Does WCF support server initiated messages to the Clients?

The little bit that I have read it sound like a combination of remoting and
webservices, better performance, easier security, and sounds like a more
robust messaging system...

I have been using VS beta using the 2.0 Framework, seems to work fine there,
and plan to do more research soon in the 3.5 Framework...

Currently I prefer Remoting over webservices, seems webservices are a pain
to maintain, deployment & IIS issues, config issues, debugging issues, web
reference issues.

Thanks,

Schneider


"Chris Mullins [MVP - C#]" <cmullins@xxxxxxxxx> wrote in message
news:eYV$qLhAIHA.4984@xxxxxxxxxxxxxxxxxxxxxxx
I'm pretty happy so far with .Net 3.5. The new features are great, and
really make it easier to write code.

If I had to prioritize between:
1 - "Develop and ship WCF and LINQ"
2 - "Make the Jitter do better optimizations on x86 and x64", I can say,
without any doubt, I would go with WCF.

The new stuff is such a huge boost in terms of developer productivity,
that it far outstrips everything else.

I do my fair shair of ripping on .Net from time to time, but you've got to
give credit where it's do. The new stuff is really fantastic.

--
Chris Mullnis

"schneider" <eschneider.news.ms@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:%230ZBEvgAIHA.484@xxxxxxxxxxxxxxxxxxxxxxx
That's great, would like hear to more, but seems the info is hard to
find. Seems they spend more time building new things, and less time
improving existing items.

I think I heard somewhere there is a lot of room for improvement in CLR
optimization...

Schneider



"Chris Mullins [MVP - C#]" <cmullins@xxxxxxxxx> wrote in message
news:esOGYzfAIHA.4956@xxxxxxxxxxxxxxxxxxxxxxx
In the Networking area, there are quite a few. Both in terms of
throughput and scalability.

They fixed some issues with the datastructure that holds Overlapped I/O
objects that caused probably with >50k open sockets, eliminated a number
of cases surrounding pinning/unpinning/pinning memory, and some other
goodies.

I'm not sure about other areas, but I can tell ya C# 3 is a huge boost
for developer performance!

--
Chris Mullins

"schneider" <eschneider.news.ms@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:Ov28q7x7HHA.2752@xxxxxxxxxxxxxxxxxxxxxxx
Is there any improvements in performance for .NET 3.5?

All I hear about is the new features.



Thanks,

Schneider










.



Relevant Pages

  • Re: How to compensate for missing header information in WSDL?
    ... What webservices system are you using? ... You need WSE or WCF to do that... ... ASMX doesn't really support anything ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: WCF vs .Net remoting
    ... I think they're moving towards WCF. ... As I have written before MS was encouraging to use remoting in non- ... | Robin S. ... There's a lot about webservices but nothing about remoting ...
    (microsoft.public.dotnet.general)
  • Re: How do I have 2-way communication with Service?
    ... If you have some knowlegde on webservices, ... Most books on WCF describe the most important steps in the first few chapters. ...
    (microsoft.public.dotnet.languages.csharp)
  • WSE and transactions??
    ... can I work with transactions between webservices with WSE? ... WCF?? ... Cesar ...
    (microsoft.public.dotnet.languages.csharp)

Loading