Tutorials Forums
     Tutorials Videos
        Sign Up Now For FREE

Articles tagged with: Visual Studio

26
May
2011

Productivity Power Tools Part 1
5.0/5 rating (1 votes)



                               wmvformatMPEGformatIPODformat

Welcome to the debut episode of the Visual Studio Toolbox, a show that will focus on tooling both in and outside of Visual Studio. The goal is to help you become a more productive developer. In this episode, we will start to explore the Productivity Power Tools, a freely downloadable extension. We'll look at the Solution Navigator and see how it helps us navigate and understand solutions.

Robert Green


03
May
2011

Visual Studio PerfWatson
5.0/5 rating (1 votes)

What is Visual Studio PerfWatson?

Would you like your performance issues to be reported automatically? Well now you can, with PerfWatson extension! Install this extension and  assist the Visual Studio team in providing a faster future IDE for you.

We’re constantly working to improve the performance of Visual Studio and take feedback about it very seriously. Our investigations into these issues have found that there are a variety of scenarios where a long running task can cause the UI thread to hang or become unresponsive. Visual Studio PerfWatson is a low overhead telemetry system that helps us capture these instances of UI unresponsiveness and report them back to Microsoft automatically and anonymously. We then use this data to drive performance improvements that make Visual Studio faster.

Here’s how it works: when the tool detects that the Visual Studio UI has become unresponsive, it records information about the length of the delay and the root cause, and submits a report to Microsoft. The Visual Studio team can then aggregate the data from these reports to prioritize the issues that are causing the largest or most frequent delays across our user base. By installing the PerfWatson extension, you are helping Microsoft identify and fix the performance issues that you most frequently encounter on your PC.

To allow PerfWatson to submit performance reports to Microsoft, please make sure that Windows Error Reporting (WER) is enabled on your machine, please see how to configure WER setting session. PerfWatson employs the WER service to send the collected data to Microsoft.

Using PerfWatson

PerfWatson is an automatic feedback service.  Once it is installed, all you need to do is use the product, and it will automatically create an error report for every UI delay you experience in the product.  It stores these error reports  in %LOCALAPPDATA%\PerfWatson. This data is then submitted to Microsoft on next Visual Studio launch.

If your Windows Error Reporting permissions are set to Automatically check for solutions and upload data, the performance reports will be submitted to Microsoft automatically. Otherwise, PerfWatson will prompt the user for permission to send the collected data. This prompt can be disabled by checking “Do not show this dialog again. Report problems automatically” on the dialog.


18
March
2011

Microsoft ADO.NET Entity Framework 4.1 Release
5.0/5 rating (1 votes)

We are excited to announce that Microsoft ADO.NET Entity Framework 4.1 Release Candidate (EF 4.1 RC) is now available. This is a fully supported, go-live release. In approximately one month we plan to release the final Release to Web (RTW). We are not planning any changes to the API surface or behavior between RC and RTW, the release is purely to allow any new bugs found in the RC build to be evaluated and potentially fixed.

 

What’s in EF 4.1 RC?

ADO.NET Entity Framework 4.1 RC introduces two new features:

  • The DbContext API is a simplified abstraction over ObjectContext and a number of other types that were included in previous releases of the ADO.NET Entity Framework. The DbContext API surface is optimized for common tasks and coding patterns. DbContext can be used with Database First, Model First and Code First development.
  • Code First is a new development pattern for the ADO.NET Entity Framework and provides an alternative to the existing Database First and Model First patterns. Code First is focused around defining your model using C#/VB.NET classes, these classes can then be mapped to an existing database or be used to generate a database schema. Additional configuration can be supplied using Data Annotations or via a fluent API.
17
March
2011

Microsoft's LightSwitch tool hits second beta
4.0/5 rating (1 votes)

large-custom-business-applications

Templates in LightSwitch, one of the things that users will be able to build and customize in beta 2.

(Credit: Microsoft)

The latest member of Microsoft's Visual Studio family is one step closer to a final release.

Microsoft today is releasing the second beta of LightSwitch, a software tool aimed at developers who want to build business applications that run as both native and Web applications.

(Credit: Microsoft)

The new version, which becomes available MSDN subscribers today, and everyone else on Thursday, adds a handful of new features from the previous beta, all aimed at increasing what can be done with the software.

The first is support for publishing applications to directly to Windows Azure, Microsoft's cloud services platform. This is joined by a tool for Visual Studio Professional (or higher) that lets users make LightSwitch application extensions. Examples of these include things like data sources, screen templates, and themes, all of which can be thrown in to speed up application development.

Besides the new features, Microsoft has also announced language support for German, which joins English. When the final version of the software hits later this year, Microsoft says, it will be available in an additional eight languages, matching the 10 that are supported in Visual Studio.

Since the release of the first LightSwitch beta back in August, the software had been downloaded more than 100,000 times, according to Microsoft. LightSwitch continues to play a larger part in the company's initiative to let businesses and developers get a taste of the full Visual Studio experience, offering them a chance to bring projects to the more feature-fulled development platform if they outgrow the original intent. A full breakdown of the differences between LightSwitch and Visual Studio Pro can be found here.

 

12
March
2011

Visual Studio 2010 SP1 Now Available
5.0/5 rating (1 votes)

As of this week, Visual Studio 2010 SP1 is now available for download!  The service pack was released to MSDN subscribers on March 8 and became generally available on March 10.  SP1 includes fixes that improve reliability and address the most commonly-reported customer bugs.  It also adds some of the most requested feature improvements, including a new local help viewer, IntelliTrace support in more scenarios, and built-in Silverlight 4 tooling.

For more information, check out the following blog posts and links:

Enjoy!