Showing results for 2012 - Page 4 of 16 - .NET Blog

Oct 23, 2012
Post comments count0
Post likes count0

Creating custom package rules for your build

Luan Nguyen
Luan Nguyen

When you build your NuGet packages using nuget.exe, you may have noticed that sometimes you get a warning about the created package. Here's one example: This warning is generated by one of NuGet's package analysis rules. Think of these as the NuGet equivalent of an FxCop rule. When nuget.exe creates a package, it automatically executes the packa...

NuGetInsights
Oct 22, 2012
Post comments count0
Post likes count0

Cryptographic Improvements in ASP.NET 4.5, pt. 1

levibroderick
levibroderick

I am Levi Broderick, a developer on the ASP.NET team at Microsoft. In this series, I want to introduce some of the improvements we have made to the cryptographic core in ASP.NET 4.5. Most of these improvements were introduced during beta and spent several months baking. When you create a new project using the 4.5 templates baked into Visual Studio ...

ASP.NET
Oct 18, 2012
Post comments count1
Post likes count0

An easy solution for improving app launch performance

Brandon Bray
Brandon Bray

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 parallelism in an app for performance challenges most developers, what if that parallelism came fo...

.NET
Oct 17, 2012
Post comments count0
Post likes count0

.NET Framework 4.5 – Off to a great start

Brandon Bray
Brandon Bray

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. Many others on the .NET team do the same. If you’ve raised an issue about .NET compatibi...

.NET
Oct 12, 2012
Post comments count0
Post likes count0

Improvements in .NET Framework Setup for Developers, IT Pros, and Users

Brandon Bray
Brandon Bray

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 to a service pack with additional features. Our team studied how other products with s...

.NET
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
Sep 27, 2012
Post comments count0
Post likes count0

More Details on the “Closing Tag Problem”

Mads Kristensen
Mads Kristensen

We are testing a fix for the “closing tag problem” bug, but it will still take some time to deliver the fix to customers. The work-around posted earlier will alleviate the problem now and should not need to be undone once the fix is shipped.This bug has actually been in the product for several release, but was previously hidden by anoth...

ASP.NET