 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

July 7th, 2006, 05:11 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
omg!vb,Can I get the C# code For this book??
Can I get the C# code For this book??
I have bought this book.When I get this book and look into it,then I just find that this book is all in vb code.
Is there a C# code for this book,and how I can get it??
Please help me!Thanks
|
|

July 7th, 2006, 09:02 AM
|
|
Authorized User
|
|
Join Date: Dec 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
If there was enough people we all could translate a chapter into c#.net
I could do one.
I would buy the book again if it was in c#.net
|
|

July 8th, 2006, 03:54 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I would definitely support that idea for the chapters I have written.
Unfortunately, I am too busy to translate the applications myself right now, but I can support and help anyone that's willing to give it a try....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

July 21st, 2006, 04:16 PM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Found an excellent little VB.NET to C# conversion tool:
http://www.elegancetech.com/CSVB.aspx
might be worth looking into.
|
|

July 27th, 2006, 02:01 PM
|
|
Authorized User
|
|
Join Date: Jul 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I wouldn't mind getting help on translating Chapter 3. I need a C# Chat Application, and the one in the book works perfect for me, but my entire project is C#.
|
|

July 28th, 2006, 05:37 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi jsantamaria,
Is there anything in particular that you need help with?
Have you seen / tested some of the on-line code converters that are available?
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

July 28th, 2006, 11:53 PM
|
|
Authorized User
|
|
Join Date: Mar 2006
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Are there any C# to VB.NET converts as well.
can some one post a link for that cnverter.
Thanks in advance
SoftMind
|
|

July 31st, 2006, 04:40 PM
|
|
Authorized User
|
|
Join Date: Jul 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:
Is there anything in particular that you need help with?
Have you seen / tested some of the on-line code converters that are available?
|
Hi Imar,
Thank you for your reply. I was able to convert the App_Code files using Dot Net Taxi, but when I try to convert the codebehinds for the main pages (Default.aspx, ChatRoom.aspx, etc...) I get an error in Dot Net Taxi saying "Conversion failed, reason: -- line 13 col 93: invalid EventMemberSpecifier (most of the times this happens when the code is not encapsulated in a class statement, this is required)".
I selected/copied all the code in the . vb file. I've tried with all the main pages and I get the same error. Do you know what could be the reason?
Thank you,
Jose
|
|

August 1st, 2006, 01:14 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
You could try removing the "partial" keyword from the class definition before you convert the code.
Maybe the DotNetTaxi convert has problems with that...
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|
 |