Showing results for August 2007 - Visual Basic Blog

Aug 30, 2007
0
0

A Walkthrough of WCF Support in Visual Studio 2008

VBTeam
VBTeam

One feature in Visual Studio 2008 I would like to highlight is our support of Windows Communication Foundation. WCF was introduced with .NET Fx3.0 as a next generation communications API. Previously if you wanted apps to talk you needed to make a lot of up-front decisions: o How important is transmission speed?o How will apps talk? Over the ...

Aug 29, 2007
0
0

Implementing Dynamic Searching Using LINQ

VBTeam
VBTeam

A common requirement in forms-over-data applications is that users be able to search by any combination of fields to construct a dynamic query at run time.  For example, the search feature in this application allows the user to find all records that meet criteria defined on multiple columns:       LINQ makes it easy to write ...

Aug 27, 2007
0
0

Channel 9 Interview – LINQ to SQL and the O/R Designer in VS 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted another great interview on Channel 9 with Young Joo talking about LINQ to SQL and the new O/R Designer in Visual Studio 2008. He demos a typical business client-server scenario and shows how LINQ to SQL classes make it much easier to work with relational data in SQL Server 2005. Young also talks about architectures where he ...

Aug 27, 2007
0
0

Endgame (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Well, I’m back from vacation, pleasantly tired and yet relaxed at the same time.  I’m busy trying to dig out of e-mail, things are going well, Beta2 has been in your hands for several weeks, and I’ve got lots of great ideas to try out on this site.(That’s the theory, anyway.  In reality, I’m writing this post...

Aug 24, 2007
0
0

Microsoft Visual Basic 2005 Power Packs 2.0 now available

VBTeam
VBTeam

In case you didn't see the links go live on the Visual Basic Developer Center the VB Off-Cycle team has shipped the latest edition of the Power Pack controls.  You can download them from here.In this update we've added the much anticipated Line and Shape controls.  The line and shape controls give you drag and drop ease at design ...

Aug 17, 2007
0
0

Channel 9 Interview – Amanda Silver on LINQ (Beth Massi)

Beth Massi
Beth Massi

I just posted an interview with Amanda on Channel 9 where she walks us through the new LINQ syntax available in VS 2008 Beta 2. I also posted some How Do I videos on LINQ to help get you started -- look for more of these beginning of next week!In this interview, Amanda Silver, a Lead Program Manager on the Visual Basic Team, demonstrates ...

Aug 14, 2007
0
0

Channel 9 Interview – Visual Basic Intellisense Improvements in VS 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted an interview with Lisa on Channel9 that you'll probably want to check out -- showing the new and much much imporoved Intellisense for Visual Basic in Visual Studio 2008:In this interview Lisa Feigenbaum, a Program Manager on the Visual Basic Editor, shows us all the improvements made to the Intellisense support in Visual ...

Aug 7, 2007
0
0

LINQ to XML Videos (Beth Massi)

Beth Massi
Beth Massi

Bill Burrows has created a series of videos to help get the community started with LINQ to XML in Visual Basic! These videos were created in conjunction with his upcoming MSDN article that will be published soon. Bill takes an easy to follow, step-by-step approach to explaining the details in this exciting new technology in Visual Basic 9.0.&...

Aug 3, 2007
0
0

Channel9 Interview: Scott Wisniewski on Extension Methods in Visual Basic 9.0 (Beth Massi)

Beth Massi
Beth Massi

I just posted an interview with Scott on Channel9 where he talks about extension methods, a new language feature in Visual Basic 9.0:In this in interview Scott Wisniewski, a Developer on the Visual Basic Team, talks about Extension Methods and shows us a couple interesting LINQ providers. In his own unique way, Scott dives into the ...

Feedback