Web Standards Update for Visual Studio 2010 SP1, which provides HTML5 and CSS3 support. Microsoft team said Visual Studio next version have better support for HTML5. This update gives you HTML5 Intellisense and fixes some bugs in SP1 support for HTML5. CSS3 intellisense on latest specification from W3C. Download Web Standards Update for Visual Studio 2010 Editor Please note this is not an...
Heterogeneous Development using Visual Studio 2010
Your organization might have .NET and Java developers working on different platforms to develop the applications. Each development team might have been using different processes to develop the application. With this separation, Organisations have no end-to-end visibility on the development efforts. With Visual Studio 2010 this separation become a thing of past. Visual Studio 2010 ultimate...
Creating Code UI Tests in Visual Studio 2010
This post discusses about creating a test case for windows application in both Microsoft Test Manager and using a Code UI Test in Visual Studio 2010. It also discuss about editing a Code UI test by adding assertions into the UI map using UI controller.
1. Before creating test case we will create small windows application notepad.
WCF Services in Windows Azure
What is Windows Azure? Windows Azure provides developers computation power storage and can scale web applications on internet through Microsoft Datacenters. Developers can use Azure platform to build WCF service application using their existing Visual Studio 2010 expertise. Windows Azure supports the protocols and formats including SOAP, REST and XML. This post discuss about creating a...
JavaScript Intellisence for SharePoint 2010 Projects
Visual Studio 2010 is really have useful and helpful capabilities from tooling prospective and it allows JavaScript developers to more productive through JavaScript Intellisence and JavaScript debugging. This post discusses about getting the JavaScript Intellisense in SharePoint 2010 projects.
1. Create an empty SharePoint 2010 project as shown below
Using Microsoft Visual Studio Scrum template in TFS
This post defines the SCRUM and discusses how to use SCRUM Template 1.0 to manage projects in Visual Studio 2010 Team Foundation Server. You can develop the enterprise projects using SCRUM framework which is based on Agile development methodology.
What is SCRUM?
SCRUM is an iterative framework for project management and agile software development.
Visual Studio 2010 Tips and Tricks
This post discusses about tips and tricks in Visual Studio 2010 which helps developers to write the code faster and make their life easier in day to day work much better. Especially you need these tips when you are concurrently working on two many projects. Let us group these tips and tricks 1. IntelliSense Filtering IntelliSense options are filtered in Visual Studio 2010 let us take an example...
Microsoft Visual Studio 2010 IDE next version features
This post discuss about new IDE features that microsoft planned for next version of Visual Studio. These features improves the developer experience by simplifying the environment and streamlining the common tasks. Let us take a specific example finding a word in file as shown in below
Configuring Session Support Using the Azure
In-memory session support is un-suitable in Azure Fabric environment. There is a possibility in windows azure where you can host a web role on multiple machines inside the fabric. AspProviders project which I explained in earlier post uses BLOB storage to store session itself. This post explains about configuring the ASP.NET application to use Azure session state provider. We can configure...
Using the Azure ASP.NET Providers with ASP.NET Applications
My previous post explained that changes that are necessary to run an existing ASP.NET application in the Windows Azure environment. This post explains about using Azure ASP.NET membership and role providers in ASP.NET web application. 1. Download the code asp.net providers for Azure from the MSDN Code Gallery. Add the downloaded project to your existing ASP.NET Solution and add a reference...