Sign In
Visual Studio Data
Building business applications with Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.Net Data Services
Announcement
BDC
Business Object
Conference
Data and Language Integration
Data Binding
Data Source Wizard
Entity Framework
RIA Services
Sharepoint
Silverlight
SQL Server
SQL Server Compact
SQL Server Express
Tips
Typed Dataset
VB Power Packs
Visual FoxPro
Visual Studio 2010
VS DATA General
VS2008
VS2010
WinForm
WPF
Archive
Archives
August 2010
(3)
July 2010
(2)
June 2010
(2)
May 2010
(3)
April 2010
(1)
March 2010
(3)
February 2010
(3)
January 2010
(2)
December 2009
(5)
November 2009
(3)
October 2009
(3)
September 2009
(4)
August 2009
(4)
July 2009
(7)
June 2009
(10)
May 2009
(6)
April 2009
(1)
March 2009
(1)
November 2008
(1)
October 2008
(1)
November 2007
(1)
March 2007
(2)
October 2006
(1)
August 2006
(1)
June 2006
(1)
May 2006
(2)
April 2006
(4)
March 2006
(2)
February 2006
(3)
January 2006
(3)
November 2005
(4)
October 2005
(6)
September 2005
(11)
August 2005
(2)
July 2005
(6)
June 2005
(4)
May 2005
(9)
April 2005
(10)
March 2005
(8)
February 2005
(13)
January 2005
(10)
December 2004
(15)
November 2004
(9)
October 2004
(4)
September 2004
(6)
August 2004
(12)
July 2004
(13)
June 2004
(38)
May 2004
(23)
April 2004
(29)
March 2004
(31)
February 2004
(6)
MSDN Blogs
>
Visual Studio Data
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio Data
Visual Studio 2010 Localized Code Samples Available!
Posted
over 2 years ago
by
RongLu
0
Comments
Visual Studio 2010 Localized Code Samples for all Visual Studio supported languages are now available on the Web! You can find the samples by clicking on Help -> Samples menu directly from within Visual Studio 2010. And then click on Visual Studio...
Visual Studio Data
SQL Azure Support in Visual Studio 2010
Posted
over 2 years ago
by
XiangZeng
1
Comments
Visual Studio 2010 supports data connections to SQL Azure , query designing, data manipulation, and data binding operations in your C#/VB applications. Connecting to a SQL Azure Database SQL Azure can be viewed as a subset of SQL Server 2008. Therefore...
Visual Studio Data
Walkthrough of creating association between Sharepoint BDC entities using Visual Studio 2010
Posted
over 2 years ago
by
Yanchen
0
Comments
Here comes our third blog in BDC serials Walkthrough of creating association between Sharepoint BDC entities using Visual Studio 2010 . This time we will show how to create Association between Sharepoint BDC entities using Visual Studio 2010 and use Business...
Visual Studio Data
Deploy your BDC model to a specific BCS Service using Visual Studio 2010
Posted
over 2 years ago
by
RongLu
0
Comments
Please read on this blog post if you want to deploy a BDC model to the desired SharePoint BCS service or if you ever run into issues like below... "When deploying a BDC model in Visual Studio 2010, some people may see this error message “…...
Visual Studio Data
Class Designer PowerToys for Visual Studio 2010 is Released
Posted
over 2 years ago
by
Lie Wang
2
Comments
Class Designer PowerToys for Visual Studio 2010 is released today! It provides a bunch of enhancements to Visual Studio 2010 Class Designer. Click here to download it now. It has many cool features like pan/zoom window, floating properties window,...
Visual Studio Data
WPF-EDM: Binding to Stored Procedures
Posted
over 2 years ago
by
Gavin Fu
1
Comments
Using Stored Procedures to Convert Database Data When building WPF database applications, you might not want to display the raw data retrieved from data tables directly. Instead, you want to convert the raw data to make it more meaningful to display....
Visual Studio Data
No-Build Experience Enhancement in WCF RIAServices 1.0 RTW
Posted
over 2 years ago
by
David Zhao2
0
Comments
Introduction In the WCF RIA Services PDC release, Live IntelliSense was first introduced to enable no-build experience for RIA Services development. More information about this feature can be found in: Live IntelliSense in WCF RIA Services...
Visual Studio Data
Data Validation in Silverlight
Posted
over 2 years ago
by
Shichao MS
5
Comments
In this blog, I will show you three approaches to do data validation in Silverlight. Sample Scenario: Let's say I have a UI for users to enter their registration information for my website. When user input the email address in the UI below, I want to...
Visual Studio Data
Silverlight 4 Tools for VS2010 and WCF RIA Services 1.0 Released!
Posted
over 2 years ago
by
Xiaoying Guo
2
Comments
This is the final release for Silverlight 4 Tools for VS2010, WCF RIA Services 1.0 runtime and tools. A bunch of new features were introduced into this release, . Let’s take the Data Source Window (used for data-binding UI generation) outputs...
Visual Studio Data
Customizing Your WPF/Silverlight UI using Value Converter and/or Partial Class Properties
Posted
over 2 years ago
by
Shichao MS
0
Comments
When writing data applications, one of the things we need to take care is the difference between the data stored in the database and the data you want to show to the user in presentation layer. We need to make sure that the data being displayed in the...
Visual Studio Data
Workaround to Data Source Window not populating RIA Services Domain Context Objects
Posted
over 2 years ago
by
Xiaoying Guo
36
Comments
Recently, we found a bug that hidden in the WCF RIA Services RC release setup authoring, which causes the Data Source Window cannot populate RIA Services Domain Context objects, and the Live IntelliSense doesn’t work. This only happens when the VS2010...
Visual Studio Data
Enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010
Posted
over 2 years ago
by
Yanchen
0
Comments
Recently we published a blog Walkthrough of enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010 . This walkthrough shows you how to pull data from an external database into an external list and enable Create, Read, Update and Delete...
Visual Studio Data
Using Printer to print all the records of DataRepeater
Posted
over 2 years ago
by
Yunfeng Dong MSFT
1
Comments
One question being asked about DataRepeater in the MSDN forum is that how to print all the populated records from DataRepeater. If the number of the records is small enough to fit into the view of the DataRepeater, this would be a very simple task: use...
Visual Studio Data
How to Move a Shape control with Mouse Events?
Posted
over 2 years ago
by
John Chen Msft
0
Comments
The Shape control in Microsoft.VisualBasic.PowerPacks provides several useful events, including MouseDown, MouseMove, MouseUp. Some useful actions you can work on a shape is to use the mouse to move or resize the shape. For example, you may want to drag...
Visual Studio Data
Silverlight Object Binding in Visual Studio 2010 Beta2
Posted
over 2 years ago
by
SteveS_MS
5
Comments
Visual Studio 2010 provides drag-and-drop data binding from the Data Sources window in Silverlight applications. The Data Sources window simplifies the process of creating data-bound controls to present application data to users. This example shows how...
Visual Studio Data
Building Look-Up Binding with the VS Data Source Window
Posted
over 2 years ago
by
Xiaoying Guo
0
Comments
About six months ago, Milind wrote a post about how to leverage the Data Source Window to build look-up binding. In that article, Milind briefly described one way to do that through drag-and-drop. In this post, I’ll show you different ways to use the...
Visual Studio Data
Data Connection Dialog Source Code is released on Code Gallery!
Posted
over 2 years ago
by
Yaohai
3
Comments
Based on customer requests, we have decided to release the data connection dialog source code on Code Gallery last weekend: http://code.msdn.microsoft.com/Connection/ Here, I’ll introduce it briefly to give a basic idea. The data connection dialog is...
Visual Studio Data
Build Your Own Custom Controls for WPF & Silverlight Data Binding
Posted
over 2 years ago
by
dubin
0
Comments
As posted in our previous articles, Visual Studio 2010 offers “Drag and Drop Data Binding” for WPF and Silverlight Applications. Using this feature, you can create data-bound controls by dragging items from the Data Source Window to the WPF or Silverlight...
Visual Studio Data
Using the DataRepeater Virtual Mode
Posted
over 2 years ago
by
John Chen Msft
0
Comments
While answering questions in the forums , I came across a recurring question about how the Virtual Mode works with the DataRepeater control included in the Visual Basic Power Packs. I realized that not many people use this powerful feature so I’d like...
Visual Studio Data
Visual Basic PowerPacks is released in Visual Studio 2010 Beta2!
Posted
over 3 years ago
by
RongLu
1
Comments
Many of you have been asking about this and here is the good news: VB PowerPacks has been released in Visual Studio 2010 Beta2 ( Download ) and will be part of VS2010 RTM! It was also released in VS 2008 Service Pack 1, but if you’re still working on...
Visual Studio Data
Manage Business Data in SharePoint 2010 using VisualStudio 2010
Posted
over 3 years ago
by
Jeff Chen - MSFT
1
Comments
If you want to manage business data in SharePoint 2010 Beta, you can use VisualStudio 2010 Beta to do that. For details, you can read this blog Walkthrough of creating a SharePoint 2010 external list using Visual Studio 2010 Beta . I copied some paragraphs...
Visual Studio Data
VS SDK 2010 Samples for WCF Service Consumption Tools
Posted
over 3 years ago
by
John Chen Msft
0
Comments
Today, we finished the work to upgrade SDK samples for WCF Service Consumption Tools to VS SDK 2010 beta2 release. There are 3 samples included in this resource, each containing both Visual Basic and C# projects. 1. AsrDiscoverButton -- Extending the...
Visual Studio Data
Live IntelliSense in WCF RIA Services for VS2010
Posted
over 3 years ago
by
Xiaoying Guo
0
Comments
Live IntelliSense is one of the new features added into WCF RIA Services PDC release on VS2010. It enables no-build experience to get IntelliSense support on the client project for business objects defined in the server project. As we know, IntelliSense...
Visual Studio Data
The Data Source Window Support in WCF RIA Services
Posted
over 3 years ago
by
Xiaoying Guo
0
Comments
WCF RIA Services Beta was announced at PDC09 one week ago. It contains a lot of runtime support to make the experience of building a web business application much easier using Silverlight. Besides, there are also some tooling supports to help developers...
Visual Studio Data
Integrate SharePoint List Data in Your WPF Application
Posted
over 3 years ago
by
dubin
2
Comments
With the SharePoint 2010 Beta came out of the door, one of the exciting news is that it allows developers to access SharePoint List Data using ADO.Net Data Service 1.5 . If you are familiar with Data Service Client programming mode (we have already posted...
Page 1 of 15 (352 items)
1
2
3
4
5
»