Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
.NET Blog
Server & Tools Blogs
>
Developer Tools Blogs
>
.NET Framework Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
.NET Framework Blog
A first hand look from the .NET engineering teams
@dotnet
@aspnet
Translate this page
Powered by
Microsoft® Translator
Upcoming .NET meetups
DateTime
Event
Group
Retrieving list of events ...
Next 50 .NET user group meetups
Related resources
.NET Framework SDKS and Targeting Packs
.NET Framework Developer Center
Visual Studio Developer Center
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Live Now on Developer Tools Blogs
Tags
.net compact framework
.net framework
announcement
async
bcl
blog
clr
compatibility
conferences
diagnostics
docs
fundamentals
metro style
netcf 3.9
nuget
performance
portable class libraries
releases
visual studio
windows embedded compact 2013
windows store
More
▼
Less
▲
Archives
Archives
May 2013
(1)
April 2013
(2)
February 2013
(1)
January 2013
(1)
December 2012
(2)
November 2012
(5)
October 2012
(5)
September 2012
(1)
August 2012
(3)
July 2012
(2)
June 2012
(2)
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
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Blog
.NET Crash Dump and Live Process Inspection
Posted
19 days ago
by
Immo Landwerth [MSFT]
19
Comments
Analyzing crash dumps can be complicated. Although Visual Studio supports viewing managed crash dumps, you often have to resort to more specialized tools like the SOS debugging extensions or WinDbg. In today’s post, Lee Culver, software developer...
.NET Blog
Social Engineering
Posted
26 days ago
by
Immo Landwerth [MSFT]
0
Comments
When people in our industry use the term “social engineering” they are usually referring to security attacks . Politicians and lobbyists would mean something entirely different too. But that’s not what I will talk about here. Instead...
.NET Blog
.NET Memory Allocation Profiling with Visual Studio 2012
Posted
1 month ago
by
The .NET Team
7
Comments
This post was written by Stephen Toub, a frequent contributor to the Parallel Programming in .NET blog . He shows us how Visual Studio 2012 and an attention to detail can help you discover unnecessary allocations in your app that can prevent it from achieving...
.NET Blog
.NET Framework Documentation Improvements
Posted
2 months ago
by
Brandon Bray
29
Comments
The CLR documentation team has been busy responding to feedback and making updates and changes to the .NET Framework documentation in the MSDN Library. We would like to tell you about the most recent set of document updates, which were published earlier...
.NET Blog
C# is the “Language of the Year”
Posted
4 months ago
by
Brandon Bray
12
Comments
It’s a great way to start a new year: the PYPL index has named C# the language of the year . This index focuses on the leading indicator of learning a language. It’s nice to see that there’s been increased interest in C# over the past year. In the spirit...
.NET Blog
Downloading the .NET Framework and Visual Studio Express Editions and SDKs
Posted
5 months ago
by
Brandon Bray
5
Comments
We see a lot of daily traffic through the .NET blog and the .NET dev center on MSDN . It is clear from the web traffic data that a key task for many of you is downloading more .NET software, to expand your options and experience developing .NET apps....
.NET Blog
Talking about .NET in the Community Press
Posted
5 months ago
by
Brandon Bray
3
Comments
We follow a lot of blogs and digital papers relating to both .NET and also technology in general. There is a lot of great content that gets published every day about .NET. We’re starting a new series to publish these great links, doing our part to help...
.NET Blog
Asynchronous Programming for Windows Store Apps: .NET is up to the Task
Posted
5 months ago
by
Brandon Bray
12
Comments
Programming with async and await is the driving force behind delivering “fast and fluid” user experiences. Compiler diagnostics for async APIs guide developers towards best practices – it’s a wonderful example of platform and tooling working together...
.NET Blog
Building Windows Store Apps with .NET
Posted
5 months ago
by
Brandon Bray
11
Comments
For .NET developers, this is the best time to build client apps. Never before have the Windows APIs been so easy to use from C# or Visual Basic without wrapping them with custom libraries. So far, we’ve seen some amazing apps in the Windows Store built...
.NET Blog
Introducing NETCF 3.9 in Windows Embedded Compact 2013 – a faster, leaner and multi-core runtime!
Posted
6 months ago
by
Brandon Bray
19
Comments
Ever since .NET Compact Framework was introduced at the PDC conference in 2001, programming with .NET has scaled from some of the smallest devices to the largest servers. With C# and Visual Basic, developers can apply the same skills to program both devices...
.NET Blog
Scaling cloud apps with the .NET Framework 4.5
Posted
6 months ago
by
Brandon Bray
1
Comments
The .NET Framework 4.5 is now available on Windows Azure. Thank you to everyone cheering for this moment. We’re just starting to see the possibilities that a rich developer framework like the .NET Framework and the cloud can have together. Richard Lander...
.NET Blog
The Microsoft Build 2012 Event — .NET Framework Highlights
Posted
6 months ago
by
Brandon Bray
0
Comments
It was at the first BUILD conference last year that we announced the .NET Framework 4.5. BUILD last week was a big opportunity for us to reflect on the incredible things you can do with .NET 4.5 and Windows 8. It was also a place where we could launch...
.NET Blog
Announcing the release of the .NET Framework for Windows Phone 8
Posted
6 months ago
by
Brandon Bray
13
Comments
Bringing the full power of the Windows based CLR and .NET Framework to the Windows Phone has been several years in the making. The .NET capabilities introduced with Windows Phone 8 builds upon many of the investments we’ve made across all platforms and...
.NET Blog
An easy solution for improving app launch performance
Posted
7 months ago
by
Brandon Bray
14
Comments
Over the last ten years of building the .NET runtime, quite a number of assumptions have changed. Early on we could assume that most computer users only had one processor. Today, the assumption is that you have at least two processors. While including...
.NET Blog
.NET Framework 4.5 – Off to a great start
Posted
7 months ago
by
Brandon Bray
14
Comments
The .NET Framework just passed 3 million downloads. During this time, we’ve been monitoring your experience, paying attention to both telemetry and social traffic. One of the first things I do every morning is read through all the Twitter traffic about...
.NET Blog
Improvements in .NET Framework Setup for Developers, IT Pros, and Users
Posted
7 months ago
by
Brandon Bray
2
Comments
The only experience most Microsoft customers have with the .NET Framework is the deployment and installation experience, which is why we spend so much time analyzing opportunities to improve it. For .NET 4.5, our goal was to build a product that was equivalent...
.NET Blog
Improving Your App's Performance with PerfView
Posted
7 months ago
by
Brandon Bray
6
Comments
Late last year, Vance Morrison, who is currently an architect on the .NET Framework Performance team, released PerfView , which is a new performance tool for .NET developers. PerfView helps you discover and investigate performance hotspots in .NET Framework...
.NET Blog
Celebrating the Visual Studio 2012 launch with the release of a popular App
Posted
8 months ago
by
Brandon Bray
9
Comments
Today, we’re happy to announce the launch of Visual Studio 2012 and the .NET Framework 4.5. You can read more about the Visual Studio 2012 launch on Jason Zander’s blog . We’ve been using the new version of Visual Studio for several months now to build...
.NET Blog
Evolving the Reflection API
Posted
8 months ago
by
Brandon Bray
16
Comments
As many developers have noticed, the reflection APIs changed in the .NET API set for Windows Store apps. Much of .NET’s ability to offer a consistent programming model to so many platforms over the last ten years has been the result of great architectural...
.NET Blog
Announcing the release of .NET Framework 4.5 RTM - Product and Source Code
Posted
9 months ago
by
Brandon Bray
44
Comments
Updated – 8/16/2012: Added license information about the source code release. Today, we are happy to announce the availability of Microsoft .NET Framework 4.5 and Visual Studio 2012. You can develop apps that will take advantage of all the great features...
.NET Blog
.NET Framework 4.5 Talks from TechEd 2012 and aspConf
Posted
9 months ago
by
Brandon Bray
0
Comments
The .NET Framework team is out at conferences all the time. We love getting to meet with you all to discuss the latest news about what we’re building and even better learning about what all of you want to build. Deon Herbert, a program manager on the...
.NET Blog
The .NET Framework 4.5 includes new garbage collector enhancements for client and server apps
Posted
10 months ago
by
Brandon Bray
7
Comments
What makes managed code, “managed”? Most people would point to the garbage collector. Automatic memory management makes a tremendous difference in programmer productivity. And when garbage collection improves, all .NET applications benefit. Abhishek Mondal...
.NET Blog
Targeting Multiple Platforms with Portable Code: Overview
Posted
10 months ago
by
Brandon Bray
11
Comments
As programming with .NET has become prevalent on all Microsoft platforms, targeting multiple platforms at once becomes a critical desire amongst developers. In fact, we see the future of library development moving to supporting an intersection of platforms...
.NET Blog
New .NET Diagnostic info added to Process Explorer
Posted
10 months ago
by
Brandon Bray
26
Comments
Productivity is the hallmark of programming with managed code. So often productivity boils down to figuring out why something isn’t working – diagnostics. The CLR provides one of the best foundations for diagnostics. In this post, Richard Lander – a program...
.NET Blog
Async in 4.5: Enabling Progress and Cancellation in Async APIs
Posted
11 months ago
by
Brandon Bray
5
Comments
The apps developers want to develop today are fast and fluid and the async features in .NET make this easier than ever. The world is also highly connected now which makes waiting for data a real concern for building great customer experiences. Alok Shriram...
Page 1 of 3 (71 items)
1
2
3