Showing results for October 2012 - Page 2 of 2 - .NET Blog

Oct 11, 2012
Post comments count0
Post likes count0

BlogEngine.NET and Windows Azure Web Sites

Brady Gaster
Brady Gaster

The Windows Azure Web Sites team has been hard at work looking at various applications and working with vendors and community contributors to add some great applications to the web sites gallery. If you’re a blogger and you’d like to get started for free with a simple, yet extensible blogging tool, you might want to check this out. Starting this we...

ASP.NET
Oct 9, 2012
Post comments count0
Post likes count0

Improving Your App’s Performance with PerfView

Brandon Bray
Brandon Bray

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 apps, and enables you to deliver consistently high-performance apps to your customers. Usin...

.NET
Oct 5, 2012
Post comments count4
Post likes count3

How do I cancel non-cancelable async operations?

Stephen Toub - MSFT
Stephen Toub - MSFT

This is a question I hear relatively frequently: “I have an async operation that’s not cancelable.  How do I cancel it?” The construction of the question often makes me chuckle, but I understand and appreciate what’s really being asked.  The developer typically isn’t asking how to cancel the operation itse...

.NET Parallel Programming
Oct 4, 2012
Post comments count0
Post likes count0

Spell Checker extension for Visual Studio 2012 HTML, ASP.NET, CSS and other files

Mikhail Arkhipov
Mikhail Arkhipov

I have updated spell checker extension for Visual Studio 2012. You can download it from Visual Studio Gallery. Spell checker supports text verification in: Spell checking is supported in style and script blocks as well as in JS, CS, VB, CSS, CPP and H files. Spell checker is able to detects lang attribute specified on HTML el...

ASP.NET