Wrox Programmer Forums
|
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
 
Old May 10th, 2007, 12:08 PM
Registered User
 
Join Date: May 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default C# code for webshop

Hello world,
  Can anybody put webshop sourcecode in C#,

 
Old May 10th, 2007, 05:09 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

As far as I know, there is no reader translated C# version of the Web Shop available; only for the CMS, Blog and Photo Album.

If you're willing to give it a try (using an on-line converter maybe), I'll be more than happy to help you answer specific questions.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
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.
 
Old November 17th, 2007, 12:24 AM
Registered User
 
Join Date: Nov 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Imar,

I've installed the Webshop (VB.Net) code on
Visual Studio 2005 and ran it the solution.
Everything worked perfectly!
Nice and clean coding.

I've then decided to build a version in C#.
I have already converted the whole solution files in C#
using a converter and I'll be glad to send you
a .zip of all the files if you want.

However I gave it a try but I ran into some errors
(type or namespace name 'Guid' couldn't be found)
in ShopManager.cs. So that'll need to be fixed.
Maybe I missed a few steps.

Therefore, I think I'll simply rewrite each files,
"thinking in C#" this time rather than in VB.Net.

Converting code with a converter tool is one thing and making it
run properly is another...

Cheers

 
Old November 17th, 2007, 05:38 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Ichigeki,

This error:

type or namespace name 'Guid' couldn't be found

usually indicates you forgot to import a namespace like System. In VB, these namespaces are imported in Web.config; but for C# you need to import them explicitly with a using statement in each file.

A code converter is always a good start, but almost never can you completely convert an entire application. Let me know if you run into other issues, and I'll be glad to help you out.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
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.
 
Old November 29th, 2007, 12:08 AM
Registered User
 
Join Date: Nov 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Ichigeki,
can u plz send me the # version of the Web Shop ?my id is [email protected]
i ll b thankful of u
thanks sapana

 
Old November 29th, 2007, 12:10 AM
Registered User
 
Join Date: Nov 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Ichigeki,
can u plz send me the c* Code for weshop?my id is [email protected]
i ll b thankful of u
thanks sapana






Similar Threads
Thread Thread Starter Forum Replies Last Post
WebShop - SMTP Issue Keiko BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 3 November 1st, 2008 04:45 AM
Webshop gogetsome BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 2 March 7th, 2008 03:07 PM
Webshop modification El Presidente BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 21 December 6th, 2006 03:14 PM
Webshop Modification saf BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 5 November 3rd, 2006 07:49 PM
modifying Webshop mlevans BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 3 September 23rd, 2006 05:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.