Sign In
VB.Net and other things
VB.Net
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
Introduction to Queries. Iterative Design approach.
Archive
Archives
June 2007
(7)
February 2007
(2)
January 2007
(3)
October 2006
(1)
May 2006
(2)
April 2006
(2)
June 2005
(5)
January 2005
(2)
October 2004
(1)
September 2004
(1)
March 2004
(3)
June, 2007
MSDN Blogs
>
VB.Net and other things
>
June, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
VB.Net and other things
Projecting in more details (single, multiple items, anonymous types)
Posted
over 5 years ago
by
VladimirSadov
0
Comments
One interesting aspect of VB queries is that you can select multiple values. When you do this, the values get combined into an anonymous type. “Anonymous types” is a new feature for VB9. Essentially an anonymous type is a class that contains one or more...
VB.Net and other things
Flattening a nested list using queries.
Posted
over 5 years ago
by
VladimirSadov
0
Comments
This seems to be a common question - " I have a list of lists (or array or arrays), how can I flatten it into a single list/array? " It is surprisingly trivial to do with queries. It takes one line of code - Module Module1 Sub Main() 'create...
VB.Net and other things
Adding more operators with Where as an example ( Query Design continued ):
Posted
over 5 years ago
by
VladimirSadov
0
Comments
This post is a part of a series of posts about query design. For the previous post see: http://blogs.msdn.com/vladimirsadov/archive/2007/06/07/query-pattern-composability-query-design-continued.aspx As you might have seen queries have a lot more...
VB.Net and other things
Delayed Execution ( Query Design continued ):
Posted
over 5 years ago
by
VladimirSadov
1
Comments
This post is a part of a series of posts about query design. For the previous post see: http://blogs.msdn.com/vladimirsadov/archive/2007/06/07/query-pattern-composability-query-design-continued.aspx Here is another important example of a queryable...
VB.Net and other things
Scalar queryable example ( Query Design continued ):
Posted
over 5 years ago
by
VladimirSadov
0
Comments
This post is a part of a series of posts about query design. For the previous post see: http://blogs.msdn.com/vladimirsadov/archive/2007/06/08/generic-queryable-example-query-design-continued.aspx Here is one more example of a queryable type...
VB.Net and other things
Generic queryable example ( Query Design continued ):
Posted
over 5 years ago
by
VladimirSadov
1
Comments
This post is a part of a series of posts about query design. For the previous post see: http://blogs.msdn.com/vladimirsadov/archive/2007/06/07/query-pattern-composability-query-design-continued.aspx Here is another example of a queryable collection...
VB.Net and other things
Query pattern, Composability ( Query Design continued ):
Posted
over 5 years ago
by
VladimirSadov
3
Comments
This post is a part of a series of posts about query design. For the previous post see: http://blogs.msdn.com/vladimirsadov/archive/2007/02/19/polymorphic-selector-and-extension-methods-query-design-continued.aspx Here I want to summarize what...
Page 1 of 1 (7 items)