Skip to main content
Microsoft
Visual Basic
Visual Basic
  • Home
  • DevBlogs
    • Azure DevOps
    • Notification Hubs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • Azure Artifacts
    • Azure Boards
    • Azure Pipelines
    • Azure Repos
    • Azure Test Plans
    • DevOps
    • C++
    • Java
    • Java Blog in Chinese
    • JavaScript
    • PowerShell Community
    • PowerShell Team
    • Python
    • Q#
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • NuGet
    • Xamarin
    • #ifdef Windows
    • Apps for Windows
    • Azure Depth Platform
    • Azure Government
    • Azure SDKs
    • Bing Dev Center
    • Command Line
    • CSE Developer
    • Developer Support
    • DirectX Developer Blog
    • IoT Developer
    • Math In Office
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • PAX Media
    • Perf and Diagnostics
    • PIX on Windows
    • Startup Developers
    • Surface Duo
    • Sustainable Software
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL
    • Azure Synapse Analytics
    • OData
    • Revolutions R
    • SQL Server Data Tools

    Visual Basic Blog

    A group blog from members of the VB team

    LINQ/VB9 Archives | Page 8 of 11 | Visual Basic Blog

    How to implement IQueryable (by Kevin Halverson)
    How to implement IQueryable (by Kevin Halverson)
    AvatarVBTeamJuly 11, 2007Jul 11, 200707/11/07
    Here’s a link to a post I just finished on ‘How to implement IQueryable’ (create a custom Linq provider).http://blogs.msdn.com/kevin_halverson/archive/2007/07/10/how-to-implement-iqueryable.aspxMy example project allows you to query the Windows Vista (Desktop) Search engine for files on your local machine.  For example:&...

    0
    Slide Deck for Conquering XML with LINQ to XML Webcast [Beth Massi]
    Slide Deck for Conquering XML with LINQ to XML Webcast [Beth Massi]
    AvatarBeth MassiJuly 5, 2007Jul 5, 200707/5/07
    Amanda Silver gave a great webcast Tuesday morning on LINQ to XML (if you missed it, just click the link and view it on-demand). Here is the deck she used. Happy LINQing! -Beth Massi, Program Manager VS Community VB9 - Conquering XML with LINQ to XML.pptx...

    0
    LINQ Cookbook, Recipe 5: Concatenating the selected strings from a CheckedListBox (Kit George)
    LINQ Cookbook, Recipe 5: Concatenating the selected strings from a CheckedListBox (Kit George)
    AvatarVBTeamJuly 3, 2007Jul 3, 200707/3/07
    Ingredients: -          Visual Studio 2008 (Beta2 or Higher)   Categories: LINQ-To-Objects, LINQ and WinForms   Instructions: CheckedListBox1.Items.AddRange( _   New String() {"Apple", "Orange", "Banana", _   "Avocado", "Tomato", "Tamarillo", _   "Kiwifruit", "Cherry...

    0
    LINQ Cookbook, Recipe 3: Find all the prime numbers in a given range (Jonathan Aneja)
    LINQ Cookbook, Recipe 3: Find all the prime numbers in a given range (Jonathan Aneja)
    AvatarVBTeamJune 28, 2007Jun 28, 200706/28/07
    Ingredients:-          Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-Objects  Instructions:-          Open Visual Studio 2008, and Click ‘File/New Project’. Find and double-click the ‘Console Application’ ...

    0
    LINQ Cookbook, Recipe 4: Find all complex types in a given assembly (Kit George)
    LINQ Cookbook, Recipe 4: Find all complex types in a given assembly (Kit George)
    AvatarVBTeamJune 27, 2007Jun 27, 200706/27/07
    Ingredients: -          Visual Studio 2008 (Beta2 or Higher) -     An assembly which you want to analyze (in this example, we use mscorlib.dll, the assembly which houses String)-     A definition for 'Complex Type'. In this instance, a complex type is ...

    0
    LINQ Cookbook, Recipe 2: Find all capitalized words in a phrase and sort by length (then alphabetically)  (Kit George)
    LINQ Cookbook, Recipe 2: Find all capitalized words in a phrase and sort by length (then alphabetically) (Kit George)
    AvatarVBTeamJune 22, 2007Jun 22, 200706/22/07
    Ingredients:-          Visual Studio 2008 (Beta2 or Higher)-     Some text you want to search Categories: LINQ-To-Objects, LINQ and strings, LINQ and WinForms Instructions:-          Open Visual Studio 2008, and Click ‘...

    0
    LINQ Cookbook, Recipe 1: Change the font for all labels on a windows form (Kit George)
    LINQ Cookbook, Recipe 1: Change the font for all labels on a windows form (Kit George)
    AvatarVBTeamJune 22, 2007Jun 22, 200706/22/07
    Folks, we’re gonna start a ‘cookbook’ of LINQ entries, which we’ll be building over time. This is just meant to be a series of solutions to specific scenarios, that the team comes across when writing code and using queries. I can't think of a better way to communicate everything you might use LINQ for! The point of...

    0
    Slide Deck and Samples for LINQ Best Practices (Beth Massi)
    Slide Deck and Samples for LINQ Best Practices (Beth Massi)
    AvatarBeth MassiJune 13, 2007Jun 13, 200706/13/07
    Lisa Feigenbaum gave a great webcast this morning on LINQ best practices (if you missed it, just click the link and view it on-demand). Here is the deck and the samples she used. Please Note: The sample code is based on a more recent build of Visual Studio 2008 so some of the Join syntax may not work in Beta 1.  We felt it ...

    0
    Live From Redmond Webcast Just Added on LINQ to XML (Beth Massi)
    Live From Redmond Webcast Just Added on LINQ to XML (Beth Massi)
    AvatarBeth MassiJune 13, 2007Jun 13, 200706/13/07
    Back by popular demand! Amanda Silver will be presenting Live From Redmond: VB9 - Conquering XML with LINQ to XML on June 27th. In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code that you write and the XML that you’re trying to ...

    0
    What is the difference between VB 9, VBx and Silverlight? (Scott Wisniewski)
    What is the difference between VB 9, VBx and Silverlight? (Scott Wisniewski)
    AvatarVBTeamJune 7, 2007Jun 7, 200706/7/07
    I recently received an email from a customer asking for clarification as to what the difference was between VB 9, VBx and Sliverlight. In particular, it seems as if we have been releasing so much information about cool new stuff that at least a few people have become confused, making them a bit nervous about the future of VB. The customer had ...

    0
    • Previous page
    • Page 1
    • …
    • Page 6
    • Page 7
    • Page 8
    • Page 9
    • Page 10
    • Page 11
    • Next page
    Topics
    .NETAdam BradenAlan BermanAlex TurnerAlexandre MouraAmanda SilverAnalyzersAnders HejlsbergAndroidAngularannouncementAnthony D. Greenasyncasynchronous programmingAvner AharoniawaitBeth MassiBill HorstBinary LiteralsByRef ReturnC#C# 6.0Cameron McCollClickOnceConverting SQL to LINQCorrina BarberCross PlatformDaniel WalzenbachData_DesignDebuggerdebuggingDeploymentDid you know?DLRDoug RothausDustin CampbellEdit and ContinueEncodingEncryptionEntity Framework CoreEric KnoxExtension_MethodsF#F# 4.0GitHubGlobalizationHidden Gems in VB10I'm A VB!IDEInterviewiOSIQueryableJared ParsonsJay SchmelzerJoe BinderJohn RivardJohn StalloJonathan AnejaKaren LiuKasey UhlenhuthKathleen McGrathKevin HalversonKinnectKit GeorgeKlaus LoeffelmannLanguage FeaturesLINQ CookbookLINQ/VB9Lisa FeigenbaumLive Unit TestingLuca BologneseLucian WischikMary LeeMatt GertzMessage LoopmetadataMicroframeworkMilind LeleMS Open TechMSINET CoreNET StandardNetduinoObject IDOffice DevelopmentOpen SourceOrcasOSSPagesparallel programmingPatrick DenglerPaul VickPaul YuknewiczPDC2008PerformancePInvokePower PacksPromisesRoslynSamplesSarika CallaScott TuckerScott Wisniewskiscreen saversShyam NamboodiripadSilverlightSilverlight 4 FirestarterSlavi MarinovSmart DevicesSMBSophia SalimSpot the Bug!Spotty BowlesSQLSteve SteinSyntax VisualizerTasktask cancellationTDDTechEd2008TechEd2009threadsTimothy NgTodd ApleyTroubleshootingTuplesTyler WhitneyUnit TestinguniversalUWPVBVB XML CookbookVB_ExpressVB2005VB2008VB2010VB2015VB2017VB6_Migration/InteropVisual BasicVisual Basic HistoryVisual Basic KinectVisual StudioVladimirWCFWebWebMatrixWindows PhoneWindows StoreWorkflowWPFXBox 360XMLXNAYoung Joo
    Top Bloggers
    .NET Team

    .NET Team

    Archive
  • March 2020
  • November 2018
  • June 2018
  • October 2017
  • September 2017
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • May 2015
  • April 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • June 2014
  • May 2014
  • April 2014
  • January 2014
  • December 2013
  • July 2013
  • September 2012
  • June 2012
  • May 2012
  • April 2012
  • February 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • November 2006
  • October 2006
  • September 2006
  • July 2006
  • June 2006
  • April 2006
  • March 2006
  • January 2006
  • December 2005
  • November 2005
  • October 2005
  • September 2005
  • July 2005
  • June 2005
  • May 2005
  • April 2005
  • March 2005
  • January 2005
  • November 2004
  • October 2004
  • September 2004
  • August 2004
  • July 2004
  • June 2004
  • May 2004
  • Stay informed

    Login
    Code Block
    What's new
    • Surface Duo
    • Surface Laptop Go
    • Surface Pro X
    • Surface Go 2
    • Surface Book 3
    • Microsoft 365
    • Windows 10 apps
    • HoloLens 2
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Virtual workshops and training
    • Microsoft Store Promise
    • Financing
    Education
    • Microsoft in education
    • Office for students
    • Office 365 for schools
    • Deals for students & parents
    • Microsoft Azure in education
    Enterprise
    • Azure
    • AppSource
    • Automotive
    • Government
    • Healthcare
    • Manufacturing
    • Financial services
    • Retail
    Developer
    • Microsoft Visual Studio
    • Windows Dev Center
    • Developer Center
    • Microsoft developer program
    • Channel 9
    • Microsoft 365 Dev Center
    • Microsoft 365 Developer Program
    • Microsoft Garage
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy
    • Manage cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2021