Showing category results for .NET

Mar 30, 2010
Post comments count0
Post likes count0

BCL CodePlex Site Launch

CLR Team

Today the BCL Team is launching a CodePlex site to host samples, previews, and prototypes.  You can find it at http://bcl.codeplex.com. This is a site for the BCL Team to get features to customers to try out without requiring a Beta or CTP of the .NET Framework.  Our goal is to put generally useful functionality on the CodePlex site, and ...

.NET
Mar 3, 2010
Post comments count0
Post likes count0

CLR Inside Out – Migrating an APTCA Assembly to the .NET Framework 4

CLR Team

    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line.  This month we have an article from Mike Rousos on Migrating an APTCA Assembly to the .NET Framework 4.  The article details the changes to the security model in .NET Framework 4 and how that will affect authors of All...

.NET
Mar 1, 2010
Post comments count0
Post likes count0

Developer Productivity Survey – Help us build the right product!

CLR Team

With .NET 4 on the verge of being released, we have started working on how we can make the .NET platform even better suit your needs. We have come up with a survey focusing on overall application development lifecycle productivity and some specific areas where we have gotten customer feedback in the past like complexity of the framework,diagnostics...

.NET
Feb 16, 2010
Post comments count0
Post likes count0

Announcing a new CLR Team Codeplex Project: CLR Runtime Activation

CLR Team

This Codeplex site will feature demos, samples, and helper libraries related to the selection and activation of the CLR: http://clractivation.codeplex.com/With .Net Framework 4 and VS 2010 the new ability to load multiple versions of the runtime has changed the way a version is chosen for any particular piece of managed code and gives developers mu...

.NET
Feb 15, 2010
Post comments count0
Post likes count0

CLR Inside Out – Formatting and Parsing Time Intervals

CLR Team

    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line.  This month we have an article from Ron Petrusha on Formatting and Parsing Time Intervals in the .NET Framework 4.  The article contains details on new parsing and formatting support for TimeSpan values, as well as som...

.NET
Dec 1, 2009
Post comments count0
Post likes count0

Sharing Silverlight Assemblies with .NET Apps

CLR Team

At the recent PDC, Scott Guthrie announced in his Silverlight 4 keynote that we had implemented a new feature, to enable developers to share certain assemblies between Silverlight and .NET. There are many differences between Silverlight and full .NET including WPF, and this new feature doesn’t solve those differences – in those cases, you’ll still ...

.NET
Dec 1, 2009
Post comments count0
Post likes count0

CLR Inside Out – In-Process Side-by-Side

CLR Team

    The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line.  This month we have an article from Jesse Kaplan and Luiz Fernando Santos on In-Process Side-by-Side.  The article contains details on this new .NET Framework 4 feature and the problems it solves.  It is especiall...

.NET
Nov 17, 2009
Post comments count0
Post likes count0

CLR-Related PDC 2009 Sessions

CLR Team

If you’re at PDC this year and are reading the CLR Team’s blog, there are a few sessions that might be of interest to you. ·         Future of Garbage Collection is a session by the creator of the CLR’s GC, Patrick Dussud.  Come hear him talk Wednesday at 1:00PM in Petree Ha...

.NET
Nov 13, 2009
Post comments count0
Post likes count0

How to Make the Most of Your .NET Server Code

CLR Team

One of our team’s field engineers recently sent a link to a Channel 9 video: Steve Michelotti of e.magination on High Performance Web Solutions. This company built a 64-bit web server that handles over 3 billion transactions a day and guarantees a 250 ms response time.  And it goes without saying that they built it on top of .NET. The t...

.NET
Nov 10, 2009
Post comments count0
Post likes count0

CLR Inside Out – Exploring the .NET Framework 4 Security Model

CLR Team

  The new installment of the “CLR Inside Out” column in MSDN Magazine is now available on line.  This month we have an article from Andrew Dai on Exploring the .NET Framework 4 Security Model.  This article discusses how the new .NET Framework 4 security model makes it easier to work with partially trusted code. You c...

.NET