Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
June, 2009
MSDN Blogs
>
.NET Blog
>
June, 2009
.NET Blog
A first hand look from the .NET engineering teams
Executive Bloggers
S. Somasegar
Jason Zander
Brian Harry
Scott Guthrie
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Languages
Visual Basic
Visual C#
Visual C# by Eric Lippert
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Subscribe
Comments
Contact
Tags
.net framework
announcement
async
bcl
blog
clr
fundamentals
metro style
performance
releases
More
▼
Less
▲
Related resources
.NET Framework Developer Center
Visual Studio Product Website
Translate this page
Powered by
Microsoft® Translator
Menu
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Atom
Archives
Archives
May 2012
(1)
April 2012
(2)
March 2012
(3)
February 2012
(1)
October 2011
(2)
September 2011
(2)
June 2011
(1)
April 2011
(1)
November 2010
(1)
September 2010
(1)
June 2010
(2)
May 2010
(2)
April 2010
(1)
March 2010
(3)
February 2010
(2)
December 2009
(2)
November 2009
(3)
October 2009
(4)
September 2009
(1)
August 2009
(5)
July 2009
(4)
June 2009
(8)
May 2009
(11)
April 2009
(2)
March 2009
(5)
February 2009
(4)
January 2009
(3)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Blog
Enabling CAS Policy Compatibility Mode for a Project
Posted
over 3 years ago
by
Abhishek_Mondal
0
Comments
If you’re migrating a VS project over to VS 2010 Beta1 and you are calling code that is passing Evidence objects to the runtime expecting security policy resolution, or if you’re using a permission Deny , you may run into the following exception: NotSupportedException...
.NET Blog
Getting more information than the exception class provides
Posted
over 3 years ago
by
Abhishek_Mondal
9
Comments
We recently had a question about how to get more information than an exception’s type provides. The developer was trying to copy a file and didn’t know why the copy was failing. File copies can fail for many reasons, almost all of them what Eric Lippert...
.NET Blog
Tail Call Improvements in .Net Framework 4
Posted
over 3 years ago
by
Abhishek_Mondal
1
Comments
Grant Richins has a post on the CLR Code Generation team blog that covers the work done to improve the x64 JIT to honor the "tail." instruction prefix, thereby making functional languages like F# more viable. You can find the full post here .
.NET Blog
What's New for .Net Framework Security
Posted
over 3 years ago
by
Abhishek_Mondal
1
Comments
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...
.NET Blog
New Security Model: Moving to a Better Sandbox
Posted
over 3 years ago
by
Abhishek_Mondal
9
Comments
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...
.NET Blog
In-Process Side by Side Part 2 - Common in-proc SxS scenarios
Posted
over 3 years ago
by
Abhishek_Mondal
6
Comments
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...
.NET Blog
In-Process Side by Side (Part1)
Posted
over 3 years ago
by
Abhishek_Mondal
10
Comments
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...
Page 1 of 1 (7 items)