TechBubbles Microsoft Technology BLOG

CategoryVisual Studio 2010

MOVING Web Applications to the CLOUD

 

This post discusses about preparing the Web application to run in CLOUD (Windows Azure) Environment. We will create a new windows azure project in VS 2010 to move the existing ASP.NET web application. Process described below works for both ASP.NET Web and MVC applications.

You need to download and install the following tools from here to move the applications to windows azure environment.

Creating Visual Web Parts using VS 2010 for SharePoint 2010

  This post discusses about how to create a visual web part for SharePoint 2010 using Visual Studio 2010. Visual Web Parts can be developed on Visual Studio design surface which is as easy as drag and drop controls in asp.net application. The web part which we are going to create is standard asp.net tree-view control which shows Interview Events and candidates who attend those interviews. We...

Creating a UML Model Diagram in Visual Studio 2010

  This post discusses about how to use UML models and diagrams in Visual Studio 2010 ultimate edition. Models are very useful to describe the requirements and design of the system. Models help you to visualize how system works and clarifies the user needs and finds the architecture of the system. 1. Launch the Visual Studio 2010 and create a new project by selecting the modeling from...

Creating a Database Unit Test using Visual Studio 2010

  This post discusses about creating a database unit test case in Visual Studio 2010 which verifies the functionality of a stored procedure. Creating Database Test cases helps you to identify the code defects which in-directly effects the application behavior. In order to create a database unit test, you need to VS studio 2010 test suite or ultimate version. Before writing a unit test case ...

Visual Studio 2010 IDE Tip–Highlight References

  Highlight References is a new feature in Visual Studio 2010 IDE which allows you visually to navigate between the references to a symbols in a opened file. This feature only available in Visual Studio 2010. Highlight the symbol that you want to navigate in the opened file as shown below   Now press Ctrl + Shift + Down  then your cursor shifts to all instances of the symbol in...

Editing Silverlight page data using Domain Service

  This post discusses to edit the displayed data in Silverlight page and save the changes back to database. Insert, Update and Delete operations can be done using domain service object context. All the changes you made to this object are collectively submitted to the database when you call the SubmitChanges method. This post requires to create a Silverlight Business Application in Visual...

Data driven example using Silverlight Business Application

This post discusses how to displays data from the AdventureWorks Database on to Silverlight pages. In this walkthrough you will find the page that displays the data from customer table in adventure database and allows the user to traverse the records. You need to have Visual Studio 2010 SP1 installed on your machine. Silverlight business application contains two projects a Silverlight application...

Creating an application using Silverlight Business Application Template

  This post discusses how to create a WCF Data Service solution by using the Silverlight Business Application template. There are several features that you can work with this Business Application Template by writing little code. This post specifically discusses the authentication mechanisms forms and windows. By Default Silverlight Business Application allows the users to register and login...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud