Showing results for Young Joo - Visual Basic Blog

Jan 29, 2008
0
0

Petzold WPF Book Sample Conversion – Final Chapters (Young Joo)

VBTeam VBTeam

I've just posted a final set of chapters (Chapters 25 - 31).  This completes our conversion efforts and you now have access to entire sample code from Petzold's book in VB.  I would like to thank Evan and Ged who have been working with me on this.  You guys rock!!!A few things to note: Hope you enjoy this!Thanks!Young Joo...

Jan 7, 2008
0
0

Petzold WPF Book Sample Conversion – New Chapters (Young Joo)

VBTeam VBTeam

Happy new year!  Hope you enjoyed your holiday break!  And hopefully you found some time to read Petzold's book and try out VB samples we've posted so far.  :)Evan and Ged had been working very hard to convert rest of chapters throughout December and I just posted Chapters 13 - 24 to Applications = Code + Markup (Charles ...

Nov 24, 2007
0
0

Petzold WPF Book Sample Conversion Update (Young Joo)

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

Been a while since I posted Chapter 3 of Petzold's WPF book converted to VB.   In case you missed it, Patrick started working on this project which I took over early this month.  Anyway, I am very excited to tell you about progress we've been able to make so far.First, we now have a separate article page, Applications = Code + ...

Nov 24, 2007
0
0

Applications = Code + Markup (Charles Petzold) Visual Basic Code Sample

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

Charles Petzold's latest book, Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation, is the best WPF book available right now.  Unfortuantely, all code samples in the book are written in C#.  In order to help VB developers trying to learn about WPF, we are working with a couple of VB experts to convert ...

Nov 5, 2007
0
0

Petzold Chapter 3 (Young Joo)

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

I am Young Joo, PM @ VB team.  I will be helping out Patrick on converting samples in Charles Petzold's WPF book (Applications = Code + Markup) to Visual Basic.  This is an exciting project and I hope you enjoy this as much as I do.  Another exciting news is that we have an extra help for this project.  Evan Lim who currently ...

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 ...

Mar 13, 2007
0
0

TableAdapter and Multiple Result Sets

VBTeam VBTeam

Several people asked me whether TableAdapter can be used to retrieve multiple result sets from stored procedures. The quick answer is... No, you can't do that with TableAdapter.Fill() method that gets generated as a part of Typed Dataset. But there's a very simple work-around. DataAdapter.Fill() & Multiple Result Sets TableAdapter.Fill() method...

Mar 13, 2007
0
0

New Data Tools Features in Visual Studio Orcas

VBTeam VBTeam

Here's a list of new data tools features in Visual Studio. I will be discussing each one in more detail in upcoming posts. Object Relational Designer The object relational mapping technology lets you map relational databases to objects. Once the mapping is done, you can manipulate mapped objects as normal objects and easily submit changes back to...

Feedback