Showing results for .NET - .NET Blog

Jun 11, 2009
Post comments count0
Post likes count0

What’s New for .Net Framework Security

CLR Team
CLR Team

 Shawn Farkas, CLR security developer, has started a cool series of posts on what’s new in .NET Framework 4 security. If you’re doing any work with or have scenarios involving partially trusted code, you’ll want to take a look. Topics include sandboxing, Code Access Security (CAS) Policy, and a nifty Channel 9 video. Check it...

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

New Security Model: Moving to a Better Sandbox

CLR Team
CLR Team

 For .Net Framework 4, we decided to remove the dependency on caspol and the policy levels and make things simpler. With this change, the default grant-set for assemblies is now FullTrust unless the host (such as InternetExplorer) decides to load them in a sanbox. We also made CodeAccessPermission.Deny obsolete. This MSDN article des...

.NET
Jun 7, 2009
Post comments count0
Post likes count0

In-Process Side by Side Part 2 – Common in-proc SxS scenarios

CLR Team
CLR Team

Update: The information in this blog post applies to pre beta-1 behavior and is not applicable to beta 2 and RTM. We will have more posts and documentation on this subject as we get closer to RTM.  This section covers the most common in-process side by side scenarios. The scenarios cover which CLR is used to run the specific code, given a...

.NET
Jun 3, 2009
Post comments count0
Post likes count0

In-Process Side by Side (Part1)

CLR Team
CLR Team

One of the new features in CLR 4 is In-Process Side-by-side (Inproc SxS) – a feature that lets you use multiple versions of .NET in the same process. For applications that use add-ins (particularly COM add-ins), in-proc SxS lets us provide a level of compatibility never before possible. If you write applications that use an add-in model (for Office...

.NET
Jun 3, 2009
Post comments count0
Post likes count0

In-Process Side by Side (Part1)

CLR Team
CLR Team

One of the new features in CLR 4 is In-Process Side-by-side (Inproc SxS) – a feature that lets you use multiple versions of .NET in the same process. For applications that use add-ins (particularly COM add-ins), in-proc SxS lets us provide a level of compatibility never before possible. If you write applications that use an add-in model (for Office...

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

CLR Inside Out – Memory Usage Auditing For .NET Applications

CLR Team
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 Subramanian Ramaswamy and Vance Morrison on Memory Usage Auditing For .NET Applications. You can find a list of all “CLR Inside Out” articles here.  As always, please let us know if y...

.NET
May 29, 2009
Post comments count0
Post likes count0

.Net Framework Performance Survery

CLR Team
CLR Team

Everyone has probably dealt with an annoying performance issue at some point or the other. Performance optimization is a hard problem and we could sure use some help from you. We have a survey posted at the CLR and Framework Performance blog over here. The survey contains questions assessing your level of satisfaction specific to .Ne...

.NET
May 29, 2009
Post comments count0
Post likes count0

More Channel 9 Videos on CLR 4

CLR Team
CLR Team

And the videos keep coming in! We have Shawn Farkas who works on the security model, talking about the new managed security model. Check out the video here. And then we have Surupa Biswas, from the CLR Code Generation team, talking about the new Targeted Patching work in CLR 4. The link to the video is here.

.NET
May 27, 2009
Post comments count0
Post likes count0

Improvements to NGen in CLR 4

CLR Team
CLR Team

Surupa Biswas has a post in the CodeGen team blog on new features in NGen coming out as part of CLR 4. The post covers NGen SxS (that's side-by-side) and multi-proc NGen, and goes into detail on the work that went into making Targeted Patching possible. Read the post here.

.NET
May 27, 2009
Post comments count0
Post likes count0

More Channel 9 videos

CLR Team
CLR Team

We have more Channel 9 videos from the CLR team for your enjoyment! The Base Class Libraries (BCL) team talks about some of the new features in the next version of BCL over here. We have Maoni Stephens and Andrew Pardoe talking about Background Garbage Collection over here. The CLR Debugger team talks about new debugging and profiling enhancemen...

.NET