News in the Category: DataSet Subscribe to the rss of this category.

Total posts: 444 | Sort by Views | Sort by Hits

Looking for Astoria aka ADO.NET Data Services aka WCF Data Services in VS2010?

Julia Lerman Blog - Dont Be Iffy..., February 19, 2010
Views: 169 | Hits 21

Remember, that the data service is an item template, not a project template.and that its been renamed to WCF Data Services. After you create a project (I usually use an empty web app to host the serv...

How to video: Using Telerik Data Services Wizard Beta1 to build an Astoria service

the telerik blogs, February 5, 2010
Views: 154 | Hits

.NET Ninja in training, Peter Bahaa, once again returns to show us how to build a WCF .NET Data Service (aka Astoria) using Telerik OpenAccess entities and the Data Services Wizard beta 1. Te...

Reckless Drivers

Simple Talk, January 7, 2010
Views: 168 | Hits 25

Ten years ago Microsoft lost enthusiasm for the ODBC standard, and it is left mainly to "sticks in the mud" like Phil Factor to point out that what we dismissed was actually worth having: a ...

Telerik Data Services Wizard Walk Through

the telerik blogs, December 15, 2009
Views: 252 | Hits 3

Last week Telerik released the December CTP of the Data Services Wizard. I posted on my blog a video that shows how to get started, however, for those of you that like walkthroughs better, here is on...

Pivoting DataTable Simplified

The Code Project Latest Articles, December 8, 2009
Views: 262 | Hits 31

A class to pivot a DataTable with various aggregate functions....

Introducing SOA.UI Helpers

ComponentArt WebLogs, December 1, 2009
Views: 133 | Hits 4

  The SOA.UI library has, since its introduction, defined its standard UI-serving services not only in terms of interfaces and DataContracts, but as a set of base classes to be inherited. This a...

Introducing SOA.UI Helpers

ComponentArt WebLogs, December 1, 2009
Views: 221 | Hits 10

  The SOA.UI library has, since its introduction, defined its standard UI-serving services not only in terms of interfaces and DataContracts, but as a set of base classes to be inherited. This a...

RadScheduler for WinForms data binding and occurrence exceptions

the telerik blogs, November 4, 2009
Views: 458 | Hits 6

The big [new] feature for Q3 2009 release in RadScheduler for WinForms has got to be the resource grouping functionality. There are, however, numerous other improvements that also deserve attentio...

Here's a quick way to add English counties to your next sign-up form

Run Tings Proper, October 30, 2009
Views: 101 | Hits

In the never-ending quest to speed up development and reduce the chance of user error I have packaged up a data source which can be used to populate your controls with a complete list of English count...

How to display data from different tables using one data source

the telerik blogs, October 28, 2009
Views: 621 | Hits 16

In many cases our customers who use Telerik OpenAccess ORM face the need to rapidly change the source table from which they are displaying data. For example you can have a RadGrid filled with customer...

Binding Hierarchical RadGrid for ASP.NET Ajax with Telerik OpenAccess ORM

the telerik blogs, October 2, 2009
Views: 834 | Hits 4

Eventually developers face the need to use a master-detail hierarchical representation of their data. However most users are not aware that this is extremely easily achieved by using Telerik OpenAcces...

Determining Merge Errors in a Typed DataSet

DevX: .NET Feed, August 11, 2009
Views: 390 | Hits 17

Discover the underlying cause of Merge Constraint errors when merging DataSets....

Typed Datasets: A First Step to .NET Flexibility

DevX: .NET Feed, July 10, 2009
Views: 442 | Hits 34

One of your first steps to serious .NET development should be creating and implementing flexible typed datasets to maintain control and protect the validity of your data....

Binding to custom fields with RadScheduler for WinForms

the telerik blogs, July 7, 2009
Views: 921 | Hits 8

We just finished working on the Q2 2009 release of RadControls for WinForms. One of the best things about releases is that we get to show off the cool new stuff that we managed to get done. One of my ...

ASP.NET AJAX 4.0 Template Programming - Part I

The Code Project Latest Articles, June 28, 2009
Views: 624 | Hits 79

An article describes ASP.NET AJAX 4.0 template programming with DataView and DataContext...

Using ASP.NET 3.5's ListView and DataPager Controls: Inserting Data

4GuysFromRolla.com Headlines, June 17, 2009
Views: 1,095 | Hits 41

The ListView control is similar to the GridView control in many ways: both display a set of records, both support built-in sorting, paging, editing, and deleting functionality with minimal effort. Th...

Codeless Data binding in RadScheduler for WinForms Q2 2009

the telerik blogs, June 9, 2009
Views: 543 | Hits 3

I am happy to share that RadScheduler for WinForms gets some cool new improvements for Q2 2009. Our Roadmap does not reveal much, but here is a quick preview of what we have been working on.   W...

RadChart for WPF/SL Automatic Data Binding to Nested Collections

the telerik blogs, June 8, 2009
Views: 671 | Hits 4

Seamless operation with diverse data sources is paramount for any data visualization solution. RadChart already supports automatic data binding to IEnumerable sources as seen in this example: http://d...

Injecting Custom Logic in ADO.NET Data Services

Pablo M. Cibraro (aka Cibrax), June 8, 2009
Views: 652 | Hits 61

ADO.NET Data services represent today one of the most powerful alternatives to build RESTful services in the .NET platform. This framework basically creates a RESTful API on top of any IQueryable data...

LINQ Query to DataTable (DataRows)

TheChaseMans Frenetic SoapBox, June 6, 2009
Views: 2,053 | Hits 363

Interested in writing a LINQ query to fill a DataTable? Normally I don't condone writing ugly code but let's have some fun. In this example, an anonymous type array is created followed by a DataTable...

Creating jQuery plug-ins from MicrosoftAjax components

More Whidbey stuff, May 5, 2009
Views: 408 | Hits 15

We had an interesting discussion recently on the ASP Insiders mailing list and ended up talking about what cool stuff we could build on top of jQuery. Many interesting things were mentioned and it wa...

ASP.NET 4.0 AJAX - Caching Data on the client

Wallace B. McClure, March 26, 2009
Views: 587 | Hits 43

 One of the interesting new objects in ASP.NET 4.0 AJAX is the DataView.  its a client side object which is associated with a display tag of some type.  In my examples, I've been using ...

Add an AutoIncrement Column to a DataTable

DevX: .NET Feed, January 28, 2009
Views: 1,546 | Hits 181

Adding an AutoIncrement column to a DataTable is quite simple....

Flow Layout In ASP.NET DataView (Upcoming Feature)

The ASPx Blog, December 23, 2008
Views: 415 | Hits 14

In the DXperience 2009 volume 1 release, expected to release 1st quarter of 2009, the ASPxDataView will support the 'flow' layout mode. With a flow layout, the items in the ASPxDataView will...

Flow Layout In ASP.NET DataView (Upcoming Feature)

The ASPx Blog, December 23, 2008
Views: 439 | Hits 9

In the DXperience 2009 volume 1 release, expected to release 1st quarter of 2009, the ASPxDataView will support the 'flow' layout mode. With a flow layout, the items in the ASPxDataView will...

Flow Layout In ASP.NET DataView (Upcoming Feature)

The ASPx Blog, December 23, 2008
Views: 1,267 | Hits 45

In the DXperience 2009 volume 1 release, expected to release 1st quarter of 2009, the ASPxDataView will support the 'flow' layout mode. With a flow layout, the items in the ASPxDataView will...

Export DataSet to Multiple Excel Sheets

The Code Project Latest Articles, December 7, 2008
Views: 3,544 | Hits 775

Exporting multiple tables in a DataSet to multiple sheets in an Excel file....

RadTreeView for ASP.NET Ajax - Binding to LinqDataSource

the telerik blogs, October 1, 2008
Views: 1,453 | Hits 10

Since the Q2 2008 SP1 release RadTreeView, RadMenu, RadPanelBar and RadTabStrip support hierarchical databinding to the LinqDataSource control. In this blog post I will demonstrate how to do this with...

Cant REST with REST

JohnPapa.net, September 11, 2008
Views: 745 | Hits 35

I just finished another chapter of Data Services with Silverlight 2. Its a great feeling when this happens. There is always a bit of a slight pause afterwards though as I begin to realize how much mor...

Using client templates, part 2: Live Bindings

More Whidbey stuff, September 3, 2008
Views: 786 | Hits 41

In part 1, we saw how to use DataView to render JavaScript data using a simple template. In this post, we'll see how rich bindings unlock richer scenarios where user changes automatically propagate ba...

Practical ASP.NET: Handling Update Exceptions in the DataView Events

FTPOnline .NET Channel, August 6, 2008
Views: 819 | Hits 24

Peter shows a "code-lite" way to handle exceptions when using DataView to update data....

Lookup Data Web Control

The Code Project Latest Articles, July 29, 2008
Views: 1,274 | Hits 107

This is based on key and value pairs that you can select appropriate key and value pair from data source...

Lookup Data Web Control

The Code Project Latest Articles, July 27, 2008
Views: 825 | Hits 27

This is based on key and value pairs that you can select appropriate key and value from data source....

Video: How to Perform Custom Updates with ASPxGridView

The ASPx Blog, July 2, 2008
Views: 1,415 | Hits 165

Custom Updates allow you to tweak and define your own values for an edit column before theyre saved to the data source. Lets say you want to define the value used to update a column in your data table...

How LINQ to Dataset works in VB (Jonathan Aneja)

The Visual Basic Team, May 14, 2008
Views: 1,953 | Hits 336

LINQ at its core requires any data source to be queryable, which basically means it must implement IEnumerable.  (Its actually a bit more complicated than that, for a full explanation see section...

Using LINQ to Dataset in an .aspx page (Jonathan Aneja)

The Visual Basic Team, May 14, 2008
Views: 1,337 | Hits 144

Recently I got a customer question about how to use LINQ to Dataset in an .aspx file.  The compiler was complaining that it couldn't find the AsEnumerable method that allows LINQ to work over a D...

Quickly Copy Data Rows from DataReader to a DataTable

DevX: .NET Feed, May 13, 2008
Views: 1,460 | Hits 126

.NET 2.0 provides the new DataTable.Load method to copy data rows from DataReader to a DataTable....

Using A Single Transaction With Multiple Typed DataSets

The Code Project Latest Articles, May 4, 2008
Views: 1,358 | Hits 179

Provides a detailed explanation of how to implement a single transaction across multiple Typed Datasets...

WebGrid Ajax Data Grid available for free!

ASP.NET Announcements, April 27, 2008
Views: 1,514 | Hits 118

Deliver any Web forms rapidly ( with AJAX technology ) with a nearly code less development experience and with powerful GUI tool set at hand you will be able to easily build highly interactive, standa...

FIX: Objects are not serialized correctly when you serialize and deserialize the DataSet objects by using the SerializationFormat.Binary format parameter in a .NET Framework 2.0-based application

kbAlertz.com :: .NET Framework 2.0, April 16, 2008
Views: 1,042 | Hits 25

948646 ... FIX: Objects are not serialized correctly when you serialize and deserialize the DataSet objects by using the SerializationFormat.Binary format parameter in a .NET Framework 2.0-based appli...

RadChart: Auto Text-wrapping

the telerik blogs, April 11, 2008
Views: 1,291 | Hits 17

Hello, With the Q1 2008 release date closing-in fast, I'd like to present to you yet anotherbig improvementthat will be introduced in the new version of RadChart --automatic text-wrapping support. S...

MySQL Optimization - A Little Tip

Fiftyfoureleven.com Web Development Weblog - Full Posts, April 11, 2008
Views: 961 | Hits 24

Some simple suggestions Well I don't consider myself an expert, I do have experience with working with larger datasets and there are a couple of things that I always do to keep... Read more ...

Keeping Track of Books Using VB (Matt Gertz)

The Visual Basic Team, March 3, 2008
Views: 952 | Hits 38

I have a confession to make.  Im not a database guy.  Ive done a lot of varied coding over my career, but somehow Ive never been directly involved in the guts of database coding.  Whene...

Developing an RSS Data Source - Part III

Shaun Walker, March 2, 2008
Views: 956 | Hits 28

Part 3 of a 4 part series on developing a Data Source in the Reports Module. This series focuses on developing a Data Source that retrieves data from an RSS Feed....

Developing an RSS Data Source - Part II

Shaun Walker, February 29, 2008
Views: 1,055 | Hits 39

Part 2 of a 4 part series on developing a Data Source in the Reports Module. This series focuses on developing a Data Source that retrieves data from an RSS Feed....

How not to compare "body of knowledge"

ISerializable, February 27, 2008
Views: 1,013 | Hits 21

If you are faced with two technologies, ideas, or frameworks - how do you compare which has a wider body of knowledge? Specifically - can you tell if X does NOT have a wide body of knowledge? Here's ...

Date Column/DataSet Bug Workaround

DevX: .NET Feed, February 11, 2008
Views: 1,083 | Hits 73

Maybe you've noticed that when a DataSet's date columns are passed to a remote web server or web service who's time zone differs from that of the client, the date will be converted to the equivalent l...

Designing N-Tiered Data Access Layer Using Datasets - Part 1

15Seconds.com Features, January 3, 2008
Views: 2,185 | Hits 449

In the first part of this three part series on designing an N-tiered data access layer using datasets, David Catherman discusses the pros and cons of using datasets and examines how the dataset genera...

Custom configuration Data from DataSets: Less is More

EggHeadCafe.com New Articles, December 15, 2007
Views: 1,125 | Hits 144

Sometimes it's easier and faster to do things "the easy way" with custom configuration data saved from a DataSet instead of slaving over Custom ConfigurationSections in the App.Config or web.config ...

DataSet enhancements in VS2008

The Moth, December 11, 2007
Views: 1,691 | Hits 221

For those of you using the DataSet, you'll be happy to know that there are enhancements to it, including these three:1. Hierarchical Updates: Read.2. Separate DataSets and TableAdapters for multi-tier...

Product Spotlight